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