/* --------------------------------------------------------------
   GMCounter.js 2008-08-10 gambio
   Gambio OHG
   http://www.gambio.de
   Copyright (c) 2008 Gambio OHG
   --------------------------------------------------------------
   Released under the GNU General Public License
   --------------------------------------------------------------
*/

	$(document).ready(function() {
		$.get("gm_counter_set_screen.php", {
			screen_resolution: screen.width + "x" + screen.height,
			color_depth: screen.colorDepth,
			gm_action: "gmc_user_screen"
			}
		);
	});

