num=7
day=new Date()
z=day.getTime()
y=(z-(parseInt(z/1000,10)*1000))/10
k=parseInt(y/100*num,10) + 1
if(k==1){//ASE
	i=("../images/x1ASE.gif")
	l=("http://www.ase.com/")
	t=("All repair work is performed by our<br><br>ASE Certified Master Technicians.")}
if(k==2){//BB
	i=("../images/x1BB.gif")
	l=("http://www.blue-bird.com/")
	t=("Need to have your bus inspected?<br><br>We can let you know what's wrong.")}
if(k==3){//WESTERN
	i=("../images/x1WESTERN.gif")
	l=("http://www.westernplows.com/wp/showroom/")
	t=("Plow like you mean it<br><br>Respect your truck")}
if(k==4){//CAT
	i=("../images/x1CAT.gif")
	l=("http://www.cat.com/")
	t=("Need work done on your CAT?<br><br>Come visit us and we can help you.")}
if(k==5){//HUNTER
	i=("../images/x1HUNTER.gif")
	l=("http://www.hunter.com/")
	t=("Alignment for Cars, RVs, Buses,<br><br>Light, Medium, and Heavy Trucks")}
if(k==6){//JASPER
	i=("../images/x1JASPER.gif")
	l=("http://www.jasperengines.com/")
	t=("We are a preferred installer for<br><br>Jasper Engines &amp; Transmissions")}
if(k==7){//THOMAS
	i=("../images/x1THOMAS.gif")
	l=("http://www.thomasbus.com/")
	t=("Bus inspection coming up?<br><br>We'll let you know what you need done.")}
document.write('<a href="' + l + '" target="_blank"><img alt=""  src="' + i + '"></a></td><td  class="x1txt">' + t + '<br><br><b>Put your trust in us.</b>')
