
//var url = "http://localhost/runbeck/";
var url = "http://www.runbeck.net/";
//var url = "http://www.runbeck.net/";

var footer = '<table border="0" cellspacing="0" cellpadding="15" width="100%">' ;
footer += '	<tr>';
footer += '	<td align="left" class="footer">';

    copyright=new Date();
    update=copyright.getFullYear();
    footer += 'Copyright &copy; ' + update + ' Runbeck Election Services. All Rights Reserved.';

footer += '	</td>';
footer += '	<td align="right" class="footer">';
    footer += '	<a href="'+ url + 'privacy.html" class="footer">Privacy Policy</a> &nbsp;|&nbsp; ';
    footer += '	<a href="'+ url + 'terms.html" class="footer">Terms of Use</a> &nbsp;|&nbsp; ';
    footer += '	<a href="'+ url + 'sitemap.html" class="footer">Site Map</a> &nbsp;|&nbsp; ';
    footer += '	<a href="' + url + 'contact.html" class="footer">Contact Us</a>';
footer += '	</td>';
footer += '	</tr>';
footer += '	</table>';

document.write(footer);