
	var x;

	x = "<table border='0' cellpadding='0' cellspacing='0' width='800'>";
	x = x + "<tr> <td width='550' align='left'>";
	x = x +"<img border='0' src='images/headerwhite.jpg' width='515' height='74' alt='Buy Energy Efficient, Environmentally Conscious Products from HouseNeeds.Com!'>";
	x = x +"</td>";
	x = x +"<td width='125' align='center'>&nbsp;</td>";
	x = x +"<td width='75' align='center' valign='bottom'><a href='shoppingCart.asp' >";
	x = x +"<img border='0' src='images/button_cart_only.gif' alt='view contents of your shopping cart'></a><br>";
	x = x + "<font face='geneva,arial,helvetica,verdana' color='#000000' size='1'><b>My Cart</b></font></td>";
	x = x +"<td width='50' align='center' valign='bottom'><a href='customerinfo.asp'>";
	x = x +"<img border='0' src='images/button_help.gif' alt='HELP!'></a><br>";
	x = x +"<font face='geneva,arial,helvetica,verdana' color='#000000' size='1'><b>Help</b></font></td>";
	x = x +"</tr>";
	x = x +"</table>";
	x = x + "<table border='0' cellpadding='0' cellspacing='0' width='800'>";
    x = x + "<tr>";
    x = x + "<td width='75%' height='50' valign='middle' align='left' bgcolor='#356633'>";             
    x = x + "&nbsp;&nbsp;<a href='default.asp'><img border='0' src='images/button_home_wh.gif' ALT='Go to our Home Page' width='90' height='24'></a>";
    x = x + "&nbsp;&nbsp;&nbsp;<a href='shop/products.htm'><img border='0' src='images/button_products_wh.gif' alt='See our Products Page' width='90' height='24'></a>";
    x = x + "&nbsp;&nbsp; &nbsp;<a href='shop/atop/sale_index.asp'><img border='0' src='images/button_specials_wh.gif' alt='See our Specials and Reconditioned Items' width='108' height='24'></a>";
    x = x + "&nbsp;&nbsp;&nbsp;<a href='ContactUs.htm'><img border='0' src='images/button_contact_us.gif' alt='Leave us a Message' width='108' height='24'></a>";
    x = x + "&nbsp;&nbsp;&nbsp;<a href='search.asp'><img border='0' src='images/button_search_wh.gif' alt='Search our site' width='90' height='24'></a>";
    x = x + "</td>";
    x = x + "<td align='right' width='25%' valign='middle' bgcolor='#356633' colspan='2'>&nbsp;</td>";
    x = x + "</tr>";           
    x = x + "</table>";
	document.write(x);
