jQuery.event.add(window, "load", function() {
    var fb = $('#feedback');
    var url = document.URL;
	url = encodeURIComponent(decodeURIComponent(url));
    fb.append('<iframe src="http://share.gree.jp/share?url=' + url + '&type=0&height=20" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" style="border:none; overflow:hidden; width:76px; height:20px;" allowTransparency="true"></iframe>');
});

