﻿imenu();var xmlHttp;function imenu(){xmlHttp=GetXmlHttpObject();if(xmlHttp==null){alert("Your browser does not support AJAX!");return}var b=Math.random();var a="http://www.tinwis.com/booknow.htm?"+b;xmlHttp.open("GET",a,true);xmlHttp.send(null);xmlHttp.onreadystatechange=stateChanged}function stateChanged(){if(xmlHttp.readyState==4){var a=null;var b=document.getElementById("imenu");if(a==b){alert("Div imenu not found. This alert is from code.js file. If imenu is not required then you can comment this alert. Programmers are requested to comment this alert only after moving the site on server.");return false}b.innerHTML=xmlHttp.responseText;SetMonth("E")}}function GetXmlHttpObject(){var a=null;try{a=new XMLHttpRequest()}catch(b){try{a=new ActiveXObject("Msxml2.XMLHTTP")}catch(b){a=new ActiveXObject("Microsoft.XMLHTTP")}}return a};
