document.getElementById("innerH2").innerHTML = document.getElementById("h2").innerHTML;
document.getElementById("outerH1").innerHTML = document.getElementById("h1").outerHTML;
document.getElementById("locationhref").innerHTML = window.location.href;
document.getElementById("location").innerHTML = window.location;
document.getElementById("screensize").innerHTML = 'Width:' + window.screen.width + ' Height: ' + window.screen.height;