is this the shortest possible way to manually create an ajax object
ajax=(window.XMLHttpRequest)?new XMLHttpRequest():(window.ActiveXobject)?new ActiveXobject("Microsoft.XMLHTTP"):false;Other then using an ajax library what other way is shorter then that?