var chromeColor = "#000000";
var chromeWidth = 994;

var bCrumbLevel_1 = "BV Entertainment";
var bCrumbLevel_1_url = "http://bventertainment.go.com/";

var bCrumbLevel_2_text = "Video.com";
var bCrumbLevel_2_url = "http://video.movies.go.com/";

var bCrumbLevel_3_text = "The Hoax";
var bCrumbLevel_3_url = "http://video2.movies.go.com:7903/thehoax/";

var legalFooterColor = "#503C1E";
var legalFtrCpyRgt = "&copy; Buena Vista Home Entertainment, Inc.";

var legalFtrOpts = ["Register","https://register.go.com/video/register","Guest Services","https://register.go.com/video/interests/lists","Help","https://register.go.com/go/goFAQ"]

// NO TOUCHIE
cWid=chromeWidth; cBGcolor=chromeColor; cTcolor='#FFF';
cBreadcrumb='<a href="'+bCrumbLevel_1_url+'" class="bcb">BV Entertainment</a> <a class="bc">&gt;</a> <a href="'+bCrumbLevel_2_url+'" class="bc">'+bCrumbLevel_2_text +'</a> <a class="bc">&gt;</a> <a href="'+bCrumbLevel_3_url+'" class="bc">'+bCrumbLevel_3_text +'</a>';
function writeThaChrome(){ writeNBChrome(cWid,cBGcolor,cBreadcrumb,cTcolor); }


// NOT USED FOR "The Hoax" SITE
function openSweepsRules() { //v2.0
   var w = 795;
   var h = 700;
   var winl = (screen.width - w) / 2;
   var wint = (screen.height - h) / 2;
   coords = 'toolbar=no,location=no,menubar=no,scrollbars=yes,resizable=no,width='+w+',height='+h+',top='+wint+',left='+winl;
   win = window.open("http://video.movies.go.com/wildhogs/sweepstakes_popup.html","ruleswin",coords);
   win.focus();
   win.window.focus();
}