<!--
function banner_rect() {
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("changeimageMAIN()", 2500);
bannerRECTcode = 0;
listofimages = new Array(4);
listofimages[0] = new Image(234,60)
listofimages[0].src = "banner-0.gif"
listofimages[1] = new Image(234,60)
listofimages[1].src = "banner-1.gif"
listofimages[2] = new Image(234,60)
listofimages[2].src = "banner-2.gif"
}
}

function changeimageMAIN(){
if (browsertype == "new") {
bannerRECTcode = bannerRECTcode + 1
if (bannerRECTcode == "3") {
bannerRECTcode = 0
}

imagesource = "images/banner/banner-" + bannerRECTcode + ".gif"
window.document.bannerad_rect.src = imagesource
thetimer = setTimeout("changeimageMAIN()", 2500);
}
else if (browsertype == "old") {
}
}

function changebannerRECT() {
if (browsertype == "new") {
if (bannerRECTcode == 0) {
newlocation = "http://www.wwworkers.it/sei_uno_di_noi.php"

}

else if (bannerRECTcode == 1) {
newlocation = "http://www.wwworkers.it/sei_uno_di_noi.php"
}
else if (bannerRECTcode == 2) {
newlocation = "http://www.wwworkers.it/sei_uno_di_noi.php"
}
location = newlocation
}
else if (browsertype == "old") {
location = "http://www.wwworkers.it"
}
}
// -->