document.write (
 '<script type="text/javascript">'+
 'function link(url){'+
	'window.location=  "http://news.bbc.co.uk";'+
 '}</script>'+
 '<div class= "menu">'+
 '<a class= "button" href= "http://www.nickthedart.org/index.htm">Home</a>'+
 '<a class= "button" href= "/remote/q/qone.php">A.R. Quinton postcards</a>'+
 '<a class= "button" href= "/remote/bearquiz/bearquiz.htm">Bear Quiz</a>'+
 '<a class= "button" href= "/remote/boincstuff/comput8.htm">BOINC Stuff</a>'+
 '<a class= "button" href= "/remote/bruno/bruno_familytree.htm">Bruno\'s family tree</a>'+ 
 '<a class= "button" href= "/remote/darts/darts.htm">darts</a>'+
 '<a class= "button" href= "/remote/familywebsites/familywebsites.htm">family websites</a>'+
 '<a class= "button" href= "/remote/gimpstuff/gimpstuff.htm">gimpstuff</a>'+
 '<a class= "button" href= "/remote/goldfishcam/goldfishcam.htm">GoldFishCam</a>'+
 '<a class= "button" href= "/remote/goldfishcam2/goldfishcam2.htm">GoldFishCam2</a>'+
'<a class= "button" href= "/remote/html5videotest/html5videotest.htm">HTML5 video test</a>'+

 '<a class= "button" href= "/remote/javafx/javafx.htm">JavaFX</a>'+
 '<a class= "button" href= "/remote/javascriptstuff/javascriptstuff.htm">JavaScript stuff</a>'+
 '<a class= "button" href= "/remote/jcpctest/jcpctest.htm">jcpctest stuff</a>'+
 '<a class= "button" href= "/remote/Klagenfurt1952/Klagenfurt1952.htm">Klagenfurt 1952</a>'+
 '<a class= "button" href= "/remote/LeMans2005/lemans2005.htm">Le Mans 2005</a>'+
 '<a class= "button" href= "/remote/nick/n.htm">nick</a>'+
 '<a class= "button" href= "http://www.woodcutts.org.uk/cgi-bin/nick_cgienv.pl">nick_cgienv on woodcutts</a>'+
 '<a class= "button" href= "/remote/nonograms/nonograms.htm">nonograms</a>'+
 '<a class= "button" href= "/remote/paddington/paddington.htm">Paddington</a>'+
 '<a class= "button" href= "/remote/pes/index.html">pes</a>'+
 '<a class= "button" href= "/remote/pesnew/index.html">pesnew</a>'+
 '<a class= "button" href= "/remote/php/php.php">php.php</a>'+
 '<a class= "button" href= "/remote/postcardviewer/postcardviewer.php">PostcardViewer</a>'+

 '<a class= "button" href= "/remote/tmiab/tmiab.htm">Three men in a boat</a>'+ 
 '<a class= "button" href= "/remote/tmp/tmp.htm">Temporary</a>'+
 '<a class= "button" href= "/remote/webradio/webradio.htm">web radio stations</a>'+
 '<a class= "button" href= "/remote/wolzowss/wolzowss.htm">Wolzowss</a>'+
 '<a class= "button" href= "/remote/wolzowss2/index.htm">Wolzowss2</a>'+
 '<a class= "button" href= "/remote/2003austriangp/2003austriangp.htm">2003 Austrian GP</a>'+
 '<a class= "button altcolour" href= "lemans2005.htm">The www line</a>'
)

hostName= "brownbar.org";
if (window.location.hostname== "192.168.29.3") {hostName= "192.168.29.3";}
if (window.location.hostname== "localhost") {hostName= "localhost";}
else if (window.location.hostname== "web") {hostName= "web";}

document.write(

 '<select style= "width:150px">'+
 '<option selected= "selected">perl stuff</option>'+
 '<option onclick= "link()">first.pl</option>'+
 '<option>more perlstuff</option>'+
 '<option>yet more perl stuff</option>'+
 '</select>'+

 
 '<a class= "button" href= "http://'+hostName+'/local/familystuff/familystuff.php">Family Stuff</a>'+
 '<a class= "button" href= "http://'+hostName+'/local/cgi-bin/first.pl">first.pl here</a>'+
 '<a class= "button" href= "http://'+hostName+'/local/goldfishcam/goldfishcam.htm">GoldFishCam</a>'+
 '<a class= "button" href= "http://'+hostName+'/local/jcpc/">jcpc</a>'+
 '<a class= "button" href= "http://'+hostName+'/local/JAlbums/LeMans/album/index.html">Le Mans 2005 - The Album</a>'+
 '<a class= "button" href= "http://'+hostName+'/local/movies/movies.htm">movies</a>'+
 '<a class= "button" href= "http://'+hostName+'/local/cgi-bin/nick_cgienv.pl">nick_cgienv.pl here</a>'+
 '<a class= "button" href= "http://'+hostName+'/local/cgi-bin/nick_nick.pl">nick_nick.pl here</a>'+
 '<a class= "button" href= "http://'+hostName+'/local/cgi-bin/nick_nono.pl">nick_nono.pl here</a>'+
 '<a class= "button" href= "http://'+hostName+'/local/photos/photomanager.php">photomanager</a>'+
 '<a class= "button" href= "http://'+hostName+'/local/photos/photos.php">photos</a>'+

 '<div class= "center"><br />'+
 '<a href= "http://www.centos.org"><img src= "/images/powered_by_rh.png" /></a><p />'+
 '<a href= "http://www.apache.org"><img src= "/images/apache_pb2.gif" width= "140" /></a><p />'+
 '<a href= "http://www.google.com"><img src= "/images/google_sm.gif" /></a>'+
'</div>'+
 '</div>'
)



