<!-- start banners

function loadpage() {
browver= parseInt(navigator.appVersion);
browtype = navigator.appName;
browsertype = "old";
if (browtype == "Netscape" && !(browver < 3)) {
browsertype = "new"; 
}
if (browtype == "Microsoft Internet Explorer" && !(browver < 4)) {
browsertype = "new";
}
if (browsertype == "new") {
thetimer = setTimeout("changeimage()", 4000);
banneradcode = 0;
listofimages = new Array(7);
listofimages[0] = new Image(360,60)
listofimages[0].src = "http://www.copnet.org/copnet.radio/bannersh/011000-0.gif"
listofimages[1] = new Image(360,60)
listofimages[1].src = "http://www.copnet.org/copnet.radio/bannersh/011000-1.gif"
listofimages[2] = new Image(360,60)
listofimages[2].src = "http://www.copnet.org/copnet.radio/bannersh/011000-2.gif"
listofimages[3] = new Image(360,60)
listofimages[3].src = "http://www.copnet.org/copnet.radio/bannersh/011000-3.gif"
listofimages[4] = new Image(360,60)
listofimages[4].src = "http://www.copnet.org/copnet.radio/bannersh/011000-4.gif"
listofimages[5] = new Image(360,60)
listofimages[5].src = "http://www.copnet.org/copnet.radio/bannersh/011000-5.gif"
listofimages[6] = new Image(360,60)
listofimages[6].src = "http://www.copnet.org/copnet.radio/bannersh/011000-6.gif"
}
}

function changeimage(){
if (browsertype == "new") {
banneradcode = banneradcode + 1
if (banneradcode == "7") {
banneradcode = 0
}
imagesource = "http://www.copnet.org/copnet.radio/bannersh/011000-" + banneradcode + ".gif"
window.document.bannerad.src = imagesource
thetimer = setTimeout("changeimage()", 5000);
}
else if (browsertype == "old") {
}
}

function changepage() {
if (browsertype == "new") {
if (banneradcode == 0) {
newlocation ="http://www.west-trail.com"
}
else if (banneradcode == 1) {
newlocation = "http://www.dipof.com"
}
else if (banneradcode == 2) {
newlocation = "http://www.911fitness.com/"
}
else if (banneradcode == 3) {
newlocation = "http://www.sentrydogs.ab.ca/"
}
else if (banneradcode == 4) {
newlocation = "http://www.copsforcops.com/"
}
else if (banneradcode == 5) {
newlocation = "http://www.911audio.com/"
}
else if (banneradcode == 6) {
newlocation = "http://www.youreq.com/outdooreq/scanners/links.asp"
}
location = newlocation
}
else if (browsertype == "old") {
location = "http://www.copnet.org/copnet.radio/index.html"
}
}
// endof script for bannersh -->
