var msg='';var msglength=0;var position=0;function defilement(pMsg){msg=pMsg;msg='                              '+msg;for(count=0;count<10;count++){msg=msg+msg;}msglength=msg.length;defilementmsg();}function defilementmsg(){document.formdefilement.inputdefilement.value=msg.substr(position,msglength);position=position+1;if(position==20*(msglength+30)){position=0;}setTimeout('defilementmsg()',170);}
