Feb 12th '11, 02:45
It ain't just a name, check out his lame game reviews!

function rate() { x = document.getElementsByClassName('current-rating'); for (var i in x) { x[i].style.cssText = "width: 25px"; x[i].innerHTML = "Currently 1/5 Stars."; } }
if (document.URL != "http://www.simplici7y.com/reviews") window.onload = rate;