/*************************************************** Real Time2 v.2.00 Copyright (C) 2002 suepon , All rights reserved. Script found at http://CGIScriptMarket.com/ ****************************************************/ document.write("直近600secの閲覧人数(IP)"); function rel() { img = "http://cgi30.plala.or.jp/chikada/cgi-bin/real_time/real_time.cgi?real_time=" + escape(new Date()); document.images["real_time"].src = img; setTimeout("rel()",600 * 1000); } rel();