var writeFooter1 = '';

writeFooter1 += '<div id="menu">';

// writeFooter1 += '<a href="index.html"title="Home Page">Home</a>';

// writeFooter1 += '<hr />';

// writeFooter1 += '<a href="report2008.html"title="Report 2008"target="_blank">Report 2008</a>';

// writeFooter1 += '<hr />';

// writeFooter1 += '<span class="grey">Results 2010</span>' ;

writeFooter1 += '<a href="results.html"title="Results"target="_blank">Results 2010</a>';

//writeFooter1 += '<a href="entryform.html">Entry Form</a>';
writeFooter1 += '<span class="grey">Entry Form</span>' ;

// writeFooter1 += '<a href="info.html">Playing Info</a>';
writeFooter1 += '<span class="grey">Playing Info</span>' ;
writeFooter1 += '<hr />';

writeFooter1 += '<a href="allegro.html">Allegro Rules</a>';

writeFooter1 += '<a href="roll.html">Roll of Honour</a>';

writeFooter1 += '<a href="hotel.html">Hotel</a>';

writeFooter1 += '<hr />';

writeFooter1 += '<a href="contact.html">Contact Us!</a>';

writeFooter1 += '</div>';
document.writeln (writeFooter1);