
function stats() {
	alert('Auflösung:'+window.screen.width+' x '+ window.screen.height);
}
