if( ( document.styleSheets || ( window.opera && document.childNodes ) || ( window.ScriptEngine && ScriptEngine().indexOf('InScript') + 1 && document.createElement ) ) && !navigator.__ice_version ) {
	var theCurCol = 'Blue';
	for( var x = 0; x < document.cookie.split( "; " ).length; x++ ) {
		var oneCookie = document.cookie.split( "; " )[x].split( "=" );
		if( oneCookie[0] == 'chosenStyle' ) { theCurCol = unescape( oneCookie[1] ).replace(/ MWJ .*/,''); break;
	} } theCurCol = ( theCurCol == 'Blue' ) ? 0 : ( theCurCol == 'Sand' ) ? 1 : ( theCurCol == 'Green' ) ? 2 : ( theCurCol == 'White' ) ? 3 : 4;
	document.write(
		'<table align="right" border="0" cellpadding="0" cellspacing="0"><tr><td class="toInh"><form name="boSelector" method="get" action="index.php" onsubmit="return false;"><p style="padding:3px;text-align:left;border:2px solid #000;"><b>Style:</b><br>'+
		'<select onchange="var tmpVal=this.selectedIndex;eval(this.options[tmpVal].value);this.options[tmpVal].selected=true;if(window.opera&&document.getElementById(\'extraStyled\')){document.getElementById(\'extraStyled\').style.marginTop=\'0px\';document.getElementById(\'extraStyled\').style.marginTop=\'10px\';}">'+
		'<option value="changeStyle(\'Default\');">Default</option>'+
		'<option value="changeStyle(\'Dark\');">Dark</option>'+
		'<option value="changeStyle(\'Light\');">Light</option>'+</select></p></form></td></tr></table>'
	); var theStyleInt = window.setInterval('if(document.forms.boSelector&&document.forms.boSelector.elements[0]){document.forms.boSelector.elements[0].options[theCurCol].selected=true;if(document.forms.boSelector.elements[0].selectedIndex==theCurCol){window.clearInterval(theStyleInt);}}',1);
}