$(document).ready(function() {
	   			
	$('ul.drop-menu').superfish();
   
   $('#PromoCycle').cycle({
    timeout: 9000,
   });
   
   
});