jQuery(document).ready(function(){
	var img = jQuery('<img />').css({width: '1px', height: '1px', position: 'absolute', left: '-1000px'});
	img.attr('src', '/media/user.gif?resolution=' + screen.width + 'x' + screen.height);
	jQuery(document.body).append(img);
});
