// JavaScript Document

//if (GetCookie("clubPC")!=null) {document.getElementById("outsideLinks").className = "hide"	}
var ab = String.fromCharCode(65,45,66,97,115,101);
var sr = String.fromCharCode(115,108,111,116,82,101,115,101,114,118,101);
var host = window.location.host;
var SS = (isSmallScreen())?"SS":"";
document.getElementById("imgBanner1").src = "images/rotators/" + Math.floor(Math.random()*59) + ".jpg"
document.getElementById("imgBanner").src = "images/rotators/" + Math.floor(Math.random()*59) + ".jpg"
document.getElementById("imgBanner3").src = "images/rotators/" + Math.floor(Math.random()*59) + ".jpg"

if (host.indexOf(ab.toLowerCase())>-1){
	document.getElementById("footerCompany").innerHTML =  ab + " Web Solutions Ltd 2002 All Rights Reserved";
	document.getElementById("logoImg").src = "images/home/" + ab + SS + ".png";
	}
else if (host.indexOf(sr.toLowerCase())>-1){
	document.getElementById("footerCompany").innerHTML = sr + ".com by " + ab + " Web Solutions Ltd 2002  All Rights Reserved";
	document.getElementById("logoImg").src = "images/home/" + sr.replace('.','') +  SS + ".jpg";
	}
else if (host.indexOf("localhost")>-1){
	document.getElementById("footerCompany").innerHTML =  ab + " Web Solutions Ltd 2002 All Rights Reserved";
	document.getElementById("logoImg").src = "images/home/" + ab + SS + ".png"	
	document.body.style.backgroundColor = 'darkseagreen';
	document.getElementById("blurb").style.background= "url('" + window.location.protocol + "//" + window.location.host + "/images/localhost.gif') repeat-x bottom ";
	}
//see also engine/header.asp | loggedOff.js | siteAdmin/sitePurpose.js
if  (host.indexOf("trial") > -1){document.body.style.backgroundColor = 'lightsteelblue';}
if  (host.indexOf("beta") > -1){document.body.style.backgroundColor = 'lightgreen';}
if (GetCookie("clubPC") != null  ) {document.getElementById("outsideLinks").className = 'hide'}


