msg = new Array("東京 結婚相談所","自動車保険","浮気調査","包茎","レンタルサーバー","東京 インプラント","ワキガ 治療","人探し","過払い","婚活","専用サーバー");

timerID = 10;

flag = true;

function rndText()

{

	if(flag){

	document.sbox.keyword.value = msg[Math.floor(Math.random()*msg.length)];

	clearTimeout(timerID);

	timerID = setTimeout("rndText()",5000);

	}

}


