// JavaScript Document

var http = createRequestObject();
//var  d1 = new Date();
function getnews()
{
  	
  document.getElementById("tab1").style.backgroundColor="#000000";
  document.getElementById("tab2").style.backgroundColor="#666666";
  document.getElementById("tab3").style.backgroundColor="#666666";
  document.getElementById("tab4").style.backgroundColor="#666666";
  document.getElementById("tab5").style.backgroundColor="#666666";
  document.getElementById("tab6").style.backgroundColor="#666666";
  document.getElementById("tab7").style.backgroundColor="#666666";
  //http.open('get', 'http://www.indianmirror.com/includes/indianews.html');
  //alert('http://www.indianmirror.com/india-newsheader.php?date='+'<?php 10/28/2009;?>');
  //alert('http://www.indianmirror.com/india-newsheader.php?date='+'<?php '+(d1.getMonth()+1)+'/'+d1.getDate()+'/'+d1.getYear()+';?>');
 // http.open('get', 'http://www.indianmirror.com/india-newsheader.php?date='+'<?php '+(d1.getMonth()+1)+'/'+d1.getDate()+'/'+d1.getYear()+';?>');
  http.open('get', 'http://www.indianmirror.com/india-newsheader.php');
  http.onreadystatechange = handleResponse;
  http.send(null);
}

function getmovies()
{
  document.getElementById("tab2").style.backgroundColor="#000000";
  document.getElementById("tab1").style.backgroundColor="#666666";
  document.getElementById("tab3").style.backgroundColor="#666666";
  document.getElementById("tab4").style.backgroundColor="#666666";
  document.getElementById("tab5").style.backgroundColor="#666666";
  document.getElementById("tab6").style.backgroundColor="#666666";
  document.getElementById("tab7").style.backgroundColor="#666666";
 // http.open('get', 'http://www.indianmirror.com/includes/movies.html');
  http.open('get', 'http://www.indianmirror.com/entertainmentheader.php');
  http.onreadystatechange = handleResponse;
  http.send(null);
}

function getsports()
{
  document.getElementById("tab3").style.backgroundColor="#000000";
  document.getElementById("tab2").style.backgroundColor="#666666";
  document.getElementById("tab1").style.backgroundColor="#666666";
  document.getElementById("tab4").style.backgroundColor="#666666";
  document.getElementById("tab5").style.backgroundColor="#666666";
  document.getElementById("tab6").style.backgroundColor="#666666";
  document.getElementById("tab7").style.backgroundColor="#666666";
  //http.open('get', 'http://www.indianmirror.com/includes/sports.html');
   http.open('get', 'http://www.indianmirror.com/sportsheader.php');
  http.onreadystatechange = handleResponse;
  http.send(null);
}

function getleisure()
{
  document.getElementById("tab4").style.backgroundColor="#000000";
  document.getElementById("tab2").style.backgroundColor="#666666";
  document.getElementById("tab3").style.backgroundColor="#666666";
  document.getElementById("tab1").style.backgroundColor="#666666";
  document.getElementById("tab5").style.backgroundColor="#666666";
  document.getElementById("tab6").style.backgroundColor="#666666";
  document.getElementById("tab7").style.backgroundColor="#666666";
  //http.open('get', 'http://www.indianmirror.com/includes/leisure.html');
   http.open('get', 'http://www.indianmirror.com/leisureheader.php');
  http.onreadystatechange = handleResponse;
  http.send(null);
}
function getbusiness()
{
  document.getElementById("tab5").style.backgroundColor="#000000";
  document.getElementById("tab2").style.backgroundColor="#666666";
  document.getElementById("tab3").style.backgroundColor="#666666";
  document.getElementById("tab4").style.backgroundColor="#666666";
  document.getElementById("tab1").style.backgroundColor="#666666";
  document.getElementById("tab6").style.backgroundColor="#666666";
  document.getElementById("tab7").style.backgroundColor="#666666";
 // http.open('get', 'http://www.indianmirror.com/includes/business.html');
  http.open('get', 'http://www.indianmirror.com/businessheader.php');
  http.onreadystatechange = handleResponse;
  http.send(null);
}
function getscience()
{
  
  document.getElementById("tab6").style.backgroundColor="#000000";
  document.getElementById("tab2").style.backgroundColor="#666666";
  document.getElementById("tab3").style.backgroundColor="#666666";
  document.getElementById("tab4").style.backgroundColor="#666666";
  document.getElementById("tab5").style.backgroundColor="#666666";
  document.getElementById("tab1").style.backgroundColor="#666666";
  document.getElementById("tab7").style.backgroundColor="#666666";
  //http.open('get', 'http://www.indianmirror.com/includes/science.html');
   http.open('get', 'http://www.indianmirror.com/scienceheader.php');
  http.onreadystatechange = handleResponse;
  http.send(null);
}

function getworld()
{
  document.getElementById("tab7").style.backgroundColor="#000000";
  document.getElementById("tab2").style.backgroundColor="#666666";
  document.getElementById("tab3").style.backgroundColor="#666666";
  document.getElementById("tab4").style.backgroundColor="#666666";
  document.getElementById("tab5").style.backgroundColor="#666666";
  document.getElementById("tab6").style.backgroundColor="#666666";
  document.getElementById("tab1").style.backgroundColor="#666666";
  //http.open('get', 'http://www.indianmirror.com/includes/world.html');
  http.open('get', 'http://www.indianmirror.com/worldheader.php');
  http.onreadystatechange = handleResponse;
  http.send(null);
}

function gethealth()
{
  document.getElementById("tab4").style.backgroundColor="#000000";
  document.getElementById("tab2").style.backgroundColor="#666666";
  document.getElementById("tab3").style.backgroundColor="#666666";
  document.getElementById("tab1").style.backgroundColor="#666666";
  document.getElementById("tab5").style.backgroundColor="#666666";
  document.getElementById("tab6").style.backgroundColor="#666666";
  document.getElementById("tab7").style.backgroundColor="#666666";
  //http.open('get', 'http://www.indianmirror.com/includes/leisure.html');
   http.open('get', 'http://www.indianmirror.com/healthheader.php');
  http.onreadystatechange = handleResponse;
  http.send(null);
}


function getnewsinner()
{
  	
  document.getElementById("tab1").style.backgroundColor="#000000";
  document.getElementById("tab2").style.backgroundColor="#666666";
  document.getElementById("tab3").style.backgroundColor="#666666";
 /* document.getElementById("tab4").style.backgroundColor="#666666";*/
  document.getElementById("tab5").style.backgroundColor="#666666";
  document.getElementById("tab6").style.backgroundColor="#666666";
  document.getElementById("tab7").style.backgroundColor="#666666";
  http.open('get', 'http://www.indianmirror.com/india-newsheaderinner.php');
  http.onreadystatechange = handleResponse;
  http.send(null);
}

function getmoviesinner()
{
  document.getElementById("tab2").style.backgroundColor="#000000";
  document.getElementById("tab1").style.backgroundColor="#666666";
  document.getElementById("tab3").style.backgroundColor="#666666";
  /*document.getElementById("tab4").style.backgroundColor="#666666";*/
  document.getElementById("tab5").style.backgroundColor="#666666";
  document.getElementById("tab6").style.backgroundColor="#666666";
  document.getElementById("tab7").style.backgroundColor="#666666";
  http.open('get', 'http://www.indianmirror.com/entertainmentheaderinner.php');
  http.onreadystatechange = handleResponse;
  http.send(null);
}

function getsportsinner()
{
  document.getElementById("tab3").style.backgroundColor="#000000";
  document.getElementById("tab2").style.backgroundColor="#666666";
  document.getElementById("tab1").style.backgroundColor="#666666";
  /*document.getElementById("tab4").style.backgroundColor="#666666";*/
  document.getElementById("tab5").style.backgroundColor="#666666";
  document.getElementById("tab6").style.backgroundColor="#666666";
  document.getElementById("tab7").style.backgroundColor="#666666";
  http.open('get', 'http://www.indianmirror.com/sportsheaderinner.php');
  http.onreadystatechange = handleResponse;
  http.send(null);
}


function getbusinessinner()
{
  document.getElementById("tab5").style.backgroundColor="#000000";
  document.getElementById("tab2").style.backgroundColor="#666666";
  document.getElementById("tab3").style.backgroundColor="#666666";
  /*document.getElementById("tab4").style.backgroundColor="#666666";*/
  document.getElementById("tab1").style.backgroundColor="#666666";
  document.getElementById("tab6").style.backgroundColor="#666666";
  document.getElementById("tab7").style.backgroundColor="#666666";
  http.open('get', 'http://www.indianmirror.com/businessheaderinner.php');
  http.onreadystatechange = handleResponse;
  http.send(null);
}
function getscienceinner()
{
  
  document.getElementById("tab6").style.backgroundColor="#000000";
  document.getElementById("tab2").style.backgroundColor="#666666";
  document.getElementById("tab3").style.backgroundColor="#666666";
  /*document.getElementById("tab4").style.backgroundColor="#666666";*/
  document.getElementById("tab5").style.backgroundColor="#666666";
  document.getElementById("tab1").style.backgroundColor="#666666";
  document.getElementById("tab7").style.backgroundColor="#666666";
  //http.open('get', 'http://www.indianmirror.com/includes/science.html');
   http.open('get', 'http://www.indianmirror.com/scienceheaderinner.php');
  http.onreadystatechange = handleResponse;
  http.send(null);
}

function getworldinner()
{
  document.getElementById("tab7").style.backgroundColor="#000000";
  document.getElementById("tab2").style.backgroundColor="#666666";
  document.getElementById("tab3").style.backgroundColor="#666666";
  /*document.getElementById("tab4").style.backgroundColor="#666666";*/
  document.getElementById("tab5").style.backgroundColor="#666666";
  document.getElementById("tab6").style.backgroundColor="#666666";
  document.getElementById("tab1").style.backgroundColor="#666666";
  //http.open('get', 'http://www.indianmirror.com/includes/world.html');
  http.open('get', 'http://www.indianmirror.com/worldheaderinner.php');
  http.onreadystatechange = handleResponse;
  http.send(null);
}


function getnewsinner1()
{
  	
  document.getElementById("tab1").style.backgroundColor="#000000";
  document.getElementById("tab2").style.backgroundColor="#666666";
  document.getElementById("tab3").style.backgroundColor="#666666";
  document.getElementById("tab4").style.backgroundColor="#666666";
  document.getElementById("tab5").style.backgroundColor="#666666";
  document.getElementById("tab6").style.backgroundColor="#666666";
  /*document.getElementById("tab7").style.backgroundColor="#666666";*/
  http.open('get', 'http://www.indianmirror.com/india-newsheaderinner.php');
  http.onreadystatechange = handleResponse;
  http.send(null);
}

function getmoviesinner1()
{
  document.getElementById("tab2").style.backgroundColor="#000000";
  document.getElementById("tab1").style.backgroundColor="#666666";
  document.getElementById("tab3").style.backgroundColor="#666666";
  document.getElementById("tab4").style.backgroundColor="#666666";
  document.getElementById("tab5").style.backgroundColor="#666666";
  document.getElementById("tab6").style.backgroundColor="#666666";
 /* document.getElementById("tab7").style.backgroundColor="#666666";*/
  http.open('get', 'http://www.indianmirror.com/entertainmentheaderinner.php');
  http.onreadystatechange = handleResponse;
  http.send(null);
}

function getsportsinner1()
{
  document.getElementById("tab3").style.backgroundColor="#000000";
  document.getElementById("tab2").style.backgroundColor="#666666";
  document.getElementById("tab1").style.backgroundColor="#666666";
  document.getElementById("tab4").style.backgroundColor="#666666";
  document.getElementById("tab5").style.backgroundColor="#666666";
  document.getElementById("tab6").style.backgroundColor="#666666";
  /*document.getElementById("tab7").style.backgroundColor="#666666";*/
  http.open('get', 'http://www.indianmirror.com/sportsheaderinner.php');
  http.onreadystatechange = handleResponse;
  http.send(null);
}


function getbusinessinner1()
{
  document.getElementById("tab5").style.backgroundColor="#000000";
  document.getElementById("tab2").style.backgroundColor="#666666";
  document.getElementById("tab3").style.backgroundColor="#666666";
  document.getElementById("tab4").style.backgroundColor="#666666";
  document.getElementById("tab1").style.backgroundColor="#666666";
  document.getElementById("tab6").style.backgroundColor="#666666";
  /*document.getElementById("tab7").style.backgroundColor="#666666";*/
  http.open('get', 'http://www.indianmirror.com/businessheaderinner.php');
  http.onreadystatechange = handleResponse;
  http.send(null);
}
function getscienceinner1()
{
  
  document.getElementById("tab6").style.backgroundColor="#000000";
  document.getElementById("tab2").style.backgroundColor="#666666";
  document.getElementById("tab3").style.backgroundColor="#666666";
  document.getElementById("tab4").style.backgroundColor="#666666";
  document.getElementById("tab5").style.backgroundColor="#666666";
  document.getElementById("tab1").style.backgroundColor="#666666";
/*  document.getElementById("tab7").style.backgroundColor="#666666";*/
  //http.open('get', 'http://www.indianmirror.com/includes/science.html');
   http.open('get', 'http://www.indianmirror.com/scienceheaderinner.php');
  http.onreadystatechange = handleResponse;
  http.send(null);
}

function gethealthinner1()
{
  
  document.getElementById("tab4").style.backgroundColor="#000000";
  document.getElementById("tab2").style.backgroundColor="#666666";
  document.getElementById("tab3").style.backgroundColor="#666666";
  document.getElementById("tab6").style.backgroundColor="#666666";
  document.getElementById("tab5").style.backgroundColor="#666666";
  document.getElementById("tab1").style.backgroundColor="#666666";
/*  document.getElementById("tab7").style.backgroundColor="#666666";*/
  //http.open('get', 'http://www.indianmirror.com/includes/science.html');
   http.open('get', 'http://www.indianmirror.com/scienceheaderinner.php');
  http.onreadystatechange = handleResponse;
  http.send(null);
}
function createRequestObject() {
    var ro;
    var browser = navigator.appName;
    if(browser == "Microsoft Internet Explorer"){
        ro = new ActiveXObject("Microsoft.XMLHTTP");
    }else{
        ro = new XMLHttpRequest();
    }
    return ro;
}



function handleResponse()
{
    if(http.readyState == 4) {
        var response = http.responseText;
		//alert(response);
        var update = new Array();
		if(response.indexOf('|' != -1)) {
            update = response.split('|');
			//alert(update);
			document.getElementById("general1").innerHTML =  update;
			//alert(document.getElementById("general1").innerHTML);
        }
    }
}


function loadjscssfile(filename, filetype){
 if (filetype=="js"){ //if filename is a external JavaScript file
  var fileref=document.createElement('script')
  fileref.setAttribute("type","text/javascript")
  fileref.setAttribute("src", filename)
 }
 else if (filetype=="css"){ //if filename is an external CSS file
  var fileref=document.createElement("link")
  fileref.setAttribute("rel", "stylesheet")
  fileref.setAttribute("type", "text/css")
  fileref.setAttribute("href", filename)
 }
 if (typeof fileref!="undefined")
  document.getElementsByTagName("head")[0].appendChild(fileref)
}
loadjscssfile("http://www.indianmirror.com/includes/news.css", "css") ////dynamically load and add this .css file

function loadhomenews()
{
var str="";
/*str+="<body onload='getnews()'>";*/
str+="<table width='429' height='260' border='1' bordercolor='#999999' style='border-style:groove'>";
str+="<tr>";
str+="<td width='78' height='18' bgcolor='#999999' id='tab1'><div class='style111' onclick='getnews()' style='cursor:hand;'> &nbsp;India News</div></td>";
str+="<td width='83' bgcolor='#999999' id='tab2'><div class='style111' onclick='getmovies()' style='cursor:hand;'>  &nbsp;Entertainment</div></td>";
str+="<td width='41' bgcolor='#999999' id='tab3'><div class='style111' onclick='getsports()' style='cursor:hand;'> &nbsp;Sports</div></td>";
str+="<td width='46' bgcolor='#999999' id='tab4' ><div class='style111' onclick='gethealth()' style='cursor:hand;'> &nbsp;Health</div></td>";
str+="<td width='56' bgcolor='#999999' id='tab5' ><div class='style111' onclick='getbusiness()' style='cursor:hand;'>&nbsp;Business</div></td>";
str+="<td width='52' bgcolor='#999999' id='tab6'><div class='style111' onclick='getscience()' style='cursor:hand;'> &nbsp;Sci/Tech</div></td>";
str+="<td width='37' bgcolor='#999999' id='tab7'><div class='style111' onclick='getworld()' style='cursor:hand;'>&nbsp;World</div></td>";
str+="</tr>";
str+="<tr>";

str+="</tr>";
str+="<tr>";
str+="<td height='199' colspan='7' bordercolor='#FFFFFF' align='center'><div id='general1' align='justify'> </div></td>";
str+="</tr>";
/*str+="<tr>";
str+="<td height='23' colspan='7' bgcolor='#CCCCCC' cellpadding='0' cellspacing='0'><a href='#'><b>Show more News Articles</b></a>&nbsp;<a href='#'><img src='http://www.indianmirror.com/arrows.gif' border='0' /></a></td>";
str+="</tr>";*/
str+="</table>";
/*str+="</body>";*/
document.write(str);
}

function loadindianews()
{
var str="";
str+="<table width='390' height='260' border='1' bordercolor='#999999' style='border-style:groove'>";
str+="<tr>";
str+="<td width='77' height='18' bgcolor='#999999' id='tab1' align='left'><div class='style111' onclick='getnewsinner()' style='cursor:hand;'>&nbsp;India News</div></td>";
str+="<td width='80' bgcolor='#999999' id='tab2' align='left'><div class='style111' onclick='getmoviesinner()' style='cursor:hand;'>&nbsp;Entertainment</div></td>";
str+="<td width='39' bgcolor='#999999' id='tab3' align='left'><div class='style111' onclick='getsportsinner()' style='cursor:hand;'>&nbsp;Sports</div></td>";
<!--str+="<td width='39' bgcolor='#999999' id='tab4' align='left'><a class='style111' onclick='gethealthinner()' onMouseOver='this.style.cursor='pointer''  style='cursor:hand;'> &nbsp;Health</a></td>";-->
str+="<td width='56' bgcolor='#999999' id='tab5' align='left'><div class='style111' onclick='getbusinessinner()' style='cursor:hand;'>&nbsp;Business</div></td>";
str+="<td width='50' bgcolor='#999999' id='tab6' align='left'><div class='style111' onclick='getscienceinner()' style='cursor:hand;'>&nbsp;Sci/Tech</div></td>";
str+="<td width='36' bgcolor='#999999' id='tab7' align='left'><div class='style111' onclick='getworldinner()' style='cursor:hand;'>&nbsp;World</div></td>";
str+="</tr>";
str+="<tr>";

str+="</tr>";
str+="<tr>";
str+="<td height='199' colspan='6' bordercolor='#FFFFFF' align='center'><div id='general1' align='justify'> </div></td>";
str+="</tr>";
str+="</table>";
document.write(str);
}

function loadhealthnews()
{
var str="";
str+="<table width='390' height='260' border='1' bordercolor='#999999' style='border-style:groove'>";
str+="<tr>";
str+="<td width='77' height='18' bgcolor='#999999' id='tab1' align='left'><div class='style111' onclick='getnewsinner1()' style='cursor:hand;'>&nbsp;India News</div></td>";
str+="<td width='80' bgcolor='#999999' id='tab2' align='left'><div class='style111' onclick='getmoviesinner1()' style='cursor:hand;'>&nbsp;Entertainment</div></td>";
str+="<td width='39' bgcolor='#999999' id='tab3' align='left'><div class='style111' onclick='getsportsinner1()' style='cursor:hand;'>&nbsp;Sports</div></td>";
str+="<td width='39' bgcolor='#999999' id='tab4' align='left'><div class='style111' onclick='gethealthinner1()' style='cursor:hand;'>&nbsp;Health</div></td>";
str+="<td width='56' bgcolor='#999999' id='tab5' align='left'><div class='style111' onclick='getbusinessinner1()' style='cursor:hand;'>&nbsp;Business</div></td>";
str+="<td width='50' bgcolor='#999999' id='tab6' align='left'><div class='style111' onclick='getscienceinner1()'  style='cursor:hand;'>&nbsp;Sci/Tech</div></td>";
/*str+="<td width='36' bgcolor='#999999' id='tab7' align='left'><a class='style111' onclick='getworldinner()' onMouseOver='this.style.cursor='pointer'' style='cursor:hand;'>&nbsp;World</a></td>";*/
str+="</tr>";
str+="<tr>";

str+="</tr>";
str+="<tr>";
str+="<td height='199' colspan='6' bordercolor='#FFFFFF' align='center'><div id='general1' align='justify'> </div></td>";
str+="</tr>";
str+="</table>";
document.write(str);
}

