setInterval(function(){document.getElementsByTagName('body')[0].style.backgroundColor='#'+ (Math.random() * 0xffffff << 0).toString(16)}, 1000);