<!--
//
 var urlAddress = document.location.href;
 var pageName = "Real Estate in Grand Rapids.com";

 function addToFavorites()
 {
  if (window.external)
  {
   window.external.AddFavorite(urlAddress,pageName);
  }
 }
// -->
<!-- Begin

if (document.all){
  document.write('<A class="HERE" HREF="javascript:history.go(0);" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'' + document.location.href + '\');">');
  document.write('<img border="0" src="http://realestateingrandrapids.com/images/housegr.gif" width="13" height="10"> <span class="HERE">Set Homepage</a> | <img border="0" src="http://realestateingrandrapids.com/images/housegr.gif" width="13" height="10"> <a class="HERE" href="javascript:addToFavorites()">Add to Favorites</a></span>');
}

else if (document.getElementById){
  document.write('<span class="HERE"><a href="'
 + document.location.href + '"></a> <img border="0" src="http://realestateingrandrapids.com/images/housegr.gif" width="13" height="10"> Dont forget to Bookmark us! </span>');
}

else if (document.layers){
  document.write('<span class="HERE">Make this site your homepage: Go to Edit and select Preferences. Choose Navigator from the list. Click "Use Current Page".</span>');
}

// End -->