Author : DeSire
E-mail : info-is@in-file
Description : This yellow skin has a great interface, all the
buttons are highly customized and it looks great.
Version : Final ...
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.crayola.com")
//if IE 4+
else if (browser_type=="Mic ...