//Detect IE5.5+
version=0
if (navigator.appVersion.indexOf("MSIE")!=-1){
temp=navigator.appVersion.split("MSIE")
version=parseFloat(temp[1])
}

if (version>=5.5) //NON IE browser will return 0
document.write('<link rel="stylesheet" type="text/css" href="http://www.puertasdebabel.com/wicca/stylesheet.css" title="styles" />');

else
	if (navigator.appName=="Netscape"&&parseFloat(navigator.appVersion)>=4.7)
		if (navigator.appName=="Netscape"&&parseFloat(navigator.appVersion)>=5)
			document.write('<link rel="stylesheet" type="text/css" href="http://www.puertasdebabel.com/wicca/stylesheetnew.css" title="styles" />');
		else
		document.write('<link rel="stylesheet" type="text/css" href="http://www.puertasdebabel.com/wicca/stylesheetns4.css" title="styles" />');
	 else
	document.write('<link rel="stylesheet" type="text/css" href="http://www.puertasdebabel.com/wicca/stylesheetnew.css" title="styles" />');
//end detection