	var RotateCounter = 0

	function AdRotator() {
		document.bgColor = "ffffff"  //  This is for Karl's Bible Power Web Site

		Ad = new Array("<Table cellpadding=0 align=center width=713 height=95><TR><TD><TABLE bgcolor=yellow><TR><TD align=center><font size=5><B>Get<BR>Noticed\!</B></font></TD></TR></TABLE></TD><TD align=center><a href='../Karl/logos/AdInfo.html'><font color=blue size=7><B>Place your ad here\!<BR></font><font color=red size=6>Click here for more information\!</B></font></A></TD><TD><TABLE bgcolor=yellow><TR><TD align=center><font size=5><B>Get<BR>Noticed\!</B></font></TD></TR></TABLE></TD></TR</TABLE>", "<center><font face=Rodeo size=6>Web Design</font><BR>As little as $10.00 a page!<BR><a href=../Karl/Logos/WebDesign.html>Learn More!</a></center>", "")

		if(Ad[RotateCounter] == "") {
			RotateCounter = 0
		}
		if((RotateCounter == 0) && (Ad.length > 9)) {
			RotateCounter = 1
		}
		dAdRef.innerHTML =  Ad[RotateCounter]
		location="#top"
		RotateCounter += 1
		setTimeout("AdRotator()",8000)
	}
		setTimeout("AdRotator()",30000)
