var form = '<form action="http://www.pthub.co.uk/gymsearch/index.php" method="post">'+"\n"+
'	Enter First Part of Post Code or Town:'+"\n"+
'	<input type="text" name="addressInput" id="addressInput" />'+"\n"+
'	<input type="submit" value="Find nearest Gym" />'+"\n"+
'	<br />(e.g. NW2, SW1E, NE1, Solihull etc )'+"\n"+
'</form>'+"\n";
document.write(form);
