/*
function move(name,x,y){
    if(document.getElementById){
        document.getElementById(name).style.left = x
        document.getElementById(name).style.top  = y
    } else if(document.all){
        document.all(name).style.pixelLeft = x
        document.all(name).style.pixelTop  = y
    } else if(document.layers) {
        document.layers[name].moveTo(x,y)
  }
}
*/

function Accsess_Tag($gid,$title) {

	arg = "";

	//URL取得
	arg += '?url='+ encodeURIComponent(document.location.href);

	//referrer取得
//	arg +='&ref='+ encodeURIComponent('http://www.google.com/search?hl=ja&q=%E6%A4%9C%E7%B4%A2%E6%96%87%E5%AD%97%E5%88%97&lr=lang_ja');
	arg +='&ref='+ encodeURIComponent(document.referrer);
	//業者ID取得
	arg +='&gno='+ encodeURIComponent($gid);

	//画面タイトル取得
	arg +='&title='+ encodeURIComponent($title);
//prompt('aaa','http://220.151.231.84/webvolante/acc/index.php' + arg );
  document.write('<div id="AccsessTag" style="position:absolute; width:1px; height:1px; top: 0px left: 0px; z-index:100;visibility: hidden;">');
//  document.write('<img src="http://www.web-volante.jp/acc/index.php' + arg + '" border=0></div>');
//  document.write('<img src="http://192.168.1.154/acc/index.php' + arg + '" border=0></div>');
//  document.write('<img src="http://www.oasis-estate.jp/acc/index.php' + arg + '" border=0></div>');
//  document.write('<img src="http://www.e-leasing.jp/acc/index.php' + arg + '" border=0></div>');
  document.write('<img src="http://www.r-nextage.co.jp/acc/index.php' + arg + '" border=0></div>');
}

