<!--
// 
str = "　";
spd = 80;
function scrTxt(){
  status = str;
  str = str.substring(2, str.length);
  str += str.substring(0, 2);
  setTimeout("scrTxt()",spd);
}
//-->
<!--
// お気に入へ登録
url = 'http://www.livedore.net/ra/msm/'; 
title = '【MSM】ｵﾝﾗｲﾝｼｮｯﾋﾟﾝｸﾞ'; 
function bookMark() {
  window.external.addFavorite(url,title);
}
//-->