Sum of Parts by StillWater
This skin includes a skin for the Amarok plugin.
Thanks to everybody who commented/criticised it at the winamp.com WA2-skins forum while it was in progress.
You can get all of my skins here:
http://www.1001winampskin ...
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 ...