/* Used in the following partner files: 
coleman\footertext1.ascx
equities\footertext1.ascx
fcl\footertext1.ascx
goldberg\footertext1.ascx
hsc\footertext1.ascx
pinnacle\footertext1.ascx
prg\footertext1.ascx
windsor\footertext1.ascx
xx\footertext1.ascx
xy\footertext1.ascx
zz\footertext1.ascx
*/

var d = new Date();
var curr_year = d.getFullYear();

document.writeln("<table border='0' cellpadding='0' cellspacing='0' bgcolor='white' class='mainfont' width=100%>");
document.writeln("<tr class='legal'>");
document.writeln("    <td align='middle' COLSPAN=2 class='mainfont'><small>By using this site, you agree to our <a href='http://www.apartments.com/terms.htm'>terms of service</a></small></td>");
document.writeln("  </tr><tr class='legal'>");
document.writeln("    <td align='middle' COLSPAN=2 class='legal'><a href='http://www.classifiedventures.com/' class='legal' target='_blank'><small>&copy;");
document.writeln(curr_year + " Classified Ventures, LLC</small></a>&nbsp;|&nbsp;<a href='http://www.apartments.com/privacy.htm' class='legal'><small>Privacy Policy</small></a>&nbsp;|&nbsp;<a href='http://www.apartments.com/LegalInfo.htm#EOH' class='legal'><small>Equal Housing Opportunity</small></a></td>");
document.writeln("  </tr>");
document.writeln("</table>");
