<!-- hide this stuff from other browsers 

// Preload Wigout Background Animation BG
function wigLoad() {
	var wigBg;
	wigBg= new Image(); wigBg.src = "images/h20_hijack.gif";
}

function loadFO(n) {
	if (n == 1) {
		document.getElementById('ftext').innerHTML = "<a href='http://www.rawt.org.au' style='font-size: 20px; color: #6240ff;'><b>WWW.RAWT.ORG.AU</b></a>";
	}	 else {
		document.getElementById('ftext').innerHTML = "We are experiencing technical difficulties...please wait. <a href='#' onclick='unloadFO();'>Click here</a> if things don't return to normal.";	
	}
	document.getElementById('fmovie').innerHTML = '<embed src="http://blip.tv/play/AcfxRo7CPQ" type="application/x-shockwave-flash" width="640" height="390" allowscriptaccess="always" allowfullscreen="true" wmode="opaque" autoplay="true"></embed>';
	document.getElementById('wigger').style.display = '';
}

function unloadFO() {
	document.getElementById('wigger').style.display = 'none';
	document.getElementById('fmovie').innerHTML = '';
	document.getElementById('ftext').innerHTML = '';
}

window.onload = wigLoad;

// end hiding javascript -->