
function addToFavorites()
{ if (window.external) { window.external.AddFavorite("http://www.slumber-inn.com/","Slumber Inn - Harrisonville, Missouri"); }
else  { alert("Sorry! Your browser doesn't support this function.\nPress Ctrl+D to add site to bookmark list."); } }

var currdiv = "f_content";

function hotswap(div)
{ if(div != currdiv)
	{  	document.getElementById(currdiv).style.display = "none"; 
 		document.getElementById(div).style.display = "block";  
		currdiv = div; 		} 
}
