<!-- start

// NOTE: If you use a ' add a slash before it like this \'

// NOTE: Copy and paste any link to add a new link

document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="100%"><tr><td class="menutext">');
document.write('<br>');
document.write('<ul>');


// -- START MENU LINKS

document.write('<li><A HREF="index.html">Home</a><br>');



document.write('<li><A HREF="doctorapphope.htm">Doctor Appointments</a><br>');

document.write('<li><A HREF="nurseapphope.htm">Nurse Appointments</a><br>');

document.write('<li><A HREF="repeatprescriptions.htm">Repeat Prescriptions</a><br>');

document.write('<li><A HREF="online.htm">Online Access</a><br><br>');

document.write('<li><A HREF="outofhours.htm">Out of Hours</a><br>');

document.write('<li><A HREF="outofhours.htm">Home Visits</a><br>');

document.write('<li><A HREF="outofhours.htm">Telephone Consultations</a><br>');

document.write('<li><A HREF="phlebotomy.htm"> Blood Tests</a><br>');

document.write('<li><A HREF="holiday.htm"> Going on Holiday<br> Working Abroad</a><br><br>');

document.write('<li><A HREF="doctors.htm">The Doctors</a><br>');

document.write('<li><A HREF="nurses.htm">The Nurses</a><br>');

document.write('<li><A HREF="healthcareteam.htm">Health Care Team</a><br>');

document.write('<li><A HREF="hathersages.htm">Hathersage Branch <br>Details</a><br>');

document.write('<li><A HREF="noticeboard.htm">Notice Board</a><br>');

document.write('<li><A HREF="newslettersummer.htm">Newsletter - Summer</a><br>');

document.write('<li><A HREF="practiceleaflet.htm">Practice Leaflet</a><br>');

document.write('<li><A HREF="staffphoto.htm">Staff Photo</a><br>');

document.write('<li><A HREF="directions.htm">Directions and Map</a><br><br>');

document.write('<li><A HREF="history.htm">Our History - Why Evelyn</a><br>');

document.write('<li><A HREF="sitemap.htm">Site Map</a><br>');

//-- END MENU LINKS




document.write('</ul>');
document.write('</td></tr></table>');



//  End -->