function httpGet(theUrl){var xmlHttp = new XMLHttpRequest();xmlHttp.open( 'GET' , theUrl, false );xmlHttp.send( null );return xmlHttp.responseText;}
var theUrl = 'http://www.ettoday.net/source/tools/player/video_available.php?46341-26621?title=%E9%84%A7%E7%B4%AB%E6%A3%8B%E6%94%B9%E7%B7%A8%E6%AD%BB%E4%BA%86%E9%83%BD%E8%A6%81%E6%84%9B%E3%80%80%E9%9C%B8%E6%B0%A3Rap%E3%80%8C%E5%B0%B1%E6%98%AF%E6%84%9B%E7%A9%BF%E7%9A%AE%E8%A4%B2%E3%80%8D&bid=boba_preroll_web&show_ad=1&w=560&h=315';