var osName=navigator.appVersion;
var browser=navigator.appName;
var agent=navigator.userAgent;
var version=navigator.appVersion;

if(osName.indexOf('Mac')!=-1){
	if(browser.charAt(0) == "N"){
		if(agent.match(/Safari\/([\.\d]+)/)){
			document.write('<LINK rel="stylesheet" href="/evd/ch_shared/css/mac_safari.css" type="text/css">');
		}else if(version.charAt(0) >= 5){
			document.write('<LINK rel="stylesheet" href="/evd/ch_shared/css/mac_nc6.css" type="text/css">');
		}else{
			document.write('<LINK rel="stylesheet" href="/evd/ch_shared/css/mac_ns.css" type="text/css">');
		}
	}else if(browser.charAt(0) == "M"){
		document.write('<LINK rel="stylesheet" href="/evd/ch_shared/css/mac_ie.css" type="text/css">');
	}else if(browser.charAt(0) == "O"){
		document.write('<LINK rel="stylesheet" href="/evd/ch_shared/css/mac_nc6.css" type="text/css">');
	}
}else if(osName.indexOf('Win')!=-1){
	if(browser.charAt(0)=="N"){
		if(version.charAt(0)>=5){
			document.write('<LINK rel="stylesheet" href="/evd/ch_shared/css/win_nc6.css" type="text/css">');
		}else{
			document.write('<LINK rel="stylesheet" href="/evd/ch_shared/css/win_ns.css" type="text/css">');
		}
	}else if(browser.charAt(0)=="M"){
		document.write('<LINK rel="stylesheet" href="/evd/ch_shared/css/win_ie.css" type="text/css">');
	}else if (browser.charAt(0)=="O"){
		document.write('<LINK rel="stylesheet" href="/evd/ch_shared/css/win_nc6.css" type="text/css">');
	}
}


function adDisp(){
	document.write('<div style="margin-top:5px;">');
	document.write('<h1><img src="/evd/ch_shared/images/ct_ti.gif" width="184" height="23" border="0" alt="CONTACT" title="CONTACT"></h1>');
	document.write('<div class="blW184">');
	document.write('<div class="blInside">');
	document.write('<div class="blInsideBorderH215" style="height:65px;text-align:center;">');
	document.write('<p>USA、名取へのメールや番組のご感想・ご意見等はこちらまで</p>');
	document.write('<p style="margin-top:10px;"><a href="mailto:evd-r@doing.tv?body=%0D%0A%8FZ%8F%8A%81F%0D%0A%8E%81%96%BC%81F%0D%0A%83%89%83W%83I%83l%81%5B%83%80%81F%0D%0A%94N%97%EE%81F%0D%0A%83%81%83b%83Z%81%5B%83W%81F%0D%0A"><img src="/evd/ch_shared/images/btn_mail.gif" width="56" height="16" border="0" alt="MAIL" title="MAIL"></a></p>');
	document.write('</div>');
	document.write('</div>');
	document.write('</div>');
	document.write('<div class="blW184lower"><img src="/shared/images/blank.gif" width="1" height="4" border="0" alt=""></div>');
	document.write('</div>');
	document.write('<div><img src="/shared/images/blank.gif" width="1" height="5" border="0" alt=""></div>');

	document.write('<div style="margin-top:5px;">');
	document.write('<h1><img src="/evd/ch_shared/images/ad_ti.gif" width="184" height="23" border="0" alt="OFFICIAL SUPPORTERS" title="OFFICIAL SUPPORTERS"></h1>');
	document.write('<div class="blW184">');
	document.write('<div class="blInside">');
	document.write('<div class="blInsideBorderH215" style="text-align:center;height:580px;">');
	document.write('<p><a href="http://www.exile.jp/" target="_blank"><img src="/evd/ch_shared/images/evd_sup01.gif" width="150" height="78" alt="EXILE OFFICIAL SITE" title="EXILE OFFICIAL SITE"></a></p>');
	document.write('<p><a href="http://www.ldh.co.jp/" target="_blank"><img src="/evd/ch_shared/images/evd_sup02.gif" width="150" height="78" alt="Love Dream Happiness" title="Love Dream Happiness"></a></p>');
	document.write('<p><a href="http://www.universal-music.co.jp/natori/" target="_blank"><img src="/evd/ch_shared/images/evd_sup06.gif" width="150" height="71" alt="名取香り" title="名取香り"></a></p>');
	document.write('<p><a href="http://www.universal-music.co.jp/" target="_blank"><img src="/evd/ch_shared/images/evd_sup07.gif" width="139" height="99" alt="UNIVERSAL MUSIC" title="UNIVERSAL MUSIC"></a></p>');
	document.write('<p><a href="http://www.interfm.co.jp/" target="_blank"><img src="/evd/ch_shared/images/evd_sup03.gif" width="102" height="82" alt="76.1 InterFM" title="76.1 InterFM"></a></p>');
	document.write('<p><a href="http://www.oii.co.jp/" target="_blank"><img src="/evd/ch_shared/images/evd_sup05.gif" width="153" height="78" alt="OPEN INTERFACE" title="OPEN INTERFACE"></a></p>');
	document.write('<p><a href="http://www.maruchon.jp/" target="_blank"><img src="/evd/ch_shared/images/evd_sup04.gif" width="116" height="65" alt="まるちょん" title="まるちょん"></a></p>');
	document.write('</div>');
	document.write('</div>');
	document.write('</div>');
	document.write('<div class="blW184lower"><img src="/shared/images/blank.gif" width="1" height="4" border="0" alt=""></div>');
	document.write('</div>');
}