var docHeight
var name = navigator.appName;
var vers = navigator.appVersion;
if (name == "Microsoft Internet Explorer")  {
    docHeight = document.body.clientHeight - 23;
    document.writeln("<img src=../../press-2005/ARIZONA%20_AWARDS_files/%22/images/spacerline.gif/%22 width=\"1\" height="+ docHeight +" border=\"0\">");
}
else {
    docHeight = window.innerHeight - 23;
    document.writeln("<img src=../../press-2005/ARIZONA%20_AWARDS_files/%22/images/spacerline.gif/%22 width=\"1\" height="+ docHeight +" border=\"0\">");
}
