<!--
var bookmarkurl="http://www.hotels2c.com/";
var bookmarktitle="Hotel Web Directory - Categorized directory of popular hotels by city, state, and country";

function addbookmark() {
if (navigator.appName=='Netscape')
   alert("Close this popup, and then Hit CTRL+D to bookmark this site.");
else 
   window.external.AddFavorite(bookmarkurl,bookmarktitle);
}
// -->
