var s=document.getElementsByTagName("script");
var t=s[s.length-1];
var i=document.createElement("iframe");
i.src=t.src+"slide.php?topic=" + topic +"&keyword="  + encodeURIComponent(keyword) + "&width="  + width + "&height=" + height + "&offset=0";
i.width=width;
i.height=height;
i.vspace=0;
i.hspace=0;
i.allowTransparency="true";
i.scrolling="no";
i.marginWidth=0;
i.marginHeight=0;
i.frameBorder=0;
i.style.border=0;
t.parentNode.appendChild(i);
