Choosing Dawn
(Fellowship of the Ring) Legolas
by Elwen Skye
info-is@in-file
http://winamp.twin-elements.com/
--
2/1/03
Notes:
- font is Stonehenge
- balance is hidden, as usual
- EQ/PL toggles are hidden until selected
So, while tryi ...
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 ...