var ScrollString = 'No money, no Torres? | \'Pool must finish top 4 to keep Torres, Gerrard\' | Mancini\'s secret City makeover | Tila the Hun? | S\'pore-born star wannabe slammed for milking heiress-girlfriend\'s death to be famous | STRUCK DUMB BY LIGHTNING CABLE IN FREAK BIKE ACCIDENT | I was in pain, yet could not cry out, recalls S\'pore chef. Now... | '
var timer = 0;
function scrolltext() {
document.box.boxtext.value = ScrollString
ScrollString=ScrollString.substring(1,ScrollString.length) + ScrollString.charAt(0);
timer = setTimeout('scrolltext()',150) ;
}

