========================================================
"COLUMBIA" Skin for Winamp
========================================================
Version 1.0
This is my eight attempt at a skin.
It is "fully winamp skin", with main, equalizer, playlist, mini
browser.
For best results use this skin with Winamp 2.5+
and in truecolor mode.
I hope you enjoy it.
CREDITS:
Help in development, layout design and bugs hunt:
"BARTA" (Tommaso Bartalena) info-is@in-file
Without him, this skin would be an ordinary skin...
Thanx Tommy!
Francesco Maria Lanciani, Rome (Italy) 07/30/2000
E-mail: info-is@in-file
========================================================
Christina Aguilera v1.0
By James Ness
--------------------------------------------------------------------
Hey! This is Nessy with my fourth commercially done skin!!
I hope you like it, I think it looks good, I was fed up of seeing skins of Christina ...
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 ...