var vNum = navigator.appVersion.charAt(0);var bName = navigator.appName.charAt(0);if(navigator.appVersion.indexOf("Mac") > -1){	if( bName == "M"){	document.writeln('<LINK rel="stylesheet" type="text/css" href="http://www.sclabo.com/share/css/macie.css">')	}else{	if( vNum < 5 ){	document.writeln('<LINK rel="stylesheet" type="text/css" href="http://www.sclabo.com/share/css/macnn4x.css">')	 }else{	document.writeln('<LINK rel="stylesheet" type="text/css" href="http://www.sclabo.com/share/css/macnn6xup.css">')	}	}}else{	if( bName == "M")	{	document.writeln('<LINK rel="stylesheet" type="text/css" href="http://www.sclabo.com/share/css/winie.css">')	}else{	if( vNum < 5 )	{	document.writeln('<LINK rel="stylesheet" type="text/css" href="http://www.sclabo.com/share/css/winnn4x.css">')	}else{	document.writeln('<LINK rel="stylesheet" type="text/css" href="http://www.sclabo.com/share/css/winnn6xup.css">')	}	}} 