
<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="178"><tr><td class="menu-top-border">');



// START LINKS //


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.nchammock.com/index.html" class="menu">Welcome Page</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.nchammock.com/newriver.html" class="menu">New River Outdoor Furniture</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.nchammock.com/cobble_mountains_summit_chair.html" class="menu">Cobble Mount. Summit Chair</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.nchammock.com/hammocks.html" class="menu">Hammocks</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.nchammock.com/hanging_hammock_bed.html" class="menu">Hanging Hammock Bed</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.nchammock.com/single_swings.html" class="menu">Single Swings</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.nchammock.com/double_swings.html" class="menu">Double Swings</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.nchammock.com/double_swing_canopy.html" class="menu">Double Swing Canopy</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.nchammock.com/sling_rockers.html" class="menu">Polyester Rope Sling Rockers</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.nchammock.com/stands.html" class="menu">Stands</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.nchammock.com/pillows.html" class="menu">Hammock Pillows</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.nchammock.com/guarantee.html" class="menu">Guarantee</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.nchammock.com/woodcare.html" class="menu">Furniture Care & Maintenance</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.nchammock.com/faq.html" class="menu">FAQ</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.nchammock.com/locations.html" class="menu">Locations</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.nchammock.com/contactus.html" class="menu">Contact Us</a>');



// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK







// END LINKS //



var showdate		= "yes"		// SHOW THE DATE ON THE PAGE


// FLASH CHANGER OPTIONS

var showsflash		= "no"		// SHOW FLASH IMAGE CHANGER
var flashcolor		= "00672C"	// FLASH BACKGROUND COLOR
var flashspace		= "20"		// MOVE FLASH UP OR DOWN
var flashwC		= "175"		// WIDTH OF THE FLASH CHANGER
var flashhC		= "150"		// HEIGHT OF THE FLASH CHANGER
var bordercolor		= "066830"	// FLASH CHANGER BORDER COLOR






document.write('</td></tr><tr><td height="1" class="menu-bottom-line">');
document.write('<img src="picts/spacer.gif" width="175" height="1"></a><br>');
document.write('</td></tr><tr><td align="center">');


document.write('<img src="picts/spacer.gif" width="175" height="'+flashspace+'"></a><br>');





// FLASH CHANGER
   if (showsflash == "yes") {
document.write('<div class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" style="border-top: #'+bordercolor+' 1px solid;border-bottom: #'+bordercolor+' 1px solid;"><tr><td valign="top">');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwC+'" HEIGHT="'+flashhC+'" id="imagechanger" ALIGN="">');
document.write('<PARAM NAME=movie VALUE="imagechanger.swf">');
document.write('<PARAM NAME=quality VALUE=high>');
document.write('<PARAM NAME=bgcolor VALUE=#'+flashcolor+'>');
document.write('<EMBED src="imagechanger.swf" quality=high bgcolor=#'+flashcolor+'  WIDTH="'+flashwC+'" HEIGHT="'+flashhC+'" NAME="imagechanger" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write('</EMBED>');
document.write('</OBJECT><br>');
document.write('</td></tr></table>');
document.write('<br><br>');
document.write('</div>');
}




document.write('</td></tr></table></DIV>');




// START DATE SCRIPT
   if (showdate == "yes") {

document.write('<div id="date-location">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")
document.write(d.getDate() + ". ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');

}


//  End -->