// This sets the footer font color to black if no color is defined.
if(!legalFooterColor){legalFooterColor = "#FFFFFF";}



//Spit out the legal footer...
document.write('<table border="0" cellspacing="0" cellpadding="0" align="center" background=""><tr><td align="center"><CENTER><font face="verdana, arial, helvetica, sans-serif" size="1" color="'+legalFooterColor+'">&copy;Disney. All rights reserved.</font></a></font></CENTER></td></tr></table>');
