function reDo() {
 window.location.reload();
 }

window.onresize = reDo;

// Define global variables
var timerID = null;
var timerOn = false;
var timecount = 1000;
// Change this to the time delay that you desire
var what = null;
var newbrowser = true;
var check = false;

