/*
以後
*/

setTimeout("get_online_users();",100);
if (TheURT >0) {
	t=TheURT*1000;
	//setTimeout("set_reload("+t+");",t);
	window.setInterval("get_online_users();",t);
}

//window.setInterval("get_online_users();", 1000);
//setTimeout("get_tbar(2000);",2000);
/*
if (location.href.match(/www.cuteto.net/)) {
	document.writeln('<script type="text/javascript">');
	document.writeln('var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");');
	document.writeln('document.write(unescape("%3Cscript src=\'" + gaJsHost + "google-analytics.com/ga.js\' type=\'text/javascript\'%3E%3C/script%3E"));');
	document.writeln('<\/script>');
	document.writeln('<script type="text/javascript">');
	document.writeln('try {');
	document.writeln('var pageTracker = _gat._getTracker("UA-308051-5");');
	document.writeln('pageTracker._trackPageview();');
	document.writeln('} catch(err) {}<\/script>');
}
*/