var content = "<b>~MY BRITISH HOMEPAGE enables you to find useful reliable information, relevant to the UK, quickly and easily.</b>~~ <u>IF YOU'RE A COMPUTER NOVICE DON'T WORRY</u> you only need to point and click to get where you want to go and that usually only takes 2 clicks!~~We have 1000's of links to interesting, useful and unusual sites~~Our users recommend their favourite websites and we add them daily~~This way MBH just gets better and more informative day by day!!~ ~So go ahead and explore! ~~Be sure to look at our:~~<u><b>RADIO/TV</u></b>~Single click to listen to the radio~Check schedules and listen again to programmes you've missed~Access all of the BBC regional stations~View TV schedules~Catch up TV on BBC iplayer, ITV player, Channel 4oD and Demand5 etc.~Watch newscasts and sports headlines~~ <u><b>REFERENCE SITES</u></b> you will find information from:~Dictionaries~Encyclopaedias~Postcode/Address/Phone lookup~Health & First Aid~Government Information DVLA, Inland Revenue, DWP, etc.~Local Police Forces~Consumer Protection~~<b><u>TRAVEL</b></u> everything you need to plan and book a holiday~Check flight departures & arrivals at all UK airports~Book flights~Get routes and traffic information~Book airport parking, shuttle transfers & car hire~Get great deals on hotel rooms~Currency conversion, world time and weather checks~~<b><u>SHOP</b></u> at more than 400 on-line stores like M&S, Debenhams, John Lewis, W. H. Smith, Radley etc. etc. ~We provide you with <u>exclusive internet discount codes</u> ~Stores listed alphabetically and by product~~<b><u>BANKING ON-LINE</b></u>~Safely log in to your bank~Check balances~Pay bills~Manage direct debits~~<b><u>NEWS</b></u>~Read and search through daily newspapers, local, national and international.~Get up to the minute news feeds from respected sources like BBC, CNN, Reuters, Associated Press~Read the latest magazines on-line.~~<b><u>ENTERTAINMENT</b></u>~See what's on at the theatre or cinema in your area~Read the reviews~Buy tickets~~<b><u>FUN & GAMES</b></u>~Play games on-line, mah-jong, word games, jig-saws, crosswords etc.~~<b><u>HOBBIES</b></u>~Birdwatching~Walking~Genealogy and more add your favourite!~~<b><u>SPORTS</b></u>~Football, league tables, scores, fixtures~Cricket, County club sites, MCC etc.~Formula1, Drivers, Tracks, Teams~Many more, let us know and we'll add your favourite!~ ~You can also check your Email and use search engines (Google is at the top of each page) find a friend on a dating or social networking site and there is much much more~~ <u>~ Don't forget to let us know if you want to share a useful site that you have found, simply email us by clicking on the link which can be found at the bottom of each page.</u>~~So again let me extend a very warm welcome to you and thanks for trying MBH~~But most of all be sure to...........................................<b>HAVE FUN !</b>";

function twDisplayTW() {twDisplay('tw',content,0);}
loaded('tw',twDisplayTW);

var brk = '~'; // character to use for line break
var resetTime = 0; // set to 0 to not reset or seconds to delay before reset

// Typewriter Text Javascript
// copyright 13th October, 2007 by Stephen Chapman
// permission to use this Javascript on your web page is granted
// provided that all of the code in this script (including these
// comments) is used without any alteration
// you can change the values above this notice to suit your requirements
function twDisplay(id,content,num) {var delay = 10; if (num <= content.length)  {var lt = content.substr(0,num); document.getElementById(id).innerHTML = lt.replace(RegExp(brk,'g'),'<br \/>'); num++; if (num > content.length) delay = resetTime * 1000;} else {document.getElementById(id).innerHTML = ''; num = 0;} if (delay > 0) setTimeout('twDisplay("'+id+'","'+content+'","'+num+'")',delay);} var pageLoaded = 0; window.onload = function() {pageLoaded = 1;}; function loaded(i,f) {if (document.getElementById && document.getElementById(i) != null) f(); else if (!pageLoaded) setTimeout('loaded(\''+i+'\','+f+')',100);}
