
function TxFooter(x)
{ 
	if (x==0)
	{
		document.write("<tr>" +
			"<td colspan='5' valign='center' align='center' colspan='6' class='footertext' bgcolor='#006633'>" + 
			"<br>"	+
			"<font class='footertext'><b>Rent Notices</b></font><br>" + 			"<a href='http://www.RentNotices.com'>www.RentNotices.com</a><br>" + 
			"Email: <a href='mailto:info@RentNotices.com'>info@RentNotices.com</a><br>" + 
			"Disclaimer: All content sole property of Rent Notices." + 		
			"<br><br></td></tr>")
			
	};
	if (x==1)
	{
		document.write(	"<tr><td colspan='5' bgcolor='#006633' height='10'></tr>" + 
						"<tr><td colspan='5' bgcolor='#006633'>" + 
						"<table width='100%' border='0' cellpadding='0' cellspacing='0'><tr>" + 
						"<td class='whitetext' valign='top' align='center' bgcolor='#336633'>" + 
						"<b>Contact us:</b><br><br>" + 						"Email: <a href='mailto:info@PGRentNotices.com' class='footerlinks'>info@PGRentNotices.com</a><br>" + 
						"Phone: (443) 204-6309<br>" + 
						"Fax:  (301) 782-3259<br>" + 
						"Mail:  P.O. Box 334<br>" +
						"Brandywine, MD 20613<br><br>" + 
						"</td></tr></table>" + 
						"</td>")
	};
	if (x==2)
	{
		document.write("<tr>" +
			"<td colspan='5' valign='center' align='center' colspan='6' class='footertext' bgcolor='#660000'>" + 
			"<br>"	+
			"<font class='footertext'><b>Lead Paint Services</b></font><br>" + 			"<a href='http://www.BaltimoreLeadpaint.com'>www.BaltimoreLeadpaint.com</a><br>" + 
			"Email: <a href='mailto:Gking@BaltimoreLeadpaint.com'>GKing@BaltimoreLeadpaint.com</a><br>" + 
			"Disclaimer: All content sole property of LeadPaintServices." + 		
			"<br><br></td></tr>")
			
	};
	if (x==3)
	{
		document.write("<tr>" +
			"<td colspan='5' valign='center' align='center' colspan='6' class='footertext' bgcolor='#006633'>" + 
			"<br>"	+
			"<font class='footertext'><b>Landord Utilities</b></font><br>" + 			"<a href='http://www.LandordUtilities.com'>www.LandordUtilities.com</a><br>" + 
			"Email: <a href='mailto:info@LandordUtilities.com'>info@LandordUtilities.com</a><br>" + 
			"Disclaimer: All content sole property of Landord Utilities." + 		
			"<br><br></td></tr>")
			
	};
}

