<!--



line=new Object()


line[1]="ההרשמה לעונת המנויים 2010-2011 בעיצומה"
line[2]="הקדימו להרשם"
line[3]="לידיעתך האתר מתעדכן באופן שוטף"
line[4]="מומלץ להתעדכן באתר לפני הגעתך לתיאטרון"












lines=4 //--Number of lines







//--Don't edit below this line







document.write('<form name="bannerform">')



document.write('<div align="center"><center><p><input type="text" name="banner" size="55"')



document.write('  style="background-color: #00004F; color: #ffffff; text-align: center; font-family: tahoma; font-size: 20pt; border: medium none" onfocus="blur()"></p>')



document.write('  </center></div>')



document.write('</form>')







temp=""



nextchar=-1;



nextline=1;



cursor="\\"



function animate(){



if (temp==line[nextline] & temp.length==line[nextline].length & nextline!=lines){



nextline++;



nextchar=-1;



document.bannerform.banner.value=temp;



temp="";



setTimeout("nextstep()",2500)}



else if (nextline==lines & temp==line[nextline] & temp.length==line[nextline].length){



nextline=1;



nextchar=-1;



document.bannerform.banner.value=temp;



temp="";



setTimeout("nextstep()",1800)}



else{



nextstep()}}







function nextstep(){



if (cursor=="\\"){



cursor="|"}



else if (cursor=="|"){



cursor="/"}



else if (cursor=="/"){



cursor="-"}



else if (cursor=="-"){



cursor="\\"}



nextchar++;



temp+=line[nextline].charAt(nextchar);



document.bannerform.banner.value=temp+cursor



setTimeout("animate()",25)}











document.onload=animate();



// -->



