// JavaScript Document
	<!--
	msg="  web shop 限定！　クリアランスセール開催中！";
	function scroll(){
	msg=msg.substring(1,msg.length)+msg.substring(0,1);
	document.myform.mytext.value=msg;
	setTimeout("scroll()",185);
	}2
	//-->