var thisPage = (location.href).toLowerCase();
var inGen = "";
if(thisPage.indexOf("sitemanager.php") >= 0) {
	thisPage = sm_currentPage;
	inGen = "&cms=true";
}
var this_site = "guaranty-bank.com";
var pos = thisPage.indexOf(this_site);
if(pos >= 0) {
	pos += this_site.length;
	thisPage = thisPage.substring(pos, thisPage.length);
	
	if(thisPage.charAt(0) == '/')
		thisPage = thisPage.substr(1, thisPage.length-1);
}

function showBackground() {
	document.write("<scr" + "ipt language=\"JavaScript\" src=\"http://www.guaranty-bank.com/includes/people.php?page=" + thisPage + inGen + "\"></scr" + "ipt>");
}