myPix = new Array( 
"montage-tn.gif",
"helo-ad-tn.jpg",
"NYL-FRONT-TN.jpg",
"Black4C.jpg",
"ebayboard1-tn.jpg",
"dice-0 to 60-tn.jpg",
 "muzzy-genius-tn.jpg",
"FMOutdoor(1)-tn.jpg",
 "LOTTO.jpg",
 "Harbco-Pyramids-TN.jpg",
"select-baby-tn.jpg",
"dhc-maylynn-tn.jpg",
"washgas-roofs-tn.jpg",
"edc-carryless-tn.jpg",
"outout-tn.jpg",
"PH-Card-TN.jpg",
"ucfposter-tn.jpg",
"grandbay-tn.jpg",
"pga-tn.jpg",
"gte-firepower-tn2.jpg",
"littleears-tn.jpg",
"cu-ring.jpg",
"SUMO-tn.jpg",
"cfx-cu-detail.jpg",
"cv-tn.jpg",
"MOMMA-TN.jpg",
"CRYSTALPALACEAD-COMP-tn.jpg",
"ATLANTIS-tn.jpg",
"COUPLECELEBRATING-tn.jpg",
"manorpark-tn.jpg",
"GENERALSTORE-tn.jpg",
"wheredoIget-bald.jpg",
"SPIKE-tn.jpg")
						  
	
adREF = new Array( 
"http://www.burkhardworks.com/SnowGuy.swf",
"chasedurer.htm",
"nyl.htm",
"gam.htm",
"ebay.htm",
"dice.htm",
 "muzzy.htm", 
"throg.htm",
"tri-west.htm",
"harbco.htm",
"selectquote.htm",
"dhc.htm",
"washgas.htm",
 "edc.htm",
"pulte.htm",
 "ph.htm",
"ucf.htm",
"grandbay.htm",
"pga.htm",
 "gte.htm",
"little.htm",
"ouc.htm",
"sumo.htm", 
 "cfx.htm",
"cv.htm", 
 "guard.htm",
 "carnival.htm",
"atlantis.htm",
 "palacehotel.htm",
"manorpark.htm",
 "williamsburg.htm",
"ew.htm",
"infotel.htm") 
	                  
thisPic = 0
imgCt = myPix.length - 1

function chgSlide(direction) {
	if (document.images) {
		thisPic = thisPic + direction
		if (thisPic > imgCt) {
			thisPic = 0
			}
		if (thisPic < 0) {
			thisPic = imgCt
			}
			document.myPicture.src=myPix[thisPic]
		}
	}
	

function newWindow(adREF) {
	
refWindow = window.open(adREF[thisPic],"Original","width=750,resizeable=yes,scrollbars=yes")
		refWindow.focus()
		 
	}
