
// Start of scrolling banner script


	adImagesGall = new Array("http://www.mbdiscos.co.uk/images/2010/100814-MBDiscos-208.jpg",
							 "http://www.mbdiscos.co.uk/images/2010/100814-MBDiscos-30.jpg",
							 "http://www.mbdiscos.co.uk/images/2010/100626-MBDiscos-01.jpg",
							 "http://www.mbdiscos.co.uk/images/2010/100625-MBDiscos-01.jpg",
							 "http://www.mbdiscos.co.uk/images/2010/100619-MBDiscos-17.JPG",
							 "http://www.mbdiscos.co.uk//images/2010/100619-MBDiscos-205.JPG",
						     "http://www.mbdiscos.co.uk/images/2010/100618-MBDiscos-01.jpg",
						     "http://www.mbdiscos.co.uk/images/2010/100612-MBDiscos-01.jpg")							
	                     
	adURLGall = new Array( "special/2010/100814-spec.php",
						   "birthdays-30/1008514-30.php",
						   "birthdays-30/100626-30.php",
						   "weddings/2010/100625-wed.php", 
						   "birthdays-30/100619-30.php",
						   "birthdays-60/100619-60.php",
						   "weddings/2010/100618-wed.php",
						   
						   "weddings/2010/100612-wed.php")							

	
	thisAdGall = 0
	imgCtGall = adImagesGall.length

	function rotateGall() {
		if (document.images) {
			thisAdGall++
			if (thisAdGall == imgCtGall) {
				thisAdGall = 0
			                         }
			document.adBannerGall.src=adImagesGall[thisAdGall]
		  	setTimeout("rotateGall()", 3 * 1000)
	  	                     }
	                     }

    
	function newLocationGall() {
		document.location.href = "http://www.mbdiscos.co.uk/Gallary/" + adURLGall[thisAdGall]
	                         }

	// end scrolling banner script
	
	

