// JavaScript Document
var vHeaderText="";
var vRoot = "/cobrand/000017/";
var vCgi  = "/brand";
var vCookie = "barlive";
var vHomeDir = "";
var vLoggedIn=getCookie("loggedIn" + vCookie);
/*
var vSponsor="000017";
*/
var vSelectedOption=getCookie("selectedOpt"+vCookie);
var vURL=document.location.toString();
var vImageDir = "/cobrand/000017/images";
var stylePath = "/96live/style/cobrand/blue-red/";
var vLogo = vImageDir + "/generic_logo.jpg";
var vContactLink = "contact-us.htm?location=2";
var vAboutLink = "about-us.htm?location=2";

function clearBox(vText) {
  vText.value = "";
}

function resetBox(vText) {
 if (vText.value == "")
 vText.value = "Keyword search...";
}


/*
vHeaderText = '<link href="css/home.css" rel="stylesheet" type="text/css">';
vHeaderText += '<link href="css/header.css" rel="stylesheet" type="text/css">';
vHeaderText += '<link href="css/topnav.css" rel="stylesheet" type="text/css">';
vHeaderText += '<div class="buffer"></div>';
vHeaderText += '<div class="siteTable">';
vHeaderText += '	<div id="logoArea"><a href="' + vRoot + vHomeDir + '"><img src="' + vLogo  + '"></a></div>';
vHeaderText += '	<div id="topRightLink">';
vHeaderText += '		<div id="topRightBar">';
vHeaderText += '			<div id="topLinkAlign"><a href="'+ vAboutLink +'" class="topLink">about us</a><img class="top-tick" src="'+ vImageDir +'/tick_sm.gif"><a href="'+ vContactLink +'" class="topLink">contact us</a></div>';
vHeaderText += '		</div>';
vHeaderText += '	</div>';
vHeaderText += '	<br class="clearDiv">';

document.write(vHeaderText);
*/
