function ISCLoad()
{
	if (typeof(isc_st) != "undefined" && isc_st != null) {
		document.write('<link href="' + isc_st + '" rel="stylesheet" type="text/css">');
	}

	var isc_url = document.location.protocol + "//" + isc_h + "/signage/GetSignage.ashx?"
	if (typeof(isc_g) != "undefined" && isc_g != null) {
		isc_url += "&isc_g=" + isc_g;
		isc_g = null;
	}
	if (typeof(isc_e) != "undefined" && isc_e != null) {
		isc_url += "&isc_e=" + isc_e;
		isc_e = null;
	}
	if (typeof(isc_m) != "undefined" && isc_m != null) {
		isc_url += "&isc_m=" + isc_m;
		isc_m = null;
	}
	if (typeof(isc_x) != "undefined" && isc_x != null) {
		isc_url += "&isc_x=" + isc_x;
		isc_x = null;
	}
	if (typeof(isc_y) != "undefined" && isc_y != null) {
		isc_url += "&isc_y=" + isc_y;
		isc_y = null;
	}
	if (typeof(isc_div) != "undefined" && isc_div != null) {
		isc_url += "&isc_div=" + isc_div;
		isc_div = null;
	}
	if (document.domain)
		isc_url += "&isc_domain=" + document.domain;

	isc_url += "&isc_js=true";
	document.write('<script type="text/javascript" src="' + isc_url + '"> </script>');
}

