/* --------------------------------------------------------------
   GMCounter.js 2008-08-10 pakado
   pakado.de
   http://www.pakado.de
   Copyright (c) 2008 pakado.de
   --------------------------------------------------------------
   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" 
			} 
		);
	});
