var enc = document.charset;
var news_name = '';
var site_name = '';
if( enc=='shift_jis' || enc=='euc-jp' || enc=='utf-8' ){
	news_name = unescape('%u2605%u5C06%u8ECD%u69D8%u30CB%u30E5%u30FC%u30B9');
	site_name = unescape('%u91D1%u6B63%u65E5%28%u2605%29%u79D8%u5B9D%u9928');
} else if( enc=='euc-kr' || enc=='ks_c_5601-1987' ){
	news_name = unescape('%u2605%uC7A5%uAD70%uB2D8%uB274%uC2A4');
	site_name = unescape('%uAE40%uC815%uC77C%u2605%uBCF4%uBB3C%uAD00');
} else {
	news_name = 'NorthKoreaNews';
	site_name = 'KimJongIl@Hihoukan';
}
document.write('<table border="0" bgcolor="#ffffff" style="border:1px #000000 solid;" cellpadding="0" cellspacing="0" width="500" height="40">');
document.write('<tr height="20" bgcolor="#ee0000;" style="color:#ffffff;">');
document.write('	<td colspan="2"><table border="0" cellpadding="0" cellspacing="0" width="100%" style="color:#ffffff;font-size:9pt;"><tr><td>&nbsp;'+news_name+'</td><td align="right" style="font-size:8pt;">powered by <a href="http://jongil.info/" style="text-decoration:none;color:#ffff00;">'+site_name+'</a>&nbsp;</td></tr></table></td>');
document.write('</tr>');
document.write('<tr height="20">');
document.write('	<td style="color:#ee0000;font-size:9pt;">&nbsp;click<img src="http://jongil.info/_img/ico_jongil.jpg" border="0" height="20" width="20" align="absmiddle" alt="'+site_name+'"></td>');
document.write('	<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="450" height="18">');
document.write('		<param name="movie" value="http://jongil.info/_inc/ticker.swf?codepage=utf8&site=jongil.info&type=1&charColor=000099&rssFile=http://jongil.info/news.xml" />');
document.write('		<param name="loop" value="false" />');
document.write('		<param name="quality" value="high" />');
document.write('		<param name="scale" value="exactfit" />');
document.write('		<param name="bgcolor" value="#ffffff" />');
document.write('		<param name="menu" value="false" />');
document.write('		<param name="salign" value="l" />');
document.write('		<embed src="http://jongil.info/_inc/ticker.swf?codepage=utf8&site=jongil.info&type=1&charColor=000099&rssFile=http://jongil.info/news.xml" loop="false" quality="high" menu="false" scale="exactfit" bgcolor="#ffffff" width="450" height="18" salign="l" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>');
document.write('	</object></td>');
document.write('</tr>');
document.write('</table>');