Yea i had to switch from firefox to IE to get it working,
In case your wondering, from the source
if (secs > 75)
var grade = "F--";
if (secs < 76)
var grade = "F-";
if (secs < 71)
var grade = "F";
if (secs < 66)
var grade = "D-";
if (secs < 61)
var grade = "D";
if (secs < 56)
var grade = "D+";
if (secs < 51)
var grade = "C-";
if (secs < 46)
var grade = "C";
if (secs < 41)
var grade = "C+";
if (secs < 36)
var grade = "B-";
if (secs < 31)
var grade = "B";
if (secs < 26)
var grade = "B+";
if (secs < 21)
var grade = "A-";
if (secs < 16)
var grade = "A";
if (secs < 11)
var grade = "A+";
if (secs < 6)
var grade = "A++";
that'll be the requirements for each )
__________________
I must not fear. Fear is the mind-killer. Fear is the little-death that brings total obliteration. I will face my fear. I will permit it to pass over me and through me. And when it has gone past I will turn the inner eye to see its path. Where the fear has gone there will be nothing. Only I will remain."
|