

if (typeof intune_init == 'function') {
var xmlhttp=false;

		if (!xmlhttp && typeof XMLHttpRequest!='undefined') {
			   try {
					  xmlhttp = new XMLHttpRequest();
			   } catch (e) {
					  xmlhttp=false;
			   }
		}
		if (!xmlhttp && window.createRequest) {
			   try {
					  xmlhttp = window.createRequest();
			   } catch (e) {
					  xmlhttp=false;
			   }
		}
		
		
	xmlhttp.open("GET", "http://www.toop.com.au/intune/intunetooptv.asp",false);
	xmlhttp.send(null);
	document.write(xmlhttp.responseText);
}
