var footerHTML = "";

footerHTML += "<table width=\"90%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" align=\"center\">";
footerHTML += "<tr>";
footerHTML += "<td height=\"26\" align=\"center\" colspan=\"3\">";
footerHTML += "<div>";
footerHTML += "<span style=\"font-family : Verdana,Arial,Helvetica, sans-serif;font-size : 9px; color : #000000;\">";
footerHTML += "<a href=\"http://www.buy.com/corp/toc_feature.asp?loc=13189\" style=\"font-size : 9px; color : #000000;\">Company Info</a>&nbsp;|&nbsp;";
footerHTML += "<a href=\"http://www.buy.com/corp/advertising.asp\" style=\"font-size : 9px; color : #000000;\">Advertising</a>&nbsp;|&nbsp;";
footerHTML += "<a href=\"http://www.buy.com/help/welcome-to-help/67211.html\" style=\"font-size : 9px; color : #000000;\">Help</a>&nbsp;|&nbsp;";
footerHTML += "<a href=\"http://www.buy.com/corp/legal.asp\" style=\"font-size : 9px; color : #000000;\">Terms of Use</a><br>";
footerHTML += "<a href= \"http://www.buy.com/corp/legal.asp\" style=\"font-size : 9px; color : #000000;\">Copyright 1997-2010 Buy.com Inc., All rights reserved.</a>&nbsp;&nbsp;&nbsp;";
footerHTML += "<a href= \"http://www.buy.com/corp/privacy_policy_complete.asp\" style=\"font-size : 9px; color : #000000;\">Buy.com Privacy Policy</a>";
footerHTML += "</span>";
footerHTML += "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
footerHTML += "</div>";
footerHTML += "</td>";
footerHTML += "</tr>";
footerHTML += "</table>";

document.write(footerHTML);
