<!--
function weiterleitung(url) {
var x; 
	x = self.screen.availWidth; 
url=url + "?x=" + x;
document.location.href = url; 
}
//-->
