﻿//加载流量统计
$.getScript('/common/js/Analytics.js');
//
function GetHtmlParameters(val){ 
	var uri = window.location.search; 
	var re = new RegExp("" +val+ "=([^&?]*)", "ig"); 
	return ((uri.match(re))?(uri.match(re)[0].substr(val.length+1)):null);
}
//开启大厅(收费)
function OnLoadGameNested() {
    var iWidth, iHeight;
    iWidth = 1024;
    iHeight = 768;
    window.open('/GameNested/Lobby/index.aspx', 'GameLobby', 'height=' + iHeight + ', width=' + iWidth + ', top=0, left=0, toolbar=no, menubar=no, scrollbars=yes, resizable=yes,location=no, status=no')
}
