function popGirlNextAlert(path,under) {
if (path==null){ path="http://hollywoodrecords.go.com"; }
w=310; h=149;
var popGirlNext=window.open("","popGirlNextalert","width="+w+",height="+h+",top=1,left=1");
popGirlNext.document.write('<html><head><title>GirlNext.com</title></head><body bgcolor="white" text="#005D15" link="white" vlink="white" alink="#005D15" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0"><a href="javascript:window.open(\''+path+'/girlnext/index.html\');this.close();"><img src="'+path+'/girlnext/images/girlnext-popup.gif" width="310" height="149" alt="Visit GirlNext.com and check out new music from Hilary Duff, Raven-Symone, Princess Diaries 2 and more" border="0"></a></body></html>');
popGirlNext.document.close();
if (under!=null){ this.focus(); }
}
function popGirlNextTDQAlert(path,under) {
if (path==null){ path=".."; }
w=310; h=284;
var popGirlNextTDQ=window.open("","popGirlNextTDQalert","width="+w+",height="+h+",top=10,left=10");
popGirlNextTDQ.document.write('<html><head><title>GirlNext.com</title></head><body bgcolor="white" text="#005D15" link="white" vlink="white" alink="#005D15" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0"><a href="javascript:window.open(\''+path+'/girlnext/index.html\');this.close();"><img src="'+path+'/girlnext/images/girlnext-popup.gif" width="310" height="149" alt="Visit GirlNext.com and check out new music from Hilary Duff, Raven-Symone, Princess Diaries 2 and more" border="0"></a><br><a href="javascript:window.open(\''+path+'/teenagedramaqueen/index.html\');this.close();"><img src="'+path+'/teenagedramaqueen/images/teenage-popup.gif" width="310" height="135" alt="Confessions of a Teenage Drama Queen - Music from the Motion Picture" border="0"></a></body></html>');
popGirlNextTDQ.document.close();
if (under!=null){ this.focus(); }
}

function writeGirlNextBanner(disney){
url=(disney!=null)?'http://hollywoodrecords.go.com/girlnext/index_dis.html':'http://girlnext.com/';
document.writeln('<a href="'+url+'" target="_blank"><img src="http://hollywoodrecords.go.com/girlnext/images/girlnext_banner.gif" width="699" height="65" border="0" alt="Visit GirlNext.com - Check out new music from Hilary Duff, Jesse McCartney, Aly &amp; AJ, and more."></a>');
}
function writeGirlNextBanner2(disney){// FOR USE ON http://hollywoodrecords-tsdev.online.disney.com/jessemccartney/index.html
url=(disney!=null)?'http://hollywoodrecords.go.com/girlnext/index_dis.html':'http://girlnext.com/';
document.writeln('<a href="'+url+'" target="_blank"><img src="http://'+location.host+'/girlnext/images/girlnext_banner2.gif" width="801" height="65" border="0" alt="Visit GirlNext.com - Check out new music from Hilary Duff, Jesse McCartney, Aly &amp; AJ, and more."></a>');
}