var fDesc=new Array(); fDesc[0] = "The BigPond News Ticker is a must for anyone who wants to keep up to date with all the Latest News, Sport, Entertainment & Weather news from around Australia and across the globe.

The BigPond News Ticker sits at the bottom of your computer screen and is automatically updated with a feed of breaking news headlines 24/7.

But the BigPond News Ticker is more than just headlines, when you see a story that interests you, just click on it and the full story will pop up to read."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }