Event.observe(window, 'load', function() {
	new Ajax.Request('/x/detect.php?width='+screen.width+'&height='+screen.height);
});