<!--
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()", 20000);
banneradcode = 0;
listofimages = new Array(8);
listofimages[0] = new Image(468,60)
listofimages[0].src = "http://www.firealive.it/images/banner/banner-0.gif"
listofimages[1] = new Image(468,60)
listofimages[1].src = "http://www.firealive.it/images/banner/banner-1.gif"
listofimages[2] = new Image(468,60)
listofimages[2].src = "http://www.firealive.it/images/banner/banner-2.gif"
listofimages[3] = new Image(468,60)
listofimages[3].src = "http://www.firealive.it/images/banner/banner-3.gif"
listofimages[4] = new Image(468,60)
listofimages[4].src = "http://www.firealive.it/images/banner/banner-4.gif"
listofimages[5] = new Image(468,60)
listofimages[5].src = "http://www.firealive.it/images/banner/banner-5.gif"
listofimages[6] = new Image(468,60)
listofimages[6].src = "http://www.firealive.it/images/banner/banner-6.gif"
listofimages[7] = new Image(468,60)
listofimages[7].src = "http://www.firealive.it/images/banner/banner-7.gif"
}
}

function changeimage(){
if (browsertype == "new") {
banneradcode = banneradcode + 1
if (banneradcode == "8") {
banneradcode = 0
}
imagesource = "http://www.firealive.it/images/banner/banner-" + banneradcode + ".gif"
window.document.bannerad.src = imagesource
thetimer = setTimeout("changeimage()", 20000);
}
else if (browsertype == "old") {
}
}

function changepage() {
if (browsertype == "new") {
if (banneradcode == 0) {
newlocation = "http://www.warriorclothing.com"
}
else if (banneradcode == 1) {
newlocation = "http://www.myspace.com/damageclothes"
}
else if (banneradcode == 2) {
newlocation = "http://www.myspace.com/hellonearthtour"
}
else if (banneradcode == 3) {
newlocation = "http://www.kingsroadmerch.eu"
}
else if (banneradcode == 4) {
newlocation = "http:/www.myspace.com/kernel0"
}
else if (banneradcode == 5) {
newlocation = "http://www.guideline-records.com"
}
else if (banneradcode == 6) {
newlocation = "http://www.gokartrecords.de"
}
else if (banneradcode == 7) {
newlocation = "http://www.atthesoundawn.com"
}
location = newlocation
}
else if (browsertype == "old") {
location = "http://www.mozilla.org"
}
}
// -->

