
var x;

x = "<table width='800' border='0'>";
x = x +"<tr>";
x = x +"<td width='100%' align='center' >";
x = x +"<img border='0' src='images/hnfooter_new.gif' width='720' height='130' alt='Thanks for visiting Houseneeds.Com!'>";
x = x +"</td>";
x = x +"</tr>";
x = x +"</table>";

x = x +"<table width='800' border='0'>";
x = x +"<tr>";
x = x +"<td width='100%' align='center'>";
x = x +"<font face='Arial,Helvetica,sans-serif' size='2'>";
x = x +"<a href='default.asp'>";
x = x +"<font color='336633'>home</font></a>&nbsp;&nbsp;&#149;&nbsp;&nbsp;";
x = x +"<a href='shop/products.htm'>";
x = x +"<font color='336633'>products</font></a>&nbsp;&nbsp;&#149;&nbsp;&nbsp;";
x = x +"<a href='shop/atop/sale_index.asp'>";
x = x +"<font color='336633'>sale items</font></a>&nbsp;&nbsp;&#149;&nbsp;&nbsp;";
x = x +"<a href='ContactUs.htm'>";
x = x +"<font color='336633'>contact us</font></a>&nbsp;&nbsp;&#149;&nbsp;&nbsp;";
x = x +"<a href='search.asp'>";
x = x +"<font color='336633'>search</font></a>&nbsp;&nbsp;&#149;&nbsp;&nbsp;";
x = x +"<a href='customerinfo.asp'>";
x = x +"<font color='336633'>Help</font></a></font>";
x = x +"<br><br>";
x = x +"<img border='0' src='shop/images/creditcards.gif' width='233' height='25' alt='We accept Visa, MasterCard, American Express and Discover Credit Cards.'>";
x = x +"<br>";
x = x +"<font face='Arial,Helvetica,sans-serif' size='2' color='336633'>";
x = x +"Copyright &#169; 2000-2010&nbsp;&nbsp;HouseNeeds Inc.&nbsp;&nbsp;&#149;&nbsp;&nbsp;167 Mad River Canoe Rd&nbsp;&nbsp;&#149;&nbsp;&nbsp;Waitsfield, VT&nbsp;&nbsp;&#149;&nbsp;&nbsp;1.802.583.2726</font>";
x = x +"</td>";
x = x +"</tr>";
x = x +"</table>";


document.write (x);


