var MainID = -1;
var host = document.location.host;
var page = document.location.href.substring(document.location.href.indexOf(host)+host.length);
page = page.toLowerCase();
if (page == "/") page = "/index.htm";

function getMain() {
	if (page == "/index.htm") {
		document.getElementById("right-content").innerHTML="<img src=\"images/home.jpg\" alt=\"Get a Weathertight Warranty\" />";
		document.getElementById("middle").style.width="300px";
	}
	if (page == "/videos.htm") document.getElementById("video").style.display="none";
	if (page == "/realestate.htm") document.getElementById("realestate").innerHTML="<img src=\"images/realestate.jpg\" alt=\"Get a Weathertight Warranty\" />";
}