//////////////////////////////////// SETS PARAMETERS ON ROTATING PORTIONS OF SITE START //////////////////////////////////////////////////////
		$(document).ready(function() {
//          Banner AD:
				$('.banner1').cycle({
					random: 0,
					timeout: 6500
				});
//          Photo Rotation
				$('#main-photo').cycle({
					fx: 'fade',
					timeout: 5500
				});
// 	    Logo rows 1& 2 rotation
				$('.ad-boxes').cycle({
					fx: 'fade',
					cleartype: true,
					cleartypeNoBg: true,
					timeout: 4500
				});
 
				$('.ad-boxes2').cycle({
					fx: 'fade',
					cleartype: true,
					cleartypeNoBg: true,
					timeout: 4500
				});


////////////////////

});

