 var msg = "[征中=-welcome to Read-onE PagE!!!-=中漫] [征中=-semoga anda menikmati semua fasilitas yang ada pada situs ini!!!-=中漫]";
 var spacer = " ";
 var pos = 0;
 function ScrollMessage()
 {
 window.status = msg.substring(pos, msg.length) + spacer + msg.substring(0,pos);
 pos++;
 if (pos > msg.length) pos = 0;
 window.setTimeout("ScrollMessage()", 500);
 }
 ScrollMessage();
function Title() {document.title="[征中=-welcome to Read-onE PagE-=中漫]"; window.setTimeout("Title1();",1);}
function Title1() {document.title="[征中=-welc0me t0 Read-0nE PagE-=中漫]"; window.setTimeout("Title();",1);}
