function introduction(){ document.write('
附近的醫院藥局查詢
'); } function authorName(){ document.write('
powered by  EZeShop
original from  ted goff
'); } function popupWindowComic() { result="http://www.ezeshop.com.tw/sidebar/comic-e.php?action=show"; window.open(result,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150'); } function picName() { picurl="http://www.tedgoff.com/mb/images/today.gif"; document.write('click to enlarge'); } function ez_ajaxLoader(url,id) { document.write(''); if (document.getElementById) { var x = (window.ActiveXObject) ? new ActiveXObject("Microsoft.XMLHTTP") : new XMLHttpRequest(); } if (x) { x.onreadystatechange = function() { if (x.readyState == 4 && x.status == 200) { el = document.getElementById(id); el.innerHTML = x.responseText; } } x.open("get", url, true); x.send(null); } } function analytics() { document.write(''); _uacct = "UA-177003-6"; urchinTracker("/sidebar-comic-e/view"); } picName(); authorName(); introduction(); analytics();