كود:
<script language="JavaScript1.2">
<!--
//قم بكتابة الجمل التى تريد ظهورها من هنا
var line=new Array()
line[1]="هذا الكود يمكنّك من كتابة اعلاناتك كالآلة الكاتبة فى موقعك"
line[2]="هذا الكود هديّة الى الجميع من مكتبة الويب العربى"
line[3]=" مكتبة ملفات الويب العربى طريقك الى حيث عالم التميّز والإبداع"
line[4]="أمنياتنا للجميع بالإستفادة منها و بالتفوق فى مواقعكم"
line[5]="أطيب تحية وأرقّ أمنية للجميع"
//متغيّر لتعيين حجم الخطّ
var ts_fontsize="16px"
//--لا تقم بتغيير ما أسفل هذا الخط
var longestmessage=1
for (i=2;i<line.length;i++){
if (line[i].length>line[longestmessage].length)
longestmessage=i
}
//Auto set scroller width
var tscroller_width=line[longestmessage].length
lines=line.length-1 //--Number of lines
//if IE 4+ or NS6
if (dcidocument.all||dcidocument.getElementById){
dcidocument.write('<form name="bannerform">')
dcidocument.write('<input type="text" name="banner" size="'+tscroller_width+'"')
dcidocument.write(' style="background-color: '+dcidocument.bgColor+'; color: '+dcidocument.body.text+'; font-family: verdana; font-size: '+ts_fontsize+'; font-weight:bold; border: medium none" onfocus="blur()">')
dcidocument.write('</form>')
}
temp=""
nextchar=-1;
nextline=1;
cursor="\\"
function animate(){
if (temp==line[nextline] & temp.length==line[nextline].length & nextline!=lines){
nextline++;
nextchar=-1;
dcidocument.bannerform.banner.value=temp;
temp="";
setTimeout("nextstep()",1000)}
else if (nextline==lines & temp==line[nextline] & temp.length==line[nextline].length){
nextline=1;
nextchar=-1;
dcidocument.bannerform.banner.value=temp;
temp="";
setTimeout("nextstep()",1000)}
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);
dcidocument.bannerform.banner.value=temp+cursor
setTimeout("animate()",25)}
//if IE 4+ or NS6
if (dcidocument.all||dcidocument.getElementById)
window.onload=animate
// -->
ملاحظة : يمكنك تغيير حجم الخط من المكان الموضّح بالكود