");
matrix_window.document.write("");
if(bold == true) matrix_window.document.write("");
if(italic == true) matrix_window.document.write("");
for(i = 0; i <= string.length; i++) {
timer += (Math.random() * speed);
setTimeout("matrix_window.document.write('" + string.charAt(i) + "');", timer);
}
timer += 2000;
setTimeout("matrix_window.close()", timer);
}
var messages = new Array("The Internet has ended...turn off your computer and go outside!", "You have reached the end of the internet...turn off your computer and go outside!", "Wake up, Shut down and Go outside!");
function GetRndIndex() {
return (parseInt(Math.random() * messages.length));
}
function WriteRndMsg(bold, italic, speed) {
MatrixWrite(messages[GetRndIndex()], bold, italic, speed);
}
// End -->
The Last Page
You have reached The End of the
Internet Thank you for visiting the Last Page.
There is no more life online. You must
now turn off your computer and go outside. You will find life
outside.