$(function() {

	//Advertising cycle
	$('#HomeInfoBarRotator ul').before(' ').cycle({
		fx:     'fade',
		speed:  1000,
		timeout: 10000,
		startingSlide: 0,
		pause: 2,
		cleartype: 2,
		pager:  '#HomeInfoBarRotator .ads_nav',
		before: function() { 
			//callback
		}
	}).prev().wrapInner(' ');

});
