

function displayButtons() {

   var line = new Array();
   var l = 0;
   //addthis_url    = location.href;   
	//							addthis_title  = "TablesOnline - " + document.title;  

	 
   line[l++] =	'<tr><td style="padding-bottom:8px;padding-top:12px;">';
   line[l++] =	'   <a href="/Restaurant-Web-Sites.html" rel="nofollow"><img  style="border:none;" height="16" width = "125"';
	 line[l++] = '       src="/images/restaurant-common/featureMyRestaurant.bmp" alt="list and feature my restaurant"></a></td></tr>';
   line[l++] =	'<tr><td>';
   line[l++] =	'<tr><td style="padding-bottom:10px;">';
   line[l++] =	'  <a href="/restaurant/getALinkToThisPage.html?URL=' +
                      location.href + '&Title=' + document.title;
   line[l++] =	'" rel="nofollow"><img  style="border:none;" height="16" width = "125" '; 
	 line[l++] = '       src="/images/restaurant-common/getALinkToThisPage.bmp" alt="Get a link to this page"></a></td></tr>';
   line[l++] =	'<tr><td>';
   document.write (line.join("\n"));
   document.close();
}

displayButtons();