/*@cc_on @if (@_win32 && @_jscript_version >= 5) if (!window.XMLHttpRequest)
function XMLHttpRequest() { return new ActiveXObject('Microsoft.XMLHTTP') }
@end @*/

function popupA(href) {
	return !open(href, "_blank");
}


// init scripts

var googleLoadHandlers = new Array();

function googleAddLoadHandler(handler) {
	googleLoadHandlers.push(handler);
}

function googleLoadProxy() {
	for (var i = 0; i < googleLoadHandlers.length; i++)
		eval(googleLoadHandlers[i]);
}

if (window.google) {
	google.setOnLoadCallback(googleLoadProxy);
}

