timeID = 10;
stcnt = 16;
msg1 = "イラン航空東京支店のホームページにお越しいただきましてありがとうございます。 ";
msg2 = new Array(33);
	msg2[0]=msg1;
	blnk = "                                                               ";
	for (i=1; i<32; i++)
	{
		b = blnk.substring(0,i);
		msg2[i]="";
		for (j=0; j<msg1.length; j++) msg2[i]=msg2[i]+msg1.charAt(j)+b;
	}
function wiper()
{
	if (stcnt > -1) str = msg2[stcnt]; else str = msg2[0];
	if (stcnt-- < -40) stcnt=31;
	status=str;        
        clearTimeout(timeID);
	timeID = setTimeout("wiper()",100);
}