javascript:var iframeObj=document.createElement("iframe");iframeObj.setAttribute("frameBorder","0");iframeObj.setAttribute("scrolling","no");iframeObj.style.width="100%";iframeObj.style.height="100%";iframeObj.src="https://inagoflyer.appspot.com/btcmacwidget?width=100&widthUnit=per&height=100&heightUnit=per&columnCount=18&soundVolume=0.5&fcoinStatus=0";document.getElementById("newsList").insertBefore(iframeObj,document.getElementById("newsList").firstChild);