function drawFooter()
{
	var x = "";
	
	x += '<div style="width:750px; text-align:center;">';
	x += '	<hr style="width:100%; height:5px; border:5px solid #009;" />';
	x += '	<a href="http://www.ownerdirect.com/help-manual/search/?vg=v&hp_id=159" style="font:10pt arial; color:#009;" target="_blank">Contact Us</a>';
	x += '	|';
	x += '	<a href="http://www.ownerdirect.com/help-manual/search/?vg=v&hp_id=186" style="font:10pt arial; color:#009;" target="_blank">Legal Notice</a>';
	x += '	|';
	x += '	<a href="http://www.ownerdirect.com/help-manual/search/?vg=v&hp_id=185" style="font:10pt arial; color:#009;" target="_blank">Privacy Policy</a>';
	x += '	|';
	x += '	<a href="http://www.ownerdirect.com/help-manual/search/?vg=v" style="font:10pt arial; color:#009;" target="_blank">Help</a>';
	x += '	<hr style="width:100%; height:1px; border:1px solid #009;" />';
	x += '</div>';
	
	document.write(x);
}