// JavaScript Document
/*
To create html page where object will be embedded place the <object></object> code in a string 
and call this function from a scrip tag
*/
function fixAx(str)
{
	document.write(str);	
}
