
// Start of scrolling banner script


	adImagesGall = new Array("http://www.mbdiscos.co.uk/images/2010/100206-MBDiscos-22.jpg",
							 "http://www.mbdiscos.co.uk/images/2010/100205-MBDiscos-12.jpg",
							 "http://www.mbdiscos.co.uk/images/2010/100109-MBDiscos-12.jpg",
							 "http://www.mbdiscos.co.uk/images/2010/100130-MBDiscos-02.jpg",
							 "http://www.mbdiscos.co.uk/images/2010/100108-MBDiscos-02.jpg",
							 "http://www.mbdiscos.co.uk/images/2010/100103-MBDiscos-02.jpg",
							 "http://www.mbdiscos.co.uk/images/2009/091226-MBDiscos-02.jpg",
							 "http://www.mbdiscos.co.uk/images/2009/091212-MBDiscos-05.jpg",
							 "http://www.mbdiscos.co.uk/images/2009/091205-MBDiscos-02.jpg")							
	                     
	adURLGall = new Array( "birthdays-18/2010/100205-18.php", 
						   "engagements/100206-eng.php",
						   "birthdays-18/2010/100109-18.php", 
						   "engagements/100130-eng.php",
						   "birthdays-21/2010/100108-21.php", 
						   "special/2010/100103-spec.php", 
						   "birthdays-60/091226-60.php",
						   "special/2009/091212-spec.php", 
						   "weddings/2009/091205-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
	
	

