
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='footertext' valign='top' align='center' bgcolor='#006633' width='33%'>" + 
						"<b>Contact us</b><br>" + 						"Email: <a href='mailto:info@RentNotices.com'>info@RentNotices.com</a><br>" + 
						"Phone: (443) 291-6211<br>" + 
						"Fax: 1 (443) 507-6073<br>" + 
						"Mail: 11620 Reisterstown Rd.<br>" + 
						"#605<BR>" + 
						"Reisterstown, MD 21136<br>" + 
						"</td>" + 
						"<td class='footertext' valign='top' align='center' bgcolor='#006633' width='33%'>" + 
						"<a href='http://www.landlordutilities.com' target='blank'>A Landlord Utilites LLC. Company.</a><br>" + 						"<br>" + 
						"<a href='mailto:sales@rentnotices.com'>Investor Relations</a><br>" + 						"<br>" + 
						"Overwhelmed by Paperwork?<br>" + 
						"We have tools to help.<br><br>" + 
						"©2010 Landlord Utilities LLC" + 		
						"</td>" + 
						"<td class='footertext' valign='top' align='center' bgcolor='#006633' width='33%'>" + 
						"Need a Accredited Maryland Lead Paint Inspector?<br>" + 						"<a href='http://www.BaltimoreLeadpaint.com' target='_blank'>www.BaltimoreLeadpaint.com</a><br>" + 
						"We take the mess out of<br>" + 
						"Dealing with Lead.<br>" + 
						"</td></tr></table>" + 
						"</td>" + 
						"<tr><td colspan='5' bgcolor='#006633' height='10'></tr>")
	};
	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>")
			
	};
}
