// 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="2" color="'+legalFooterColor+'"><a href="http://psc.disney.go.com/abcnetworks/toondisney/games/index.html"><font color="'+legalFooterColor+'"><b>More Games</b></font></a></font></CENTER></td></tr></table>');
