
var speed=5000

var news=new Array()
news[0]="<a href='grone.htm' target='main'> >> Aunty Grone's menu masterpieces</a>"
news[1]="<a href='pulp.htm' target='main'> >> Pulp analysis by Mindo Milerbender</a>"
news[2]="<a href='ranns.htm' target='main'> >> Invasion of the Ranns - latest details</a>"
news[3]="<a href='journalism.php' target='main'> >> latest journalism news - click</a>"
news[4]="<a href='science.php' target='main'> >>  latest science news - click</a>"
news[5]="<a href='worldnews.php' target='main'> >> latest world news - click</a>"
news[6]="<a href='irishnews.php' target='main'> >>  latest Irish news -  click</a>"
news[7]="<a href='rights.php' target='main'> >> latest human rights news - click</a>"
news[8]="<a href='uknews.php' target='main'> >> latest UK news - click</a>"
news[9]="<a href='daily clone.htm' target='main'> >> The Daily Clone - world's oldest tripe newspaper</a>"
news[10]="<a href='love.htm' target='main'> >> Love talk</a>"
news[11]="<a href='showbiz.php' target='main'> >> Entertainment & Showbiz headlines</a>"
news[12]="<a href='talk.htm' target='main'> >> Straight Talking</a>"
news[13]="<a href='Dork.htm' target='main'> >> Anatomy of a Dork</a>"
news[14]="<a href='m3.htm' target='main'> >> Twyford Down - a bridge too far?</a>"
news[15]="<a href='slrr.htm' target='main'> >> Knickers McFee and Arnold Layne</a>"
news[16]="<a href='writer.htm' target='main'> >> Tools of the writer - feature</a>"
news[17]="<a href='god.htm' target='main'> >> Interviews with God. No more can be said about this.</a>"
news[18]="<a href='cannabis.htm' target='main'> >> The Cannabis Question - to smoke, or not to smoke...</a>"
news[19]="<a href='ptoth.htm' target='main'> >> Encounter with The Book of Ptoth</a>"
news[20]="<a href='hermit.htm' target='main'> >> Hermit Empeysex on the web</a>"
news[21]="<a href='samples.htm' target='main'> >> Raw Cuts mp3 page</a>"
news[22]="<a href='moron.htm' target='main'> >> MORON'S GUIDE TO IRELAND</a>"
news[23]="<a href='hooligan.htm' target='main'> >> * * EXCLUSIVE * * The Borhd Hooligan slot</a>"
news[24]="<a href='campingindex.htm' target='main'> >> The Camping Pages for all intrepid campers</a>"
news[25]="<a href='chief.htm' target='main'> >> Chief Smoking Hophead's advice column</a>"
news[26]="<a href='images/newsmedia.htm' target='main'> >> Pictures of Newsmedianews</a>"
news[27]="<a href='lollipop.htm' target='main'> >> The Lonely Lollipop - a short story</a>"
news[28]="<a href='wwt.htm' target='main'> >> The Weary Web Traveller by Rudi Trudenstein</a>"
news[29]="<a href='NewsPub/index.php' target='main'> >> Join an editorial input team</a>"
news[30]="<a href='polls.php'' target='main'> >> Vote on current news issues </a>"
news[31]="<a href='The Truth.php' target='main'> >> The Truth - its coming?</a>"

//expand or shorten this list of messages as desired

i=0
if (document.all)
tickerobject=document.all.subtickertape.style
else
tickerobject=document.tickertape.document
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers)
setTimeout("window.onresize=regenerate",450)
}

function update(){
if (document.layers){
document.tickertape.document.subtickertape.document.write('<span class="subtickertapefont">'+news[i]+'</span>')
document.tickertape.document.subtickertape.document.close()
}
else 
document.all.subtickertape.innerHTML=news[i]

if (i<news.length-1)
i++
else
i=0
setTimeout("update()",speed)
}

 function BgFade(red1, grn1, blu1, red2,
 grn2, blu2, steps) {
 sred = red1; sgrn = grn1; sblu = blu1; 
 ered = red2; egrn = grn2; eblu = blu2; 
 inc = steps; 
 step = 0; 
 RunFader();
 
 step++;
 }