document.write('<div id="menu-wrapper">')
document.write('<ul class="sf-menu">')

document.write('<li class="current">')
document.write('<a href="index.html"><strong>Home</strong></a>')
document.write('</li>')

document.write('<li>')
document.write('<a href="Officials.html"><strong>Officials</strong></a>')
document.write('</li>')

document.write('<li>')
document.write('<a href="Players.html"><strong>Players</strong></a>')
document.write('</li>')

document.write('<li>')
document.write('<a href="Latest Team.html"><strong>Latest Team</strong></a>')
document.write('</li>')

document.write('<li>')
document.write('<a href="2012Fixtures.html"><strong>2012 Matches</strong></a>')
document.write('</li>')

document.write('<li>')
document.write('<a href="Devt XI 2012.html" target="blank"><strong>Devt XI</strong></a>')
document.write('</li>')	

document.write('<li>')
document.write('<a href="Membership.html"><strong>Members</strong></a>')
document.write('</li>')			

document.write('<li>')
document.write('<a href="200 Club.html"><strong>200 Club</strong></a>')
document.write('</li>')

document.write('<li>')
document.write('<a href="Sponsorship.html"><strong>Sponsors</strong></a>')
document.write('</li>')

document.write('<li>')
document.write('<a href="Archive.html"><strong>Archive</strong></a>')
document.write('</li>')



document.write('</div>')

