// This sets the footer font color to black if no color is defined.
try{
	if(!legalFooterColor){var legalFooterColor = "#000000";}
}catch(e){
	var legalFooterColor = "#000000";
}

//This portion of the legal footer is solely for the use of BVPM and BVHE.
//This is to determine the Copyright info to be displayed on the page.
var copyRight = ""
var copyRightType = "";
var ftTransfer = "http://transfer.go.com/cgi/transfer.dll?srvc=dis&goto=";
if(legalFooterColor.indexOf("&") != -1){
	dvMarker = legalFooterColor.indexOf("&");
	copyRightType = legalFooterColor.substring(dvMarker+1, legalFooterColor.length);
	legalFooterColor = legalFooterColor.substring(0, dvMarker);
}

try{
	if(legalFtrCpyRgt){
		copyRight = legalFtrCpyRgt;
	}
}catch(e){
	switch (copyRightType){
	case "bvhe" :
		copyRight = "&copy; Buena Vista Home Entertainment, Inc. All rights reserved."; break;
	case "pixar" :
		copyRight = "&copy; Disney Enterprises, Inc./Pixar Animation Studios. All Rights Reserved."; break;
	case "bvpdwm" :
		copyRight = "&copy; Buena Vista Pictures Distribution and Walden Media LLC. All rights reserved."; break;
	case "bvpd" :
		copyRight = "&copy; Buena Vista Pictures Distribution. All rights reserved."; break;
	case "bruckheimer" :
		copyRight = "&copy; Disney Enterprises, Inc. and Jerry Bruckheimer, Inc. All rights reserved."; break;
	case "erichill" :
		copyRight = "&copy; Eric Hill/Salspot Ltd 2003 &copy; Buena Vista Home Entertainment, Inc."; break;
	case "rolie" :
		copyRight = "&copy; Rolie Polie Olie &copy; Nelvana In Trust. &copy; Disney Enterprises, Inc."; break;
	case "imax" :
		copyRight = "&copy; Disney Enterprises, Inc. IMAX &copy; Imax Corporation."; break;
	case "phd" :
		copyRight = "&copy; Disney, &copy; The Jim Henson Company, &copy; Jumbo, &copy; Nelvana in Trust, &copy; 2003 Spellbound Entertainment Limited & Famous Flying Films Limited. All rights reserved."; break;
	case "magicbowling" :
		copyRight = "&copy; Disney Enterprises, Inc./Pixar Animation Studios. All rights reserved.<br>Viz-A-Ball is a registered trademark of the Brunswick Bowling & Billiards Corporation. U.S. Patent No. 6,524,419"; break;
	case "burroughs" :
		copyRight = "&copy; Burroughs and Disney. All rights reserved."; break;
	case "bankone" :
		copyRight = "&copy 2003 Disney as to Disney elements. All rights reserved. <br>&copy 2003 Bank One."; break;
	case "wde" :
		copyRight = "&copy Walt Disney Enterprises, Inc."; break;
	default :
		copyRight = "&copy; Disney. All rights reserved."; break;
	}
}

//Spit out the legal footer...
document.write("<STYLE>.dolFooter, .dolFooterSmall { font-family: verdana, helvetica !important; color: " + legalFooterColor + " !important; background-color: transparent; } .dolFooter {font-size: 10pt !important;} .dolFooterSmall {font-size: 10px !important;} a.dolFooter:hover, a.dolFooter:active,a.dolFooterSmall:hover, a.dolFooterSmall:active{ background-color: transparent !important; }</STYLE>");
function isThisPage(identifier){var locTemp=location.href; return (locTemp.indexOf(identifier) != -1) ? true : false;}
if(isThisPage("disney.go.com/home/today") || isThisPage("disney.go.com/playhouse/today") || isThisPage("disney.go.com/kids/today") || isThisPage("disney.go.com/entertainment/today") || isThisPage("disney.go.com/inside/today") || isThisPage("disney.go.com/familyfun/today")){
	document.write('<br><br><table border="0" cellspacing="0" cellpadding="0" align="center" background=""><tr><td align="center" class="dolFooter"><A href="'+ftTransfer+'http://disney.go.com/guestservices/index.html&name=g_legalFooter_guestservices" target="_top" class="dolFooter">Guest Services</A>&nbsp;|&nbsp;<A href="'+ftTransfer+'https://register.go.com/disney/indexhome&name=g_legalFooter_register" target="_top" class="dolFooter">Register</A>&nbsp;|&nbsp;<A href="'+ftTransfer+'http://psc.disney.go.com/guestservices/index.html&name=g_legalFooter_help" target="_top" class="dolFooter">Help</A></td></tr></table>');
}
else{
	try{
		if(legalFtrOpts){
			document.write('<br><br><table border="0" cellspacing="0" cellpadding="0" align="center" background=""><tr><td align="center" class="dolFooter">');
			for(i=0 ; i<legalFtrOpts.length ; i+=2){
				document.write('<A href="'+legalFtrOpts[i+1]+'" target="_top" class="dolFooter">'+legalFtrOpts[i]+'</A>');
				if(i<legalFtrOpts.length-2)
					document.write('&nbsp;|&nbsp;');
			}
			document.write('</td></tr></table>');
		}	
	}catch(e){}
}
document.write('<br><table border="0" cellspacing="0" cellpadding="0" align="center" background=""><tr><td align="center" class="dolFooter"><A href="http://about.monster.com/privacy/" target="_top" class="dolFooter"><B>MONSTER Privacy Policy</B></A>&nbsp;|&nbsp;<A href="'+ftTransfer+'http://disney.go.com/corporate/legal/safety_tips.html&name=g_legalFooter_internetsafety" target="_top" class="dolFooter">Internet Safety</A>&nbsp;|&nbsp;<A href="http://about.monster.com/terms/" target="_top" class="dolFooter">MONSTER Terms of Use</A><BR><SPAN class="dolFooterSmall">'+copyRight+'</SPAN></td></tr></table><br>');
