var div = document.createElement('div'); div.id = 'fb-banner'; var a = document.createElement('a'); a.href = 'http://www.eroschat.ro/details.php?id=879&fbb'; var a2 = document.createElement('a'); a2.href = 'http://www.eroschat.ro/details.php?id=879&fbb'; var span = document.createElement('span'); span.innerHTML = 'iuliasweety90'; var img = document.createElement('img'); img.src = 'http://www.eroschat.ro/pictures/thumbs/iuliasweety90_9.jpg'; a2.appendChild(span); div.appendChild(a2); a.appendChild(img); div.appendChild(a); document.body.appendChild(div); if (parseInt(navigator.appVersion)>3) { if (navigator.appName=="Netscape") { winW = window.innerWidth; winH = window.innerHeight; } if (navigator.appName.indexOf("Microsoft")!=-1) { winW = document.body.offsetWidth + 35; winH = document.body.offsetHeight + 35; } } div.style.top = winH + 'px'; div.style.left = winW - 330 + 'px'; setTimeout('move(div)', 5); function move(div) { var curtop = div.style.top.substr(0, div.style.top.length - 2); div.style.top = curtop - 1 + 'px'; if(curtop > (winH - 260)) setTimeout('move(div)', 5); }