/* Start MAIN MENU JavaScript */

info="<a href=http://twoswords.co.uk/>Home</a><br>" + 
"<a href=http://twoswords.co.uk/chessington>" + 
"Chessington</a><br>" + 
"<a href=http://twoswords.co.uk/thorpepark>" + 
"Thorpe Park</a><br>" + 
"<a href=http://twoswords.co.uk/altontowers>" + 
"Alton Towers</a><br>" + 
"<a href=http://twoswords.co.uk/others>" + 
"Others</a><br>" + 
"<a href=http://twoswords.co.uk/news>" + 
"News</a><br>" + 
"<a href=http://twoswords.co.uk/site>" + 
"Site Info</a><br>" + 
"<a href=http://twoswords.co.uk/contact/>" + 
"Contact</a><br>" + 
"<a href=http://twoswords.co.uk/multimedia>" + 
"Multimedia</a><br>" + 
"<a href=http://twoswords.co.uk/features>" + 
"Features</a><br>" + 
"<a href=http://twoswords.co.uk/links>" + 
"Links</a>"
document.write(info)

/* End MAIN MENU JavaScript */