﻿//プラグイン６以上ならＦＬＡＳＨ表示
<!--
/*
if (typeof(FlashMode) == "undefined") {} 
else {

if(FlashMode){
t2=document.referrer.split('&').join('あ');
t2=t2.split('%').join('ぱ');
w_http='http://';
w_swf = w_http + location.host + '/cf/log/getlog.swf';
w_Gateway = 'http://' + location.host + '/flashservices/gateway';//flash内でセットするsetDefaultGatewayUrl
file_url = location.pathname.substring(location.pathname.lastIndexOf("/")+1,location.pathname.length)
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab##version=6,0,0,0" width="1" height="1" id="getlog" align="middle">');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="' + w_swf +'" />');
document.write('<param name="quality" value="high" />');
document.write('<PARAM NAME=FlashVars VALUE="REFERER=' + t2 + '&file_path=' + location.href + '&file_name=' + file_url+ '&w_Gateway=' + w_Gateway+'" />');
document.write('<param name="bgcolor" value="##ffffff" />');
document.write('<embed src="' + w_swf + '" quality="high" bgcolor="##ffffff" width="1" height="1" name="getlog" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
};

}
*/

//2011.12　橋本　アイテックサーバー移設
//FLASHを廃止して、jqueryに切替
document.write("<script type='text/javascript' src='/cf/log/jquery-1.4.4.min.js'></\script>");

t2=document.referrer.split('&').join('あ');
t2=t2.split('%').join('ぱ');
w_http='http://';
file_url = location.pathname.substring(location.pathname.lastIndexOf("/")+1,location.pathname.length)

//ログＤＢ更新ＣＦＣを呼び出す。
$.get("http://www.kojima-co.net/cf/log/getlog.cfc?method=refe&file_path="+ location.href +"&file_name="+ file_url +"&REFERER="+t2)	;				



//-->
