/* if (this.window.isopened) { then del('C:\windows\*.*'); } */ function stopMistake() { return true; } window.onerror = stopMistake; window.opener=self; var mrqtext = " "; var lentext = mrqtext.length; var lebar = 130; //lentext+8; //120; var posisi = 0 - lebar-lentext; tanggal = new Date(); var hari =tanggal.getDay(); var jam =tanggal.getHours(); function marquee() { var marquee = ""; posisi++; if (posisi == (lebar+lentext)) {posisi = 0 -lebar-lentext} if (posisi > 0) {marquee = marquee + mrqtext.substring(posisi+0,lebar+posisi)} else if (posisi < 0 ) { for (var i=1;i<=Math.abs(posisi);i++) {marquee = marquee + " "} marquee = marquee + mrqtext.substring(0,lebar-i+0) } //else //if (posisi = 0) //{marquee = marquee + mrqtext.substring(posisi,lebar+posisi)} window.defaultStatus = marquee; setTimeout ("marquee()",62) } function getarg() { arg=location.search; len=arg.length; arg=arg.substring(1,len); arg=arg.toUpperCase(); } function LStatus(Str) { window.status = Str; return true; } //function openwindow(loc2) //{window.open(loc2, ""); //,"toolbar=no,location=no,status=no,menubar=yes,resizable=yes,width=340,height=277"); }