var id,pause=0,position=0,msg="";
function newsscroller()
{
var i,k;

msg=" Ab 12. September 2010 : KAFANA - Tanztheater meets Balkan Music : Ivanovic Clan & The Dusa Orchestra reisen nach Jugopotanien ++++ Ab 12. September 2010 : KAFANA - Tanztheater meets Balkan Music : Ivanovic Clan & The Dusa Orchestra reisen nach Jugopotanien ++++";
k=(50/msg.length)+1;
for(i=0;i<=k;i++) msg+=" "+msg;

document.forml.newsscroller.value=msg.substring(position,position+216);

if(position++==800) position=0;

id=setTimeout("newsscroller()",110);
}