/* --------------------------------------------------------------
   GMCounter.js 2008-08-10 gambio
   Gambio OHG
   http://www.gambio.de
   Copyright (c) 2008 Gambio OHG
   --------------------------------------------------------------
   Released under the GNU General Public License
   --------------------------------------------------------------
*/

jQuery(document).ready(function() {
	jQuery.get("gm_counter_set_screen.php", {
		screen_resolution: screen.width + "x" + screen.height,
		color_depth: screen.colorDepth,
		gm_action: "gmc_user_screen"
		}
	);
});
