var html = ""
+"";
var id = "id_Subscribe";
if (!id) id = "div_msg_Subscribe_js_";
var div = document.getElementById(id);
if (div) div.innerHTML = html;
function clickSubscribe_() {
var em = document.getElementById('inpSubscribe');
var json = iAJAX.get_("/main/modules/MySpace/MySpace_Op.php?op=Subscribe&email="+em.value);
json = iAJAX.evalJson_(json); if (!json) return;
alert("感謝您訂閱 雅博客二手書店 電子報!");
em.value = "";
}
function clickSubscribeCancel_() {
var em = document.getElementById('inpSubscribe');
var json = iAJAX.get_("/main/modules/MySpace/MySpace_Op.php?op=Subscribe&email=-"+em.value);
json = iAJAX.evalJson_(json); if (!json) return;
alert("已經為您取消訂閱 雅博客二手書店 電子報!");
em.value = "";
}