$(document).ready(function(){
                $("ul.sf-menu").superfish({
                	animation:   {opacity:'show',height:'show'}
                });
                if (jQuery.browser.msie && jQuery.browser.version.substr(0, 2) == "6.") {
                	//$("#feature_img").css('top','-10px');
                }
                $("#feature_img").fadeIn(5000, function(){
                	$("#feature_img").cycle({timeout:9000});
                });
                
		
        	});//END $(document).ready(function()