var url = "http://www.thebankofglenburnie.com";
var bannerUrl = "http://www.thebankofglenburnie.com"
var bankLogo,bankType;
if(bankType == "Bancorp")
{
	bankLogo = "/web images/bancorp.gif";
	var mainLinks = "<tr>\
								<td style=\"height: 50px\"><table id=\"leftmenu\"><tr><td id=\"leftmcell\" style=\"width: 60px;text-align: center;\"><a id=\"specLinks\" href=\""+url+"\">Home</a></td><td id=\"leftmcell\" style=\"border-right: none\" style=\"width: 65px;text-align: center;\" nowrap>&nbsp;&nbsp;&nbsp;&nbsp;<a id=\"specLinks\" href=\""+url+"/about us/aboutcontact.html\">Contact Us</a></td></tr></table></td>\
							</tr>";
	var leftLogos = "";
	var slogan = "";
}
else
{
	bankLogo = "/BOGB.png";
	var mainLinks = "<tr>\
								<td style=\"height: 25px\"><table id=\"leftmenu\"><tr><td id=\"leftmcell\"><a id=\"specLinks\" href=\""+url+"\">Home</a></td><td id=\"leftmcell\" nowrap><a id=\"specLinks\" href=\""+url+"/about us/aboutcontact.html\">Contact Us</a></td><td nowrap><a id=\"specLinks\" href=\""+url+"/forms/bogbprivacy.pdf\">Privacy Notice</a></td></tr></table></td>\
							</tr>";
	var leftLogos = "<tr>\
               					<td ><table><tr><td colspan=\"2\"><a id=\"specLinks\" href=\""+url+"/about us/aboutatm.html\">Blocked VISAŽ Transactions<br /><br /></a></td></tr><tr><td colspan=\"2\"><a id=\"specLinks\" href=\"https://www.ibank.bogb.net/PBI_PBI1961/pbi1961.ashx?Rt=055003133&LogonBy=Connect3&PRMAccess=Account\"><b>Internet Banking Log On</b><br /><br /></a></td></tr><tr><td style=\"width: 65px;text-align: right\"><img style=\"\" src=\""+url+"/web images/hlender.gif\" /></td><td style=\"width: 75px;text-align: left\"><img style=\"\" src=\""+url+"/web images/fdic2.gif\" /></td></tr></table></td>\
							</tr>";
	var slogan = "<tr>\
								<td style=\"font-size: 13px;font-family: times new roman;font-style: italic;text-align: center;height: 50px\"></td>\
							</tr>";								
}	
var checkOrder = "Need New Personal Checks?<br /><a style=\"color: #ffffff\" href=\"javascript:checks();\">Click Here</a>";

document.write("<div style=\"margin-top: 90px;margin-left: 8px\">\
						<table style=\"color: #ffffff\">\
							<tr>\
								<td><img src=\""+url+bankLogo+"\" /></td>\
							</tr>"+slogan+mainLinks+leftLogos+"\
						</table>\
					</div>");

