this.IE=0;
this.IEapp=(navigator.appName=="Microsoft Internet Explorer") ? 1 : 0;
if(this.IEapp) {
	document.writeln("<style type='text/css'>");
	document.writeln("#body {width:727px;overflow:hidden;}");
	document.writeln("#body table.tb {width:667px}");
	document.writeln("#searchbox {top:82px;}");
	document.writeln("#related{width:270px}");
	document.writeln("#topbanner{margin-left: 217px;}");
	document.writeln("#func div {height: 23px;}");
	document.writeln("#func input {padding:0px;vertical-align:middle;}");
// bugfix below could cause other bugs?
	document.writeln("#home {height: 1%;}");
	document.writeln("</style>");
	document.writeln('<link href="/css/print.css" rel="stylesheet" type="text/css" media="print">');
}
document.writeln("<style type='text/css'>#addresses div {opacity: 0.8;}</style>")