



var iframe_width =  "550";
var iframe_height = "15";

var loginCallbackUrl = "" || window.location.href;
var url= 'https://point.widget.rakuten.co.jp/openid/parts?token='
				+ encodeURIComponent("lwhwrGEdrFvrZjum4nrr5xKnf71tCO3hao4ob401iDpOjpF2MDyh6A==")
				+ "&url=" + encodeURIComponent(window.location.host)
				+ "&returnTo=" + encodeURIComponent("")
				+ "&loginCallbackUrl=" + encodeURIComponent(loginCallbackUrl);

document.open();
document.write('<iframe width="'    + iframe_width  + '"'
				+ ' height="'       + iframe_height + '"'
				+ ' frameBorder="0"'
				+ ' scrolling="no"'
				+ ' marginheight="0"'
				+ ' marginwidth="0"'
				+ ' allowtransparency="true"'
				+ ' id="rakuten_point_parts"'
				+ ' src="'+url+'"'
				+ '>'
				+ '</iframe>'
				);
document.close();
