It's still "fail math", it just isn't maplr's math that fails.
EDIT: FUCK! My 100th post was about math.
Printable View
Taken directly from http://smouch.net/lol :
Great that your 100th post was on Math, I love math <3Code:<!-- End Quantcast tag -->
<script>
var message = new Array()
message[0] = "YOU GOT RICK ROLL'D";
message[1] = "YOU LOVE RICK ASTLEY";
message[2] = "SMOUCH.NET 4 LYPHE";
message[3] = "SMOUCH.NET IS NOT A RICK ROLL /LOL/ IS";
message[4] = "I LIKE BIRDS";
message[5] = "YOU GOT RICK ROLL'D"
message[6] = "SMOUCH.NET/LOL"
var reps = 2
var speed = 200
var p=message.length;
var T="";
var C=0;
var mC=0;
var s=0;
var sT=null;
if(reps<1)reps=1;
function doTheThing(){
T=message[mC];
A();}
function A(){
s++
if(s>8){s=1}
if(s==1){document.title='|R==========| '+T+' -----'}
if(s==2){document.title='|RI=========| '+T+' -----'}
if(s==3){document.title='|RIC========| '+T+' -----'}
if(s==4){document.title='|RICK=======| '+T+' -----'}
if(s==5){document.title='|RICK=R=====| '+T+' -----'}
if(s==6){document.title='|RICK=RO====| '+T+' -----'}
if(s==7){document.title='|RICK=ROLL==| '+T+' -----'}
if(s==8){document.title='|RICK=ROLLED| '+T+' -----'}
if(C<(8*reps)){
sT=setTimeout("A()",speed);
C++
}else{
C=0;
s=0;
mC++
if(mC>p-1)mC=0;
sT=null;
doTheThing();}}
doTheThing();
</script>
Okay, I take it back. His math fails.