/*

This script contains the navigation buttons at the top of each page below the title.


*/
document.write("<table align='center' border='2' cellspacing='4' cellpadding='3' bgcolor='gray'>");
document.write("<tr align='center'>");
document.write("<td><a href='HTTP://www.lineborovfd.com/'><font color='black' size='2'><b>Home</b></font></a></td>");
document.write("<td><a href='/Haunt/eventssite.htm'><font color='black' size='2'><b>Attractions</b></font></a></td>");
document.write("<td><a href='/Haunt/date_price.htm'><font color='black' size='2'><b>Dates & Prices</b></font></a></td>");
document.write("<td><a href='/Haunt/haunt links.htm'><font color='black' size='2'><b>Other Haunts</b></font></a></td>");
//document.write("<td><a href='/Haunt/coupon.htm'><font color='black' size='2'><b>Coupon</b></font></a></td>");
document.write("<td><a href='/Haunt/sponsor.htm'><font color='black' size='2'><b>Sponsors</b></font></a></td>");
//document.write("<td><a href='/Haunt/Weather.htm' target='popup' onClick='window.open('','popup','scrollbars=no,status=0,resizable=yes,toolbar=no,height=430,width=550,top=20,left=25')><font color='black' size='2'><b>Weather</b></font></a></td>");
document.write("<td><a href='/Haunt/Weather.htm'><font color='black' size='2'><b>Weather</b></font></a></td>");
document.write("<td><a href='/Haunt/FAQs.htm'><font color='black' size='2'><b>FAQs</b></font></a></td>");
document.write("<td><a href='/Haunt/directions.htm'><font color='black' size='2'><b>Directions</b></font></a></td>");
document.write("<td><a href='/Haunt/volunteers.htm'><font color='black' size='2'><b>Volunteers</b></font></a></td>");
document.write("<td><a href='HTTP://www.myspace.com/bedlamintheboro' target='_blank'><font color='black' size='2'><b>MySpace.com</b></font></a></td>");
document.write("</tr>");
document.write("</table>");

/*
onClick="window.open('','popup','scrollbars=no,status=0,resizable=yes,toolbar=no,height=430,width=550,top=20,left=25')" ;>
*/