function createXMLHttpRequest(){
	if (document.all){
		try {
			return new ActiveXObject("Microsoft.XMLHTTP");
		} 
		
		catch(e){}
		
		try {
			return new ActiveXObject("Msxml2.XMLHTTP");
		}
		
		catch(e){}
	}
	
	else {
		try {
			return new XMLHttpRequest();
		}
	
	catch(e){}
	}
	
	return null;
}

function IsIE(){
	return document.all ? true : false;
}

function E(id){
	return document.getElementById(id);
}


function ifConfirmGoToLoc(confirmText, confirmUrl){
	if (confirm(confirmText)){
		self.location = confirmUrl;
	}
	else {
		return;
	}
}

var gamecetera_params = new Array();
gamecetera_params['client'] = '026ca22e17379e9bdff1f545a54413dd';
gamecetera_params['width'] = 100;
gamecetera_params['height'] = 100;
gamecetera_params['bgcolor'] = '#FFFFFF';

u_a_site_id="72"
u_a_client="87";
u_a_width="234"; 
u_a_height="60"; 
u_a_zones="95"; 
u_a_type="0"; 
