
var cssCode = document.createElement("style");
cssCode.setAttribute("type", "text/css");
cssCode.setAttribute("media", "screen");
cssCode_1_text = document.createTextNode("#slideMe {position:absolute;top:0px;left:0px;display:block;width:95%;height:95%;overflow:hidden;position:static;width:auto;height:auto;}#slideMe #slideMeSlider {width:780px;height:470px;display:block;position:relative;top:100px;top:0;}#slideMe #slideMeClose {position:absolute;top:0px;right:0px;width:16px;height:16px;cursor:pointer;background-image: url(http://www.pornme.com/banners/slideme/close.png);background-repeat: no-repeat;background-position: left top;}#slideMe iframe{}");
cssCode.appendChild(cssCode_1_text);

var htmlCode = document.createElement("div");
htmlCode.setAttribute("id", "slideMe");
htmlCode_1_div = document.createElement("div");
htmlCode_1_div.setAttribute("id", "slideMeSlider");
htmlCode_1_div.setAttribute("style", "");


htmlCode_1_div_2_iframe = document.createElement("iframe");
htmlCode_1_div_2_iframe.setAttribute("src", "http://www.pornme.com/banners/casting/index.php?fsk=18&refid=220&format=780x470");
htmlCode_1_div_2_iframe.setAttribute("width", "780");
htmlCode_1_div_2_iframe.setAttribute("height", "470");
htmlCode_1_div_2_iframe.setAttribute("id", "iframe1");
htmlCode_1_div_2_iframe.setAttribute("frameborder", "0");
htmlCode_1_div_2_iframe.setAttribute("scrolling", "no");
htmlCode_1_div_2_iframe.setAttribute("noresize", "noresize");
htmlCode_1_div.appendChild(htmlCode_1_div_2_iframe);
htmlCode.appendChild(htmlCode_1_div);

document.getElementsByTagName('body')[0].appendChild(cssCode);
document.getElementsByTagName('body')[0].appendChild(htmlCode);


