/*
 * access log write
 * @author Genies CO.,Ltd.
 */

var _site_id = "";


// アクセスログ
function accessLog(){

	document.write('<img src=http://www.exad.jp/access_analysis.php?site_id=' + _site_id + '&uri=' + document.URL + '&ref=' + encodeURIComponent(document.referrer) + ' width=1 height=1>');

}
