[html]<SCRIPT language=Javascript><!--
var tl=new Array(
"Change this",
"Change this",
"Change this",
"Change this",
"Change this",
"Change this",
"Change this",
"Change this",
"Change this",
"Change this",
"Change this",
" <=-=><=-=><=-=><=-=><=-=><=-=><=-=><=-=> Regards, gg2gg <=-=><=-=><=-=><=-=><=-=><=-=><=-=><=-=>"
);
var speed=50;
var index=0; text_pos=9;
var str_length=tl[0].length;
var contents, row;
function type_text()
{
contents='';
row=Math.max(0,index-20);
while(row<index)
contents += tl[row++] + 'rn';
document.forms[0].elements[0].value = contents + tl[index].substring(0,text_pos) + "_";
if(text_pos++==str_length)
{
text_pos=0;
index++;
if(index!=tl.length)
{
str_length=tl[index].length;
setTimeout("type_text()",500);
}
} else
setTimeout("type_text()",speed);
}


var yazi = "";
var hiz = 500;
var control = 1;
function flash()
{if (control == 1)
{window.status=yazi; control=0;}
else
{window.status=""; control=1;}
setTimeout("flash();",hiz);}
//--></SCRIPT>[/html]

java writes to a text area, which can be cool when used in a deface page.