<!-- Begin MENU LINKS AND OPTIONS// NOTE: If you use a ' add a slash before it like this \'// USE lowercase FOR ALL OPTIONS ONLYvar showimage 	= "no" 			// SHOW THE SMALL IMAGE ON THE MENUvar imaglink	= "cart.htm"		// SMALL IMAGE PAGE LINKvar linkstop 	= "no" 			// START LINKS AT THE VERY TOPvar date 	= "yes" 		// SHOW DATEdocument.write('<DIV id="menulocation">');document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="150"><tr><td>');   if (linkstop == "no") {document.write('<img src="picts/spacer.gif" width="10" height="18"><br>');}document.write('<img src="picts/menu-top.gif"><br>');// START LINKS - EDIT BELOW TO CHANGE MENU ITEMS //
// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://boston.blacksoftware.com/contact.htm" class="menu">Upload Media</a>');
document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://boston.blacksoftware.com/" class="menu">Main Site</a>');
document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.masslottery.com/" class="menu" target="_blank">MassLottery.com</a>');



// START BOTTOM IMAGE AREAdocument.write('</td></tr><tr><td>');   if (showimage == "yes") {document.write('<center><br><br>');document.write('<a href="'+imaglink+'"><img src="picts/sidebar.jpg" border="0"></a><br>');document.write('</center>');}document.write('</td></tr></table></DIV>');// COPYRIGHT 2004 ?Allwebco Design Corporation// Unauthorized use or sale of this script is strictly prohibited by law   if (date == "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\"><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 -->