home0=new Image(150,25);
home0.src="common/buttonon.gif";

function addFavorite(){
   if (navigator.appName=="Microsoft Internet Explorer" && parseInt(navigator.appVersion)>=4){
      window.external.AddFavorite("http://www.sundayleisure.gb.com","Sunday Leisure Tenpin Bowling League");
      }
   else{
      alert ("Sorry, the browser you are using does not support this feature.nnPlease use your browser's alternative bookmark facility tonsave the location of this page.");
   }
}
document.writeln('<table cellspacing="0" cellpadding="0">');
document.writeln('<tr>');
document.writeln('<td colspan="5" height="25" background="common/barlong.gif">&nbsp;</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td colspan="5" height="40" background="common/headergraphic.jpg"><p class="heading">Sunday Leisure Tenpin Bowling League</p></td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td width="150" height="25" background="common/buttonblank.gif">&nbsp;</td>');
document.writeln('<td class="button" onMouseOver="this.style.backgroundImage=\'url(common/buttonon.gif)\'" onMouseOut="this.style.backgroundImage=\'url(common/button.gif)\'" onClick="javascript:addFavorite()">Add to Favorites</td>');
document.writeln('<td class="button" onMouseOver="this.style.backgroundImage=\'url(common/buttonon.gif)\'" onMouseOut="this.style.backgroundImage=\'url(common/button.gif)\'" onClick="window.location=\'raysozdiary.html\'">Ray\'s Page</td>');
document.writeln('<td class="button" onMouseOver="this.style.backgroundImage=\'url(common/buttonon.gif)\'" onMouseOut="this.style.backgroundImage=\'url(common/button.gif)\'" onClick="window.location=\'sponsors.html\'">Our Sponsors</td>');
document.writeln('<td class="button" onMouseOver="this.style.backgroundImage=\'url(common/buttonon.gif)\'" onMouseOut="this.style.backgroundImage=\'url(common/button.gif)\'" onClick="window.location=\'links.html\'">Web Links</td>');
document.writeln('</tr>');
document.writeln('</table>');