repeat = "N";
 coktxt = document.cookie+";";
 result = coktxt.indexOf('repeater_flg_OS20060104P01');
 if(result > -1){
  repeat = "Y";
 }
 url = 'http://www.client-asp.aiosl.jp/LOG/LOG_07_JSCASP.php';
 ref = escape(document.referrer);
 p = encodeURI(location.href);
 id = 'OS20060104P01';
 document.write('<script type="text/javascript" src="'+ url +'?p='+ p 
+'&ref='+ ref +'&id='+ id + '&repeat=' + repeat + '"></scri' + 'pt>');
 day0 = new Date();
 day0.setTime(day0.getTime()+60*60*24*30000);
 endday = day0.toGMTString();
 document.cookie = "repeater_flg_OS20060104P01=AIOSL_JSEARCH;expires="+endday;