/* Create the new window */ 
function openWindow(theURL,winName,features) {
	newwindow = window.open(theURL,winName,features);
	newwindow.focus();
}

function gameCounter(popupname) {
	trackerpopup = "/flash"+selfpfad;
	urchinTracker(trackerpopup);
	var caba = function(text) { }
	httpCall(false, trackerpopup, '', caba);
}

function ajaxCounter(ajaxname) {
	urchinTracker(ajaxname);
}