﻿function findObj(n, d) {
	var p, i, x;
	if (!d) d = document;
	if ((p = n.indexOf("?")) > 0 && parent.frames.length) {
		d = parent.frames[n.substring(p + 1)].document;
		n = n.substring(0, p);
	}
	if (!(x = d[n]) && d.all) x = d.all[n]; for (i = 0; !x && i < d.forms.length; i++) x = d.forms[i][n];
	for (i = 0; !x && d.layers && i < d.layers.length; i++) x = findObj(n, d.layers[i].document);
	if (!x && d.getElementById) x = d.getElementById(n); return x;
}

function lO() { var b = ""; for (var a = 0; a < arguments.length; a++) { b = (a > 0 && a <= (arguments.length - 1)) ? b + "\n----------------------------------\n" + arguments[a] : b + arguments[a] } alert(b) } if (typeof (window.console) === "undefined") { var wC = new Object() } else { var wC = window.console } if (typeof (wC.assert) === "undefined") { wC.assert = function () { alert(eval(arguments[0])) } } if (typeof (wC.clear) === "undefined") { wC.clear = function () { } } if (typeof (wC.debug) === "undefined") { wC.debug = lO } if (typeof (wC.error) === "undefined") { wC.error = lO } if (typeof (wC.group) === "undefined") { wC.group = lO } if (typeof (wC.groupEnd) === "undefined") { wC.groupEnd = lO } if (typeof (wC.info) === "undefined") { wC.info = lO } if (typeof (wC.log) === "undefined") { wC.log = lO } if (typeof (wC.trace) === "undefined") { wC.trace = lO } if (typeof (wC.warn) === "undefined") { wC.warn = lO } window.console = wC; var cA = console.assert; var cX = console.clear; var cD = console.debug; var cE = function () { console.error(Array.prototype.slice.call(arguments)) }; var cG = console.group; var cGE = console.groupEnd; var cI = console.info; var cL = console.log; var cT = console.trace; var cW = console.warn;
