var ScrollString = 'Do directors here offer ating roles for sex? | One hopeful claims... | DAVID VILLA: My heart is with Valencia | KOREAN WOMAN ON ROMANIAN ENVOY | Relatives thought I was having an affair | It got so bad she considered leaving S\'pore with husband | '
var timer = 0;
function scrolltext() {
document.box.boxtext.value = ScrollString
ScrollString=ScrollString.substring(1,ScrollString.length) + ScrollString.charAt(0);
timer = setTimeout('scrolltext()',150) ;
}
