// - Script permulaan
var scrollCounter = 0;
var scrollText = "Rest in peace Dwi Angga Pratama 28-4-99, and bLackApriL crying :-(  ...:::bLaCkApRiL:::... cRew: bA, b0aLém0, VideLlis, @RiésTa77, kiuL, h@zLerid, am0éba, pujéx  ....Where the hell do you want to go today ?!";
var scrollDelay = 130; //apé loé liat-liat !!? <<kecepatan scrollTeks>>
var i = 0;

while (i++ < 40)
scrollText = " " + scrollText;

function Scroller()
{
window.status = scrollText.substring(scrollCounter++,scrollText.length);
if (scrollCounter == scrollText.length)
scrollCounter = 0;
setTimeout("Scroller()", scrollDelay);
}
Scroller();
//finish euy....!! fuck y0u  !!