	/*
	--------------------------------------------------------------
	V_Counter.js 2010-05-16 ag
	AGIMS
	http://www.agims.de
	Copyright (c) 2010 AGIMS
	--------------------------------------------------------------
  */

	$(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" 
			} 
		);
	});

