Welcome
to
Last
updated
1st July 2008


// (C) 2000 www.CodeLifter.com //
http://www.codelifter.com // message to show in non-IE
browsers var txt = "Please bookmark this site" // url you
wish to have bookmarked var url = "http://www.busmap.co.uk";
// caption to appear with bookmark var who = "London Bus
Maps and Timetables" // do not edit below this line //
=========================== var ver = navigator.appName var
num = parseInt(navigator.appVersion) if ((ver == "Microsoft
Internet Explorer")&&(num = 4)) {
document.write(''+
txt + '') }else{ txt
+= " (Ctrl+D)" document.write(txt) }
|
|