Page is a not externally linkable
TheMadScientist - 11:42 am on Nov 7, 2009 (gmt 0)
for($i=3;$i>=1;$i--) {
Change the counter to work in reverse... Something to the effect of the following for the for() statement should be close:
/* Same as above here */
}