window.onload = function () {

letsGo();
preloadImages();

}

function letsGo() {


// ** needed for the Online Print Center pages ** //
if (typeof visYear!="undefined" && typeof visYear!="null") {
init();
}


if (document.getElementsByTagName('img')) {

var pics = document.getElementsByTagName('img');

for (i=0;i<pics.length;i++) {

var name = pics[i].src.split("/");

if (name[4] == 'contact_form1.jpg' || name[5] == 'contact_form1.jpg') {

pics[i].src = '2387Printi/email_us.jpg';

}

}

}


}
