
if (document.all){
  document.write('<img src="images/fav.gif" align="absmiddle" />');
  document.write('<a href="javascript:bookmarksite(\'Wholesale flowers and plants from Ontario Flower Growers\', \'http://www.ontarioflowergrowers.ca\');">');
  document.write('  Add to your favourites');
  document.write('</a>');
}
// If it's Netscape 6, tell user to drag link onto Home button
else if (document.getElementById){
   
}
// If it's Netscape 4 or lower, give instructions to set Home Page
else if (document.layers){
   
}
// If it's any other browser, for which I don't know the specifications of home paging, display instructions
else {
  
}