
// Start of scrolling banner script


	adImagesGall = new Array(
	"http://www.mbdiscos.co.uk/Gallary/weddings/2011/111223/resources/images/medium/111211-MBDiscos-50.jpg",
	"http://www.mbdiscos.co.uk/Gallary/birthays-21/2011/111126/resources/images/medium/111126-MBDiscos-41.jpg",	
	"http://www.mbdiscos.co.uk/Gallary/birthays-21/2011/111119/resources/images/medium/111119-MBDiscos-30.jpg",							 
    "http://www.mbdiscos.co.uk/Gallary/birthays-21/2011/111111/resources/images/medium/111111-MBDiscos-22.jpg",								 
	"http://www.mbdiscos.co.uk/Gallary/special/2011/111029/resources/images/medium/111029-MBDiscos-47.jpg",							 
	"http://www.mbdiscos.co.uk/Gallary/birthays-21/2011/111015/resources/images/medium/111015-MBDiscos-08a.jpg",	
	"http://www.mbdiscos.co.uk/Gallary/birthays-21/2011/111008/resources/images/medium/111008-MBDiscos-02.jpg",
    "http://www.mbdiscos.co.uk/Gallary/birthdays-18/2011/111007/resources/images/medium/111007-MBDiscos-02.JPG")							
	                     
	adURLGall = new Array( "weddings/2011/111223-wed.php",
						   "birthays-21/2011/111126-21.php",
						   "birthays-21/2011/111119-21.php",
						   "birthays-21/2011/111111-21.php",
						   "special/2011/111029-spec.php",
						   "birthays-21/2011/111015-21.php",
						   "birthdays-21/2011/111008-21.php",
						   "birthays-18/2011/111007-18.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
	
	


