
	// this is suppose to defeat the Eolas problem ("Click to activate and use this control") in IE 
	function insertApplet(text) {
  	document.write(text);
	}
	