var ie = (document.all);
var ns = (document.layers);
if (ns) {height = window.innerHeight}
else if (ie) {height = document.body.clientHeight}
space = Math.round((height - 403) / 2); 
document.write("<img src=spacer.gif width=1 height=" + space + "><br>");
