CheckFrameset();

// if content page accessed directly, load in site frameset instead
function CheckFrameset() {
	if((top.location == document.location) && (top.location.href.toLowerCase().indexOf("kayransom.com")>-1)) {
		top.location = "/?ContentURL=" + encodeURI(document.location.pathname);
	}
}
