var writeFooter1 = '';

writeFooter1 += '<div id="menu">';

writeFooter1 += '<a href="index.html"title="Home Page" id="menuindex">Home</a>';



// writeFooter1 += '<span class="grey">Results 2012</span>' ;

writeFooter1 += '<a href="latest.html"title="Results"id="menuresults"d>Results 2012</a>';

// writeFooter1 += '<a href="entryform.html"title="Entry Form"target="_blank">Entry Form</a>';
writeFooter1 += '<span class="grey">Entry Form</span>' ;

writeFooter1 += '<a href="info.html" title="Info" id="menuinfo">Playing Info</a>';
// writeFooter1 += '<span class="grey">Playing Info</span>' ;
writeFooter1 += '<hr />';
writeFooter1 += '<a href="terms.html" title="Terms &amp; Conditions" id="menuallegro">Terms &amp; Conditions</a>';
writeFooter1 += '<a href="allegro.html" title="Allegro Rules" id="menuallegro">Allegro Rules</a>';

writeFooter1 += '<a href="roll.html" title="Roll" id="menuroll">Roll of Honour</a>';
writeFooter1 += '<hr />';
writeFooter1 += '<a href="hotel.html" title="Hotel" id="menuhotel">Hotel</a>';



writeFooter1 += '<a href="contact.html" title="Contact Us" id="menucontact">Contact Us!</a>';

writeFooter1 += '</div>';
document.writeln (writeFooter1);
