/*************************************************** Real Time2 v.2.00 Copyright (C) 2002 suepon , All rights reserved. Script found at http://www37.tok2.com/home/aoijf2/ ****************************************************/ document.write("" ,"include you every 10sec."); function rel() { img = "http://www37.tok2.com/home/aoijf2/cgi-bin/viewer_bbs/viewer.cgi?real_time=" + escape(new Date()); document.images["real_time"].src = img; setTimeout("rel()",10 * 1000); } rel();