this.IE=0;
this.IEapp=(navigator.appName=="Microsoft Internet Explorer") ? 1 : 0;
if(this.IEapp) {
	document.writeln("<style type='text/css'>");
	document.writeln("#forside #content {width:635px;}");
	document.writeln("#content {width:100%;}");
	document.writeln(".text {height: 25px;}");
	document.writeln(".box {width:280px;}");
	document.writeln("#forside .box {height:140px;}");
	document.writeln("</style>");
	document.writeln('<link href="/css/print.css" rel="stylesheet" type="text/css" media="print">');
}
