
// Start of scrolling banner script


	adImagesGall = new Array("images/2009/080803-01.jpg",
						     "images/2009/081221-1.jpg",
							 "images/2009/090411-1.jpg")
	                     
	adURLGall = new Array( "http://www.krazyk.co.uk/bkscotland1/vespa.php",
						   "http://www.krazyk.co.uk/bkscotland1/charity.php",
						   "http://www.krazyk.co.uk/bkscotland1/charity.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.krazyk.co.uk/bkscotland1/" + adURLGall[thisAdGall]
	                         }

	// end scrolling banner script
	
	

