// ========== Start Random Image Generator ==========
G_total_sa = 0;
G_day = new Date();
G_seed = G_day.getTime();

ae_('<img src="images/random/header_1.jpg" width="1050" height="243" border="0" alt="Marble Valley School" title="Marble Valley School" usemap="#contact_us_map"');
ae_('<img src="images/random/header_2.jpg" width="1050" height="243" border="0" alt="Marble Valley School" title="Marble Valley School" usemap="#contact_us_map"');
ae_('<img src="images/random/header_3.jpg" width="1050" height="243" border="0" alt="Marble Valley School" title="Marble Valley School" usemap="#contact_us_map"');

function ae_ (description) {
  G_total_sa++;
  sa [G_total_sa] = description;
}

function rand() {
  RN = parseInt(((G_seed - (parseInt(G_seed/1000,10) * 1000))/10)/100*G_total_sa + 1,10);
  return RN;
}

function sa () {}


// ========== Start Print It! =======================
function printit(){  
if (window.print) {
    window.print() ;  
} else {
    var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
	document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
    WebBrowser1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box WebBrowser1.outerHTML = "";  
}
}
