$(document).ready(function(){
	var s_code = "arQflIQi"; // サイトコード

	var url = location.href;
	var purl = url.split("/");
	if (purl[purl.length - 1] != "") {
		cid = purl[purl.length - 1];
	} else {
		cid = purl[purl.length - 2];
	}
	if (cid.indexOf(".") == -1) {
		var imgtag = $("<img>").attr("src"
			,"http://marge.marugot.maru.jp/redirect/?code="
				+ cid + "&guid=ON&s_code=" + s_code);
		imgtag.attr("alt", "");
		imgtag.attr("width", "1");
		imgtag.attr("height", "1");
	
		imgtag.appendTo("#marugot");
	}
});
