/*-- theme-script.js, if u want to customize the theme with some jQuery magic,
you can add ur function here inside the  $(document).ready(function()  :)
*/

 $(document).ready(function() {

   //Lazyloading the image
$("#home-content img, #single-content img").lazyload({
     effect      : "fadeIn"
 });   
 
//Initiate Superfish Dropdown Menu
 $('ul.sf-menu').superfish();  
 
 


      Cufon.replace('.post-title a,.single-post-title a, .sidebarWidget h3', { textShadow: '1px 1px 1px #000', hover: true, });

	

   
   
 }); //End of  $(document).ready(function() 
	
	
	
		
		
