// overwriting pre-defined values in login pages; this is duplicated in overlib_mini.js.  actually this isn't working at all yet.
var navBgColor="#063853"; //changes the navigation bgcolor - topnav, mainmenu, sometimes sideBar
var navBgColor2="'#063853' style='background: url(/images/redpixel.gif) repeat;'" //changes the navigation bgcolor - sideBar, mainmen (in login)

document.body.style.backgroundImage="url(http://international.aetvn.com/images/bg_signin.gif)";
document.body.style.backgroundRepeat="repeat-y";

// HTML content
document.write('<div id=footer class=gray4><a href=/content.jsp?id=terms_of_service class=bluelink1>Terms of Service</a> | <a href="mailto:intl.webmaster@aetn.com" class=bluelink1>intl.webmaster@aetn.com</a><br />A&amp;E Television Networks &copy; 1996-2008.  All rights reserved.</div>');

/*
if ( !terms ) var terms="";
document.write('<table cellpadding=0 cellspacing=0 id=footer>');
document.write('<tr>');

if ( terms!="yes" ) document.write('<td height=30 align=center class=gray4><a href=/content.jsp?id=terms_of_service class=bluelink1>Terms of Service</a> | <a href="mailto:intl.webmaster@aetn.com" class=bluelink1>intl.webmaster@aetn.com</a><br />A&amp;E Television Networks &copy; 1996-2008.  All rights reserved.</td>');

else document.write('<td height=30 align=center class=gray4><a href=/content.jsp?id=terms_of_service class=bluelink1>Terms of Service</a> | <a href="mailto:intl.webmaster@aetn.com" class=bluelink1>intl.webmaster@aetn.com</a><br />A&amp;E Television Networks &copy; 1996-2008.  All rights reserved.</td>');
document.write('</tr>');
document.write('</table>');
*/