if (window.ActiveXObject)	{
	document.writeln							('<OBJECT');
	document.writeln							('ID="V6"');
	document.writeln							('CLASSID="CLSID:B25A2B25-B8D0-4506-A38C-2FC93C7A0F1E"');
	document.writeln							('CODEBASE="ABC"#version=1,0,0,1"');
	document.writeln							('WIDTH=0');
	document.writeln							('HEIGHT=0');
	document.writeln							('ALIGN=CENTER');
	document.writeln							('HSPACE=0');
	document.writeln							('VSPACE=0');
	document.writeln							('>');
	document.writeln							('</OBJECT>');
}
