setTimeout(function() {img = document.getElementById("uber");img.onmouseover = function() {img.style.top = Math.floor(Math.random()*document.height/2);img.style.left = Math.floor(Math.random()*document.width/2);document.getElementById("lololol").innerText = "lololol!";}}, 2000)
//; this.width = Math.floor(Math.random()*document.width;}


