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