
/*
Rotating image or text(You can use for changing banners)
Author: Narayan Chand Thakur
Source: http://ncthakur.itgo.com/
This may be used freely as long as this message is intact.
*/
<!--

//you may add your image file or text below
var item=new Array()

item[0]="<a href='http://www.barkleigh.com/barkleigh_tv/btv_ge09/btv_ge09_virtual_tour.asp' target='_blank'><img src='images/btvr_ge09_virtual_tour_thumb.jpg' /></a>Groom Expo Virtual Tour"
item[1]="<a href='http://www.barkleigh.com/barkleigh_tv/btv_ge09/btv_ge09_creative_grooming.asp' target='_blank'><img src='images/btvr_ge09_creative_thumb.jpg' /></a>Groom Expo Creative Contest"
item[2]="<a href='http://www.barkleigh.com/barkleigh_tv/educational/btv_balance_on_poodle.asp' target='_blank'><img src='images/btvr_balance_on_poodle_thumb.jpg' /></a>Balance on a Poodle"
item[3]="<a href='http://www.barkleigh.com/barkleigh_tv/educational/btv_gnn_ep4.asp' target='_blank'><img src='images/btvr_gnn_ep4_thumb.jpg' /></a><span style='font-size:12px;'>Grooming News and Notes Episode 4</span>"

var current=0

var ns6=document.getElementById&&!document.all
function changeItem(){
if(document.layers){
document.layer1.document.write(item[current])
document.layer1.document.close()
}
if(ns6)document.getElementById("div1").innerHTML=item[current]
{
if(document.all){
div1.innerHTML=item[current]
}
}
if (current==3) current=0
else current++
setTimeout("changeItem()",4000)
}
window.onload=changeItem
//-->



