if (screen.width > 900){ 
	document.write('<link rel=stylesheet type="text/css" href="hi.css">')
	document.write('<div id="haus" style="position:absolute; left:124px; top:126px; width:249px; height:164px; z-index:1"><img src="haus1.jpg" width="350" height="247"></div>')
	document.write('<div id="text" style="position:absolute; left:11px; top:9px; width:217px; height:213px; z-index:2"><img src="slogan1.gif" width="381" height="202"></div>')}
	
else {
	document.write('<link rel=stylesheet type="text/css" href="lo.css">')
	document.write('<div id="haus" style="position:absolute; left:66px; top:116px; width:249px; height:164px; z-index:1"><img src="haus2.jpg" width="250" height="177"></div>')
	document.write('<div id="text" style="position:absolute; left:11px; top:10px; width:217px; height:213px; z-index:2"><img src="slogan2.gif" width="280" height="148"></div>')}

