// JavaScript Document


var ajaxSupported = 0;
if (window.XMLHttpRequest || window.ActiveXObject){ajaxSupported = 1;}
else{ajaxSupported = 0;}



