var xmlhttp;
if (window.XMLHttpRequest) { xmlhttp = new XMLHttpRequest(); }// code for IE7+, Firefox, Chrome, Opera, Safari
else { xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); }// code for IE6, IE5

