//cufon fonts
$(document).ready(function(){		
         
         Cufon.replace('h1,h2,h3,h4,h5,h6,#cols li, .cufon', {       
          hover: true,		  
		  textShadow: '0px 0px #fff' 
         });
         
         Cufon.replace('.tree, .price, th, td', {
                  hover: true
         });
});
