
//-- STARTUP CODE ------
$(document).ready(function(){

	$('#sponsorbox_1 .slideshow').cycle({ 
		 fx: 'fade',
		 pause: 0,
		 timeout: 4000,
		 speed: 2200,
		 delay: -2000, 	// additional delay (in ms) for first transition (hint: can be negative) 
		 nowrap:	0
		 //autostop:	1,
		 //autostopCount:Ê5
		 
	});
		
	$('#sponsorbox_2 .slideshow').cycle({ 
		 fx: 'fade',
		 pause: 0,
		 timeout: 4000,
		 speed: 2200,
		 delay: -2000, 	// additional delay (in ms) for first transition (hint: can be negative) 
		 nowrap:	0
		 //autostop:	1,
		 //autostopCount:Ê5
		 
	});
	$('#sponsorbox_3 .slideshow').cycle({ 
		 fx: 'fade',
		 pause: 0,
		 timeout: 4000,
		 speed: 2200,
		 delay: -2000, 	// additional delay (in ms) for first transition (hint: can be negative) 
		 nowrap:	0
		 //autostop:	1,
		 //autostopCount:Ê5
		 
	});
	$('#sponsorbox_4 .slideshow').cycle({ 
		 fx: 'fade',
		 pause: 0,
		 timeout: 4000,
		 speed: 2200,
		 delay: -2000, 	// additional delay (in ms) for first transition (hint: can be negative) 
		 nowrap:	0
		 //autostop:	1,
		 //autostopCount:Ê5
		 
	});
	

				
	// Start this sites menu system
	/*jQuery(function(){
		jQuery('ul.sf-menu').superfish({ 
			delay:       800,                            // one second delay on mouseout 
			animation:   {opacity:'show',height:'show'},  // fade-in and slide-down animation 
			speed:       500, 		                      // faster animation speed 
			autoArrows:  false,                           // disable generation of arrow mark-up 
			dropShadows: false                            // disable drop shadows 
		});
	}); */


});