$(document).ready(function(){
    	
 
    if($.browser.version=="6.0" && $.browser.msie) {
    	$('body').supersleight();
    	}
    	
    // FONT REPLACEMENT 
		Cufon.replace($('h1, h2, h3, h4'));  
		Cufon.replace($('#navigation a'), { hover: true });
 
				
		// MAIL HIDER	
		$(".epost").each(function(i){
  	 	// this.id = this.id + "_" + i;
   	 	var mail = $(this).text().replace(' alfakroll ', '@').replace(' punktum ', '.').replace(' punktum ', '.').replace(' punktum ', '.').replace(' punktum ', '.');
  	  		$(this).html('<a hr' + 'ef="mai' + 'lto:' + mail +'">' + mail + '</a>');  	 
 			});				

    
	});    

  
