



var iframe_width =  "200";
var iframe_height = "321";

var loginCallbackUrl = "" || window.location.href;
var url= 'https://point.widget.rakuten.co.jp/openid/parts?token='
				+ encodeURIComponent("OUVvkMsUtrq0mCbpbatBAjlFb5DLFLa6Sulpitb0VQxyya15yF5MSZWXM6CG7HsalsA7tdL8nFReR74PcqWxgAOSulpMSUpA==")
				+ "&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();
