<!--
document.writeln('<br><br><b>London Sites</b><br>') ;
document.writeln('<a href="http://www.london-attractions.org.uk/">Attractions</a><br>');
document.writeln('<a href="http://www.londoncarhire.org.uk/">Car Hire</a><br>');
document.writeln('<a href="http://www.london-car-parking.org.uk/">Car Parking</a><br>');
document.writeln('<a href="http://www.londonmoviesguide.com/">Cinemas/Movies</a><br>');
document.writeln('<a href="http://www.londonholidaysbreaks.co.uk/">Holidays and Breaks</a><br>');
document.writeln('<a href="http://www.london-hotels-cheap.co.uk/">Hotels</a><br>');
document.writeln('<a href="http://www.londonpubsguide.co.uk/">Pubs Guide</a><br>');
document.writeln('<a href="http://www.london-restaurants-guide.co.uk/">Restaurants Guide</a><br>');
document.writeln('<a href="http://www.london-theatre-tickets.org.uk/">Theatres</a><br>');
document.writeln('<a href="http://www.london-transport.info/">Transport Information</a><br>');
document.writeln('<a href="http://www.london-tourist-information.org.uk/">Tourist Information</a><br>');
document.writeln('<a href="http://www.london-olympics-information.org.uk/">2012 Olympics</a><br>');
document.writeln('<br><br>') ;


function replace_strings(s,char1,char2){return s.replace(char1,char2);}
function mmm(em_address)
{
   em_address=replace_strings(em_address,"#~#","@") ;
   document.write('<a href="mailto:'+em_address+'">'+em_address+'</a>') ;
}

//-->

