function GOurl(url,width,height,scrollbars,name){
window.open(url);
}

function GOurlScript() {
okay = false;
okay = confirm('The web site you are about to link to is not controlled by Hollywood Records and different terms of use and privacy policy will apply. By proceeding you agree and understand that Hollywood Records is not responsible for the site you are about to access.');
return okay;
}

function goNewsletters() {
window.open("http://register.go.com/HollywoodRecords/hr2/interests/lists","Newsletters","toolbar=yes,location=no,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=795,height=550");
}

//hitbox variables
var _cp="null"; 		//campaign
var _acct="DM510706GFWF38EN3;DM51030813MR38EN3;DM5103083LCA38EN3"; 	//account number(s)
var _pndef="title"; 		//default page name
var _ctdef="full"; 		//default content category
var _dlf="n";			//download filter
var _elf="n";			//exit link filter
var _epg="n"; 			//event page identifier
var _hcv=65;			//code version
var _mn="localagg";			//machine name
var _gn="ehg-dig.hitbox.com";			//gateway name

leftPos=1, topPos=1, popW=1, popH=1;
popDimensions = "";
function centerIt(popW,popH,urlToCenter,centeredWinName,otherProperties){
var w = 800, h = 600;
if (document.all || document.layers || document.getElementById) {  w = screen.availWidth; h = screen.availHeight; }
leftPos = (w-popW)/2, topPos = (h-popH)/2;
popDimensions = 'width='+popW+',height='+popH+',left='+leftPos+',top='+topPos;
if (otherProperties != null){ popDimensions+=otherProperties; }
if (urlToCenter != null){ window.open(urlToCenter,centeredWinName,popDimensions); }
}

function checkSessionCookie(cookieCheck){
if (document.cookie.indexOf(cookieCheck) >= 0){ return true; } else { document.cookie=cookieCheck+'=1'; return false; }
}

function writePrivacy(){
document.writeln('<br><center><font face="Verdana, Arial, Helvetica" size="1">');
document.writeln('<a href="http://disney.go.com/corporate/legal/terms.html" target="_blank">Terms of Use</a> | <a href="http://disney.go.com/corporate/legal/wdig_privacy.html" target="_blank">UPDATED Privacy Policy</a><br>');
document.writeln('&copy; Hollywood Records</font><br>&nbsp;');
}