function drawBottomLinks(){

	var links_html = '<table>'+
'<th><a href="javascript:location.reload(true);" target="_self">Clear all</a></th>'+	
'<th><a href="javascript:toggleDIVVisibility(\'contactFormDIV\', 1);window.scrollBy(0, 500);">Contact us</a></th>'+
'<th><a href="javascript:showAbout();">About</a></th>'+
'<th><a href="javascript:showHelp();">Help</a></th>'+
'<th><a href="javascript:bookmarkSite(\'Optimal Home Location\',\'http://www.optimalhomelocation.com/\');">Bookmark this</a></th>'+
'<th><a href="javascript:createReport();">Create a Report</a></th>'+
'<th><a href="http://optimalhomelocation.wordpress.com" target="_blank">Our BLOG</a></th>'+
'<th><a href="javascript:showRealEstateForm();">For Realtors</a></th>'+
'<th><a href="javascript:showSellRentForm();" >Sell/Rent advice</a></th>'+
'<th><a href="javascript:showAdvertiseForm();" >Advertise here</a></th>'+
 '</table>';
  document.write(links_html);
}
drawBottomLinks();

