/* Variables */
var isIE6 = /msie|MSIE 6/.test(navigator.userAgent);

/* Run On DOM Ready */
$(document).ready(function() {
	    $('#bannerCarousel').cycle({fx: 'fade' 	});
		$('.sponsorContent').cycle({fx: 'fade' 	});
});






