<!--
// EMAIL TO A FRIEND SCRIPT
function emailink(){
window.location = "mailto:"+"?subject=Your friend sent you info about Invsco" + "&body= Hi, I thought this site might interest you.  You may want to check it out: "+window.location.href;
}

// BOOKMARK PAGE
 var urlAddress = "http://www.americaninvsco.net/";
 var pageName = "200 N Dearborn Condos";

 function addToFavorites()
 {
  if (window.external)
  {
   window.external.AddFavorite(urlAddress,pageName)
  }
  else
  { 
   alert("Sorry! Your browser doesn't support this function.");
  }
 }