var _gsm_host = "http://gsm.grosz.at";
var _gsm_gif = "/_gsm.gif";
var _gsm_url = _gsm_host + _gsm_gif;

function gsmTrack(){
	if (_gsm_id){
		var pic = new Image();
		var picpath = _gsm_url + "?client_id="+encodeURIComponent(_gsm_id)+'&document_url='+encodeURIComponent(document.URL)+'&referer='+encodeURIComponent(document.referrer);
		pic.src = picpath;
	}
}

function gsmVisitsImage(startvalue){
	var picpath = _gsm_host + "/_ci.png?id="+encodeURIComponent(_gsm_id)+"&op=visits&startvalue="+startvalue;
	document.write('<img src="'+picpath+'">');
}

function gsmImpressionsImage(startvalue){
	var picpath = _gsm_host + "/_ci.png?id="+encodeURIComponent(_gsm_id)+"&op=impressions&startvalue="+startvalue;
	document.write('<img src="'+picpath+'">');
}
