5 include( '/elements/rs_init_object.html' );
8 <SCRIPT TYPE="text/javascript">
10 function rs_init_object() {
13 A=new ActiveXObject("Msxml2.XMLHTTP");
16 A=new ActiveXObject("Microsoft.XMLHTTP");
21 if(!A && typeof XMLHttpRequest != "undefined")
22 A = new XMLHttpRequest();
24 alert("Can't create XMLHttpRequest object");