this.makeFooter = makeFooter;
this.makeFooterRoot = makeFooterRoot;
this.test = test;

function makeFooter() {
	var content= "";
	
	content+= "<table cellpadding=\"4\">";
	content+= "<tr>";
	content+= "<td style=\"width: 200px; text-align: center; font: 70% Arial; color: white;\"><!--[if lt IE 7]><script type=\"text/javascript\" src=\"/mstinc/web/js/png.js\"></script><![endif]--><img src=\"https://www.transfcu.com/mstinc/web/images/ncua_140x109_blue_txt_w.png\" width=\"140\" height=\"109\" border=\"0\" alt=\"NCUA\"></td>";
	content+= "<td><img alt=\"Excess Share Insurance Corporation\" src=\"../images/logo_esi_380.gif\" align=\"center\" border=\"0\"></td>";
	content+= "<td><img height=68 alt=\"Equal Housing Lender\" src=\"../images/ehl.gif\" width=120 align=\"center\" border=\"0\"></td>";
	content+= "</tr>";
	content+= "</table>";
	
	document.write(content);
}

function makeFooterRoot() {
	var content= "";
	
	content+= "<table cellpadding=\"4\">";
	content+= "<tr>";
	content+= "<td style=\"width: 200px; text-align: center; font-size: 70%\"><!--[if lt IE 7]><script type=\"text/javascript\" src=\"/mstinc/web/js/png.js\"></script><![endif]--><img src=\"https://www.transfcu.com/mstinc/web/images/ncua_140x109_blue_txt_w.png\" width=\"140\" height=\"109\" border=\"0\" alt=\"NCUA\"></td>";
	content+= "<td><img alt=\"Excess Share Insurance Corporation\" src=\"images/logo_esi_380.gif\" align=\"center\" border=\"0\"></td>";
	content+= "<td><img height=68 alt=\"Equal Housing Lender\" src=\"images/ehl.gif\" width=120 align=\"center\" border=\"0\"></td>";
	content+= "</tr>";
	content+= "</table>";
	
	document.write(content);
}

function makeFooterRootWhite() {
	var content= "";
	
	content+= "<table cellpadding=\"4\">";
	content+= "<tr>";
	content+= "<td style=\"width: 200px; text-align: center; font-size: 70%\"><!--[if lt IE 7]><script type=\"text/javascript\" src=\"/mstinc/web/js/png.js\"></script><![endif]--><img src=\"https://www.transfcu.com/mstinc/web/images/ncua_140x109_blue.png\" width=\"140\" height=\"109\" border=\"0\" alt=\"NCUA\"></td>";
	content+= "<td><img alt=\"Excess Share Insurance Corporation\" src=\"images/logo_esi_380.gif\" align=\"center\" border=\"0\"></td>";
	content+= "<td><img height=68 alt=\"Equal Housing Lender\" src=\"images/ehl.gif\" width=120 align=\"center\" border=\"0\"></td>";
	content+= "</tr>";
	content+= "</table>";
	
	document.write(content);
}
function test()
{
	alert("ran");
}