document.write(unescape("%3Cscript src='" + (("https:" == document.location.protocol) ? "https" : "http") + "://a.mouseflow.com/projects/59275da0-1864-405d-8d41-70dca94a908e.js' type='text/javascript'%3E%3C/script%3E"));

function loadContent(page,usediv) {
	try {xmlhttp = window.XMLHttpRequest?new XMLHttpRequest(): new ActiveXObject("Microsoft.XMLHTTP");}  catch (e) { alert("Error: Could not load page.");}
	document.getElementById(usediv).innerHTML = 'Loading Page...';
	scroll(0,0);
	xmlhttp.onreadystatechange = function(){
		 if ((xmlhttp.readyState == 4) && (xmlhttp.status == 200)) {
				document.getElementById(usediv).innerHTML = xmlhttp.responseText;
		 }
	}
	xmlhttp.open("GET", page);
	xmlhttp.send(null);
	return false;
}

