var links = '';

links += '<div id="Links">';
links += '<a href="http://www.nhsdirect.nhs.uk/" target="_blank"><img src="images/NHSDirect.gif" width="120" height="120" border="0" title="Click here to open the NHS Direct web site." /></a>';
links += '<a href="http://www.bhf.org.uk/" target="_blank"><img src="images/BHF.gif" width="120" height="60" border="0"  title="Click here to open the British Heart Foundation web site." /></a>';
links += '<a href="http://www.cancerresearchuk.org/" target="_blank"><img src="images/CancerResearch.gif" width="120" height="60" border="0"  title="Click here to open the Cancer Research web site." /></a>';
links += '<a href="http://www.cheshire.gov.uk/transport/Dial+a+Ride/dialaridechester.htm" target="_blank"><img src="images/DialARide.gif" width="120" height="60" border="0"  title="Click here to open the Dial A Ride web site." /></a>';
links += '<a href="http://www.bbc.co.uk/health/" target="_blank"><img src="images/bbchealth.gif" width="120" height="60" border="0"  title="Click here to open the BBC Health web site." /></a>';
links += '<a href="http://www.ukselfhelp.info/" target="_blank"><img src="images/help.gif" width="120" height="60" border="0"  title="Click here to open the Directory of National UK Self Help Groups and Support Organisations web site." /></a>';
links += '</div>';

document.writeln(links)

