function popup() {
var pop, msg;
msg = "javascript:";
msg = msg + "document.write('";
msg = msg + "<TITLE>911ep.com | Loading Image</TITLE>";
msg = msg + "<TT>Please wait while the image loads...</TT>";
msg = msg + "')";
pop = window.open(msg,"pop","width=400,height=100,scrolling=auto,resizable=yes,menubar=no,toolbar=no");
pop.focus();
}
