// JavaScript Document
function buildNS4nav() {
	document.write('<div><a href="/room.asp?room=livingroom&style=all&type=sofasuph"><img src="/images/nav_livingRoom.gif" border="0" alt="living room"></a></div>');
	document.write('<div><a href="http://hookumu-webdev/room.asp?room=bedroom&style=all&type=beds"><img src="/images/nav_bedroom.gif" border="0" alt="bedroom"></a></div>');
	document.write('<div><a href="/sleeplab/products.asp"><img src="/images/nav_sleepSurfaces.gif" border="0" alt="living room"></a></div>');
	document.write('<div><a href="/room.asp?room=formaldining&style=all&type=tablesdr"><img src="/images/nav_formalDining.gif" border="0" alt="formal dining"></a></div>');
	document.write('<div><a href="/room.asp?room=casualdining&style=all&type=tablesdn"><img src="/images/nav_casualDining.gif" border="0" alt="casual dining"></a></div>');
	document.write('<div><a href="/room.asp?room=kidsroom&style=all&type=bedskr"><img src="/images/nav_kidsRoom.gif" border="0" alt="kids room"></a></div>');
	document.write('<div><a href="/room.asp?room=entertainment&style=all&type=entcenter"><img src="/images/nav_entertainment.gif" border="0" alt="home entertainment"></a></div>');
	document.write('<div><a href="/room.asp?room=homeoffice&style=all&type=deskswkst"><img src="/images/nav_homeOffice.gif" border="0" alt="home office"></a></div>');
	document.write('<div><a href="/rugs/"><img src="/images/nav_areaRugs.gif" border="0" alt="area rugs"></a></div>');
};