//
// (c)1999-2002 三宅龍太郎
//
var isOs, isBr;

isOs = ( isWin ) ? 'Windows':( isMac ) ? 'MacOS':'その他（検出外）';
isBr = ( isOpera6 ) ? '<link rel="stylesheet" type="text/css" href="http://www2g.biglobe.ne.jp/~stakasa/spam/antispam_st.css"><link rel="stylesheet" type="text/css" href="http://www2g.biglobe.ne.jp/~stakasa/spam/antispam_st04.css">':( isIe4r ) ? '<link rel="stylesheet" type="text/css" href="http://www2g.biglobe.ne.jp/~stakasa/spam/antispam_st.css"><link rel="stylesheet" type="text/css" href="http://www2g.biglobe.ne.jp/~stakasa/spam/antispam_st04.css">':( isIe50 ) ? '<link rel="stylesheet" type="text/css" href="http://www2g.biglobe.ne.jp/~stakasa/spam/antispam_st.css"><link rel="stylesheet" type="text/css" href="http://www2g.biglobe.ne.jp/~stakasa/spam/antispam_st04.css">':( isIe55 ) ? '<link rel="stylesheet" type="text/css" href="http://www2g.biglobe.ne.jp/~stakasa/spam/antispam_st.css"><link rel="stylesheet" type="text/css" href="http://www2g.biglobe.ne.jp/~stakasa/spam/antispam_st04.css">':( isIe60 ) ? '<link rel="stylesheet" type="text/css" href="http://www2g.biglobe.ne.jp/~stakasa/spam/antispam_st.css"><link rel="stylesheet" type="text/css" href="http://www2g.biglobe.ne.jp/~stakasa/spam/antispam_st04.css">':( isNn40 ) ? '<link rel="stylesheet" type="text/css" href="http://www2g.biglobe.ne.jp/~stakasa/spam/antispam_nn4.css">':( isNn4x ) ? '<link rel="stylesheet" type="text/css" href="http://www2g.biglobe.ne.jp/~stakasa/spam/antispam_nn4.css">':( isNn6x ) ? '<link rel="stylesheet" type="text/css" href="http://www2g.biglobe.ne.jp/~stakasa/spam/antispam_st.css"><link rel="stylesheet" type="text/css" href="http://www2g.biglobe.ne.jp/~stakasa/spam/antispam_st04.css">':'<link rel="stylesheet" type="text/css" href="http://www2g.biglobe.ne.jp/~stakasa/spam/antispam_st.css"><link rel="stylesheet" type="text/css" href="http://www2g.biglobe.ne.jp/~stakasa/spam/antispam_st04.css">';

with(document) {
	open();
	write(isBr);
	close();
}

