function handleError() { return true; } window.onerror=handleError;


/*CHEAP REDIRECTS INSTEAD OF DOING IT ON EACH PAGE*/
try{ if (location.href.match(/disneyrecords\/($|index\.html)/gim)!=null){ location.href="http://disneymusic.disney.go.com/index.html"; }}catch(e){}

locationsarray=[
["Song-Albums/artist_karaoke/","albums/karaokedisneymania2.html"],
["song-albums/babyeinstein/","albums/littleeinsteinsmusicalmissions.html"],
["Song-Albums/devo20/","albums/devo20.html"],
["song-albums/karaoke/","albums/karaokedisneymania2.html"],
["Song-Albums/disneymania/","albums/disneymania5.html"],
["special/princess-music.html","albums/princessultimatesongcollection.html"],
["Soundtracks/cars/","albums/cars.html"],
["Song-Albums/cheetahgirlsmusic/","albums/cheetahgirls2specialedition.html"],
["Soundtracks/doodlebops/","albums/rockandbopwiththedoodlebops.html"],
["Soundtracks/hannahmontana/","artists/hannahmontana.html"],
["Soundtracks/jumpin/","albums/jumpin.html"],
["Soundtracks/LittleMermaid/","albums/littlemermaidspecialedition.html"],
["Song-Albums/partyjams/","albums/radiodisneypartyjams.html"],
["Soundtracks/pirates2/","albums/piratesdeadmanschest.html"],
["Soundtracks/tarzanthemusical/","albums/tarzanbroadwaymusical.html"],
["special/disneysound/","albums/tmbgabcs.html"],
["soundtracks/hannahmontana/","albums/hannahmontanaspecialedition.html"],
["Soundtracks/highschoolmusical/","albums/highschoolmusicalspecialedition.html"],
["Soundtracks/jumpin/","albums/jumpin.html"],
["song-albums/mickeysdanceparty/","albums/mickeysdanceparty.html"],
["Soundtracks/nightmarebeforechristmasse/","albums/nightmarebeforechristmas.html"],
["Song-albums/ralphsworld/","albums/ralphsworldwelcometoralphsworld.html"],
["song-albums/rdjams3/cd.html","albums/radiodisneyjams3.html"],
["Song-Albums/cheetahgirlsmusic/","artists/cheetahgirls.html"],
["Song-albums/ralphsworld/","albums/ralphsworldwelcometoralphsworld.html"]
]

try{ for (i=0; i<locationsarray.length; i++){
if (location.href.toLowerCase().indexOf(locationsarray[i][0].toLowerCase())!=-1 && location.href.toLowerCase().indexOf("/ecd")==-1){
location.href="http://disneymusic.disney.go.com/"+locationsarray[i][1]
}
}}catch(e){}
/*END CHEAP REDIRECTS*/

location.href="http://disneymusic.disney.go.com/index.html"

var _proto='http://';
try{ if (window.location.protocol == "https:"){ _proto='https://'; } } catch(protien){}

function globalNAV1 (location) {
legalFooterColor = document.fgColor;
root=_proto+"disney.go.com/disneyrecords/";
hrefroot="http://disney.go.com/disneyrecords/";
document.writeln('<table width="770" border="0" cellspacing="0" cellpadding="0"><tr><td colspan="3"><img src="'+root+'Images/Nav/subnav_top.gif" width="770" height="10" alt="" border="0"></td></tr>');
document.writeln('<tr><td valign="top"><a href="'+hrefroot+'"><img src="'+root+'Images/Nav/subnav_title.gif" width="188" height="55" alt="Walt Disney Records" border="0"></a></td><td valign="top"><a href="'+root+'family.html" id="_family"><img name="family" src="'+root+'Images/Nav/subnav_fam.gif" width="161" height="19" alt="Family" border="0" id="i_family"></a><a href="'+hrefroot+'teens.html" id="_teens"><img name="teens" src="'+root+'Images/Nav/subnav_teens.gif" width="161" height="19" alt="Teens" border="0" id="i_teens"></a><a href="'+hrefroot+'kids.html" id="_kids"><img name="kids" src="'+root+'Images/Nav/subnav_kids.gif" width="164" height="19" alt="Kids" border="0" id="i_kids"></a><br>');
document.writeln('<a href="'+hrefroot+'soundtracks/index.html" id="_soundtracks"><img name="st" src="'+root+'Images/Nav/subnav_soundtracks.gif" width="161" height="19" alt="Soundtracks" border="0" id="i_soundtracks"></a><a href="'+hrefroot+'song-albums/index.html" id="_songalbums"><img name="albums" src="'+root+'Images/Nav/subnav_albums.gif" width="161" height="19" alt="Song Albums" border="0" id="i_songalbums"></a><a href="'+hrefroot+'read-alongs/index.html" id="_readalongs"><img name="ral" src="'+root+'Images/Nav/subnav_readalongs.gif" width="164" height="19" alt="Read-Alongs" border="0" id="i_readalongs"></a><br>');
document.writeln('<a href="'+hrefroot+'activities/index.html" id="_activities"><img name="act" src="'+root+'Images/Nav/subnav_act.gif" width="161" height="17" alt="Activities" border="0" id="i_activities"></a><a href="'+hrefroot+'video.html" id="_video"><img name="video" src="'+root+'Images/Nav/subnav_video.gif" width="161" height="17" alt="Video Lounge" border="0" id="i_video"></a><a href="https://register.go.com/WaltDisneyRecords/enewsletter/lists" id="_news"><img name="news" src="'+root+'Images/Nav/subnav_news.gif" width="164" height="17" alt="Newsletter" border="0" id="i_news"></a></td><td valign="top"><img src="'+root+'Images/Nav/subnav_equalizer.gif" width="96" height="55" alt="" border="0"></td></tr>');
document.writeln('<tr><td colspan="3"><img src="'+root+'Images/Nav/subnav_bottom.gif" width="770" height="10" alt="" border="0"></td></tr></table>');
rolloverInit();
}

function roll(what){c1=document.images[what].src.substring(0,document.images[what].src.length-4); c2=document.images[what].src.substring(document.images[what].src.length-4,document.images[what].src.length); document.images[what].src=c1+'_over'+c2;}
function unroll(what){c1=document.images[what].src.substring(0,document.images[what].src.length-9); c2=document.images[what].src.substring(document.images[what].src.length-4,document.images[what].src.length); document.images[what].src=c1+c2;}
function rollins(e){
if (window.event) { thislink = window.event.srcElement; } else if (e.target) { thislink = e.target; } else { return; }
for (j=0;j<myArraySet.length;j++){
if (myArraySet[j][0]==thislink.id+'_over'){ document.getElementById(thislink.id).src=myArraySet[j][1].src; break;}
}}
function unrollins(e){
if (window.event) { thislink = window.event.srcElement; } else if (e.target) { thislink = e.target; } else { return; }
for (k=0;k<myArraySet.length;k++){
if (myArraySet[k][0]==thislink.id){ document.getElementById(thislink.id).src=myArraySet[k][1].src; break;}
}}
function rolloverInit(){
myArraySet=new Array(); myImages=new Array(); count=-1;
for (i=0;i<document.links.length;i++){
elk=document.links[i];
if (elk.id!=""){
bob=document.getElementById('i'+elk.id); unName=bob.src; count++;
c3=bob.src.replace(/\.gif/gi,'_over.gif'); //OR WHATEVER YOUR IMAGE ROLLOVER NAME VARIATION IS
thisImage=new Image(); thisImage.src=c3; myArraySet[count]=new Array(bob.id+'_over',thisImage);
elk.onmouseover=rollins; count++; thisImage=new Image(); thisImage.src=unName; myArraySet[count]=new Array(bob.id,thisImage); elk.onmouseout=unrollins;
}}}

// link disclaimer
function GOurl(url) { GOurl2(url); }
// the non-Joe Disney version
function OpenTheWindow(url){
	this.win=window.open(url,"amazon")
	this.win.focus()

}
function GOurl2(url){
var popDisclaimer=window.open("","disclaimer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=370,height=240,top=100,left=150,screenX=180,screenY=100");
popDisclaimer.document.writeln('<html><head><title>Disney.com - Disclaimer</title>\
<SCR'+'IPT TYPE="text/javascript" LANGUAGE="JavaScript">\
sendTimer = setTi'+'meout("sendToClientSide()",1500);closeTimer = setTi'+'meout("window.close()",15000);\
func'+'tion sendToCl'+'ientSide(){try{if(opener){opener.OpenTheWindow("'+url+'")}}catch(e){}}\
</scr'+'ipt>\
</head>\
<body bgcolor="#FFFFFF" text="#0065CE" link="#FFFF80" vlink="#FFFF80" alink="#FFFF80" leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>\
<table width="370" height="100%" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="'+_proto+'disney.go.com/spon'+'sors/images/disclaimer_top.gif" width="370" height="27" alt="" border="0"></td></tr><tr><td><table width="330" border="0" cellspacing="0" cellpadding="0" align="center"><tr><td><br><FONT FACE="Verdana,sans-serif" SIZE="2" COLOR="#0065CE"><b>The web site you are about to link to is not controlled by Disney Online and different terms of use and privacy policy will apply. By proceeding you agree and understand that Disney Online is not responsible for the site you are about to access.<br><br>If your page does not load within a few seconds, please <a href="javascript:sendToCl'+'ientSide();"><font color="#000000">click here</font></a> to open it.</b></FONT><br><br></td></tr></table>\
</td></tr><tr bgcolor="#0000CC"><td align="center" height="20"><a href="javascript:window.close();"><FONT FACE="Verdana,sans-serif" SIZE="1" COLOR="#FFFF00"><b>Close this window</b></font></a></td></tr></table>\
</body></html>');
popDisclaimer.document.close();
}
// end link disclaimer

//chrome stuff
var chromeColor = "#003399";
var chromeWidth = 770;
var bCrumbLevel_1 = "Entertainment";
var bCrumbLevel_2_text = "Music";
var bCrumbLevel_2_url = "http://disney.go.com/music/index.html";
var bCrumbLevel_3_text = "Disney Records";
var bCrumbLevel_3_url = "http://disney.go.com/disneyrecords/index.html";
var legalFooterColor = "white";
var legalFtrOpts = ["Register with Walt Disney Records" , "http://transfer.go.com/cgi/transfer.dll?srvc=dis&goto=https://register.go.com/WaltDisneyRecords/chooseAge&name=g_legalFooter_register", "Manage Your Walt Disney Records Newsletters","http://transfer.go.com/cgi/transfer.dll?srvc=dis&goto=https://register.go.com/WaltDisneyRecords/enewsletter/lists&name=g_legalFooter_guestservices" /*, "Help", "http://transfer.go.com/cgi/transfer.dll?srvc=dis&goto=http://psc.disney.go.com/guestservices/index.html&name=g_legalFooter_help"*/];

//hitbox variables
var _gmlc="/Entertainment/Music/DisneyRecords";
var _gacct="DM5103120MSF93EN3;DM510612FMNS38EN3;DM51030813MR38EN3;DM5103083LCA38EN3";
try{ _gpn=location.href.match(/([\w-]*).htm/i)[1]; } catch(gpn){ _gpn='index'; }

// Footer
function writePrivacy(){
document.writeln('<table border="0" align="center" background=""><tr><td align="center"><CENTER><font face="verdana, arial, helvetica, sans-serif" size="2"><p><a href="http://disney.go.com/guestservices/index.html" target="_top">Guest Services</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://disney.go.com/legal/privacy_policy.html" target="_top"><b>Privacy Policy</b></a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://disney.go.com/legal/internet_safety.html">Internet Safety</a></font><br><font face="verdana, arial, helvetica, sans-serif" size="1">Use of this site signifies your agreement to the <a href="http://disney.go.com/legal/conditions_of_use.html">terms of use</a>.<br>&copy; Disney. All rights reserved.</p></font></CENTER></td></tr></table><br>');
}

function checkDailyCookie(cookieCheck){ if (document.cookie.indexOf(cookieCheck) >= 0){ return true; } else { return false; } }
function plantDailyCookie(cookiePlant){ 
thedate = new Date(); newhours=thedate.getHours()+24; thedate.setHours(newhours);
document.cookie = cookiePlant +"=1;expires="+thedate+";"
}
function checkSessionCookie(cookieCheck){
if (document.cookie.indexOf(cookieCheck) >= 0){ return true; } else { document.cookie=cookieCheck+'=1'; return false; }
}

leftPos=1, topPos=1, popW=1, popH=1;
popDimensions = "";

function centerIt(popW,popH,urlToCenter,centeredWinName){
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 (urlToCenter != null){ win = window.open(urlToCenter,centeredWinName,popDimensions); win.focus();}
}

function upperRight(popW,popH,urlToOpen,rightWinName,otherProperties){
var w = 800, h = 600;
if (document.all || document.layers || document.getElementById) {  w = screen.availWidth; h = screen.availHeight; }
leftPos = (w-popW-10), topPos = 1;
popDimensions = 'width='+popW+',height='+popH+',left='+leftPos+',top='+topPos;
if (otherProperties != null){ popDimensions+=','+otherProperties; }
if (urlToOpen != null){ window.open(urlToOpen,rightWinName,popDimensions); }
}

function upperLeft(popW,popH,urlToOpen,leftWinName,otherProperties){
popDimensions = 'width='+popW+',height='+popH+',left=1,top=1';
if (otherProperties != null){ popDimensions+=','+otherProperties; }
if (urlToOpen != null){ window.open(urlToOpen,leftWinName,popDimensions); }
}

function popWMAudio2(clip) {
width=310; height=145; centerIt(width,height);
window.open("../../popwmaudio2.html?"+clip,"wdrwmaud",popDimensions);
}

function comingSoon(){ centerIt(200,115,"http://disney.go.com/disneyrecords/comingsoon.html","comingsoon"); }

function goBuy(productID,sectionID){
if (sectionID==null){ sectionID='11886'; } else if (sectionID=='soundtrack'){ sectionID='11888'; }
win = window.open("http://transfer.go.com/cgi/transfer.dll?name=43254&SOURCE=43254&srvc=store&goto=http://disneyshopping.go.com/DSSectionPage.process?Section_Id="+sectionID+"&Product_Id="+productID,"product","toolbar,location,status,menubar,scrollbars,resizable");
win.focus();
}
function goFlashUpgrade(){ GOurl('http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&promoid=BIOW'); }
function goAmazon(productID){ GOurl('http://www.amazon.com/exec/obidos/tg/detail/-/'+productID+'/'); }
function goAmazonWDR(productID){ GOurl('http://www.amazon.com/exec/obidos/ASIN/'+productID+'/disney-20/'); }
function goAmazonTyr(productID){ GOurl('http://www.amazon.com/exec/obidos/ASIN/'+productID+'/qid=1138649135/sr=8-1/ref=sr_8_xs_ap_i1_xgl15/103-5859892-1426258?n=507846&s=music&v=glance'); }
/*
function goAmazonWDR(productID){
win = window.open('http://disney.go.com/disneyrecords/disclaimer.html?http://www.amazon.com/exec/obidos/ASIN/'+productID+'/disney-20/', 'intermediate', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=370,height=210');
}
*/
function goNewsletters(){ window.location.href="https://register.go.com/WaltDisneyRecords/enewsletter/lists"; }

var _textcolor2=""; var _qtpath=""; var _qtloudeyedir=""; var _artistcolor="white"; var popWDRQTclip=null;
function popWDRQT(_clip,_songtitle,_artist,_tile,_fontsize){
if (_tile==null){ _tile=''; } else { _tile=' background="images/'+_tile+'"'; }
_fontsize=(_fontsize==null)?'2':_fontsize;
_qtfullpath=(_qtloudeyedir!='')?'http://qtp01sea.loudeye.com/buenavista/bvmg/disneyrecords/'+_qtloudeyedir+'/'+_qtbase+_clip+'.mov':_qtpath+'quicktime/'+_qtbase+_clip+'.mov';
//alert(_qtfullpath);
centerIt(_w,_h);
if (popWDRQTclip != null && !popWDRQTclip.closed){ popWDRQTclip.close(); }
popWDRQTclip=window.open("",_winname,popDimensions);
popWDRQTclip.document.writeln('<html><head><title>'+_wintitle+'</title><scr'+'ipt language="javascript">_qtfullpath="'+_qtfullpath+'"; _bgcolor="'+_bgcolor+'";</scr'+'ipt></head>');
_songtitle=_songtitle.replace(/%27/,"\'"); _artist=_artist.replace(/%27/,"\'");
popWDRQTclip.document.writeln('<body leftmargin=0 topmargin=0 marginheight="0" marginwidth="0" bgcolor="'+_bgcolor+'"  text="'+_textcolor+'" link="'+_linkcolor+'" vlink="'+_linkcolor+'" alink="'+_linkcolor+'" '+_tile+' style="height:'+_h+'px;"><table width="100%" height="100%" cellspacing="0" cellpadding="0" style="border:1px solid '+_bordercolor+'"><tr height="'+(_h-27)+'"><td><FONT FACE="arial, helvetica" SIZE="'+_fontsize+'"><b><center>"'+_songtitle+'"<br>');
if (_artist!="") { popWDRQTclip.document.writeln('<font size="1" color="'+_artistcolor+'">'+_artist+'</font><br>'); }
popWDRQTclip.document.writeln('<div id="CUTEYDIV" style="height:21px;"></div>');
popWDRQTclip.document.writeln('</center></b></FONT></td></tr><tr bgcolor="'+_bordercolor+'" height="27"><td align="center"><FONT FACE="arial, helvetica" SIZE="1"><b><a href="javascript:window.close();">close window</a><br><font color="'+_textcolor2+'">&copy; Disney. All rights reserved.</font></b></font></td></tr></table>');
pathtojs="http://disney.go.com/disneyrecords/qt.js";
if (navigator.appName.match(/microsoft/gi)!=null && navigator.appVersion.match(/mac/gi)==null){
popWDRQTclip.document.write('<scr'+'ipt language="javascript" id="QTJS"></scr'+'ipt>');
} else {
popWDRQTclip.document.write('<scr'+'ipt language="javascript" src="'+pathtojs+'"></scr'+'ipt>');
}
if (navigator.appName.match(/microsoft/gi)!=null){ popWDRQTclip.document.getElementById('QTJS').src=pathtojs; }
popWDRQTclip.document.write('</body></html>');

popWDRQTclip.document.close();
popWDRQTclip.focus();
//setTimeout("popWDRQTclip.loadCutey()",1000);
_hbPageView('qt-clip-'+_clip,_mlc);
}





var _textcolor2=""; var _qtpath=""; var _qtloudeyedir=""; var _artistcolor="white"; var popAKAMAIQTclip=null;
function popAKAMAIQT(_clip,_songtitle,_artist,_tile,_fontsize){
if (_tile==null){ _tile=''; } else { _tile=' background="images/'+_tile+'"'; }
_fontsize=(_fontsize==null)?'2':_fontsize;
_qtfullpath=(_qtloudeyedir!='')?'http://mfile.akamai.com/13483/mov/dol.download.akamai.com/13175/disney/disneyrecords/'+_qtloudeyedir+'/'+_qtbase+_clip+'.mov':_qtpath+'quicktime/'+_qtbase+_clip+'.mov';
//alert(_qtfullpath);
centerIt(_w,_h);
if (popAKAMAIQTclip != null && !popAKAMAIQTclip.closed){ popAKAMAIQTclip.close(); }
popAKAMAIQTclip=window.open("",_winname,popDimensions);
popAKAMAIQTclip.document.writeln('<html><head><title>'+_wintitle+'</title><scr'+'ipt language="javascript">_qtfullpath="'+_qtfullpath+'"; _bgcolor="'+_bgcolor+'";</scr'+'ipt></head>');
_songtitle=_songtitle.replace(/%27/,"\'"); _artist=_artist.replace(/%27/,"\'");
popAKAMAIQTclip.document.writeln('<body leftmargin=0 topmargin=0 marginheight="0" marginwidth="0" bgcolor="'+_bgcolor+'"  text="'+_textcolor+'" link="'+_linkcolor+'" vlink="'+_linkcolor+'" alink="'+_linkcolor+'" '+_tile+' style="height:'+_h+'px;"><table width="100%" height="100%" cellspacing="0" cellpadding="0" style="border:1px solid '+_bordercolor+'"><tr height="'+(_h-27)+'"><td><FONT FACE="arial, helvetica" SIZE="'+_fontsize+'"><b><center>"'+_songtitle+'"<br>');
if (_artist!="") { popAKAMAIQTclip.document.writeln('<font size="1" color="'+_artistcolor+'">'+_artist+'</font><br>'); }
popAKAMAIQTclip.document.writeln('<div id="CUTEYDIV" style="height:21px;"></div>');
popAKAMAIQTclip.document.writeln('</center></b></FONT></td></tr><tr bgcolor="'+_bordercolor+'" height="27"><td align="center"><FONT FACE="arial, helvetica" SIZE="1"><b><a href="javascript:window.close();">close window</a><br><font color="'+_textcolor2+'">&copy; Disney. All rights reserved.</font></b></font></td></tr></table>');
pathtojs="http://disney.go.com/disneyrecords/qt.js";
if (navigator.appName.match(/microsoft/gi)!=null && navigator.appVersion.match(/mac/gi)==null){
popAKAMAIQTclip.document.write('<scr'+'ipt language="javascript" id="QTJS"></scr'+'ipt>');
} else {
popAKAMAIQTclip.document.write('<scr'+'ipt language="javascript" src="'+pathtojs+'"></scr'+'ipt>');
}
if (navigator.appName.match(/microsoft/gi)!=null){ popAKAMAIQTclip.document.getElementById('QTJS').src=pathtojs; }
popAKAMAIQTclip.document.write('</body></html>');

popAKAMAIQTclip.document.close();
popAKAMAIQTclip.focus();
//setTimeout("popAKAMAIQTclip.loadCutey()",1000);
_hbPageView('qt-clip-'+_clip,_mlc);
}




var isMacIE=(navigator.appName.indexOf('Microsoft')!=-1 && navigator.appVersion.indexOf('Mac')!=-1)?true:false;
function writePlayerDownloads(newt,noel){
dltop=(newt==null)?47:47+newt; dlleft=(noel==null)?3:3+noel; if(isMacIE==true){ dltop=dltop-19; }
document.writeln('<div style="position:relative;"><spacer type="block" width="1" height="1"><div style="position:absolute; left:'+dlleft+'; top:'+dltop+'; width:119; height:40;"><img src="http://disney.go.com/disneyrecords/Global_Media/download-players.gif" width="119" height="40" border="0" alt="download players" usemap="#download-players"><map name="download-players"><area alt="Windows Media Player" coords="12,2,117,14" href="http://www.microsoft.com/windows/windowsmedia/download/default.asp" target="_blank"><area alt="RealPlayer" coords="12,14,71,26" href="http://www.real.com/player/index.html?lang=en" target="_blank"><area alt="Quicktime" coords="12,26,70,38" href="http://www.apple.com/quicktime/download/" target="_blank"></map></div></div>');
}
function gid(_id){ return document.getElementById(_id); }