var timerID = null;
var timerRunning = false
var id,pause=0,position=0;

function txtScroll() {
var i,x
var message="  -  -  -  >>  Have you a long URL that you can never remember ? . . . TSurl allows you to create and use a short URL to take you to the same place . . . Give it a try";
//var message="  -  -  -  >>  The SST web site is in the process of major enhancement - something for everybody - have a nose around - its exciting - tell lots of folks about it - PLEASE";
//var message="  -  -  -  >>  My thoughts and condolences are offered to the families of the Astronaughts !!";
//var message="  -  -  -  >>  Something to enjoy and embrace part of Britains Heritage (and I am a member - hehehehe) - - - Click on the link below !!";
//var message="  -  -  -  >>  Do you send EMails to 2 or more folks ? - - - Want to Personalise them ?? - - - Click on the link below !!";
//var message="  -  -  -  >>  A FREE Web Hit counter ?? Try Textsafe - Click on Link below - you will not be dissappointed !!";
//var message="  -  -  -  >>  Are you in Oxfordshire UK ? - pop into The Spread Eagle Hotelin Thame - it is lovely !!";
//var message="  -  -  -  >>  A real special place - www.steppeshotel.co.uk - transport into another world !!";
//var message="  -  -  -  >>  A real special place - www.wealddown.co.uk - transport into another world !!";
//var message="  -  -  -  >>  You have problems? - try www.theukdetective.com - my brother owns the company - they are good !!";
//var message="  -  -  -  >>  I just put this here, to prove that I can !! - It is a good way of easily communicating!!";
x=(60/message.length)+1;
	for(i=0;i<=x;i++) message+=""+message;
	document.tickerTape.tickerTape.value=message.
	substring(position,position+100)
	if(position++==200) position=2;
id=setTimeout("txtScroll()",1000/10);
}

function action() {
	if(!pause) {
		clearTimout(id);
		pause=1; }

	else {
		ticker();
		pause=0;}
}

document.writeln ('<h1><font color="blue">')
document.writeln (title)
document.writeln ('</font></h1>')
document.writeln ('<h3>')
document.writeln (subTitle)
document.writeln ('</h3>')
document.writeln ('<i>')
document.writeln (teaser)
document.writeln ('</i><br><br> <span style="font: 10pt arial">')
document.writeln (dDate + ' ' + mDate + ' ' + yDate)
document.writeln ('</span>')
document.writeln ('<center><form name="tickerTape"><input type=text name="tickerTape" size=60></form>')
document.writeln ('<form action="search.asp" method="get">Find a word in the site -> <input type="text" name="query" /><input type="submit" value="Search" /></form>')
document.writeln ('<font size="-2"><a href="http://www.sst-ltd.co.uk/writings/tsurl.htm" target=_blank>TSurl - visit N O W  ! ! !</a></font></center>')
//document.writeln ('<font size="-2"><a href="http://www.sst-ltd.co.uk" target=_blank>www.sst-ltd.co.uk - visit N O W  ! ! !</a></font></center>')
//document.writeln ('<font size="-2"><a href="http://cfneumann.us/" target=_blank>Visit here and think for a moment  ! ! !</a></font></center>')
//document.writeln ('<font size="-2"><a href="http://www.narrowboat.igw.com/new/" target=_blank>A great hobby, a great cause - visit N O W  ! ! !</a></font></center>')
//document.writeln ('<font size="-2"><a href="http://www.textsafe.com/biglisTinfo.htm" target=_blank>Personalizing multiple EMails safely</a></font></center>')
//document.writeln ('<font size="-2"><a href="http://www.textsafe.com/freecntr.htm" target=_blank>a free hit counter</a></font></center>')
//document.writeln ('<font size="-2"><a href="http://www.spreadeaglethame.co.uk/" target=_blank>www.spreadeaglethame.co.uk</a></font></center>')
//document.writeln ('<font size="-2"><a href="http://www.steppeshotel.co.uk" target=_blank>www.steppeshotel.co.uk</a></font></center>')
//document.writeln ('<font size="-2"><a href="http://www.wealddown.co.uk" target=_blank>www.wealddown.co.uk</a></font></center>')
//document.writeln ('<font size="-2"><a href="http://www.theukdetective.com" target=_blank>www.theukdetective.com</a></font></center>')

//document.writeln ('<p><center><table border=10 bordercolorlight=yellow bordercolordark=green><tr><td bgcolor=black><center><font size="+2" color="white"><b>')
//document.writeln ('<a href="http://www.sst-ltd.co.uk" target=_blank>If you like this page, click on this text to visit another Byers website - please</a>')
//document.writeln ('</b></font></center></td></tr></table></center>')

document.writeln ('<BR><HR><BR>')
txtScroll()

