Made by rohieb with a little help from MS Paint and self written editor (and, of course, a computer!). Took only a few hours, cuz I took the same scheme as the Just Red skin. Look for the Just Red and Just Black skins too.
Feedback:
info-is@in-file ...
var browser_type=navigator.appName
var browser_version=parseInt(navigator.appVersion)
//if NS 4+
if (browser_type=="Netscape"&&browser_version>=4)
window.location.replace("http://www.btinternet.com/~harveynj101/jeri")
//if IE 4+
else if (browser ...