function Form_validation(a){if(a.username.value==""){alert("You must enter User Name.");a.username.focus();return(false)}if(a.password.value==""){alert("You must enter password.");a.password.focus();return(false)}return true}function getfocus(){document.login.username.focus()}function ref(){var a;try{a=new XMLHttpRequest()}catch(b){try{a=new ActiveXObject("Msxml2.XMLHTTP")}catch(b){try{a=new ActiveXObject("Microsoft.XMLHTTP")}catch(b){return false}}}a.onreadystatechange=function(){if(a.readyState==4){}};a.open("GET","http://www.bdnews24.com/hitc.php",true);a.send(null)}function callref(){ref();setTimeout("callref()",10000)}function arefresh(){window.location.reload()}function hide(a){document.getElementById(a).style.display="none"}function set(b,a){document.getElementById(b).innerHTML=a}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}function showcnt(b,c){var a;a=GetXmlHttpObject();a.onreadystatechange=function(){if(a.readyState==4){if(a.status==200){document.getElementById(b).innerHTML=a.responseText}}};a.open("GET",c,true);a.send(null)}function showcatnews(c,d,b){var a;a=GetXmlHttpObject();a.onreadystatechange=function(){if(a.readyState==4){if(a.status==200){if(b=="news"){if(a.responseText.indexOf("empty")==-1){document.getElementById(c).innerHTML=a.responseText}else{}}if(b=="count"){document.getElementById(c).innerHTML=parseInt(a.responseText);counter=parseInt(a.responseText)}if(pointer>0){document.getElementById("prev").style.display="block"}else{document.getElementById("prev").style.display="none"}if(pointer+4<counter){document.getElementById("next").style.display="block"}else{document.getElementById("next").style.display="none"}}}};if(b=="news"){set(c,'<span class="loading"><img src="http://www.bdnews24.com/image/loading-mid.gif" border=o style="padding-top:5px" /><span>')}a.open("GET",d,true);a.setRequestHeader("Referer",window.location);a.send(null)};
