jQuery(document).ready(function() {	
	$.get("/ajax/getResolution",{ width: screen.width});	
});
