﻿var myloc=String(location);
var slash=0;
var dot=0;
var offline_root=false;
var online_root=false;
var offline_sub1=false;
var online_sub1=false;

for(var i=0;i<myloc.length;i++)
{
if(myloc.charAt(i)=='/')slash++;
if(myloc.charAt(i)=='.')dot++;
}

if((myloc.charAt(7)=='1')||(dot==1))
{
if(slash==5)
offline_root=true;
else if(slash==6)
offline_sub1=true;
}
else
{
if(slash==4)
online_root=true;
else if(slash==5)
online_sub1=true;
}

function hide()
{
if(!document.getElementById("div00a"))return;
document.getElementById("div00a").style.visibility="hidden";
document.getElementById("div01a").style.visibility="hidden";
document.getElementById("div02a").style.visibility="hidden";
document.getElementById("div03a").style.visibility="hidden";
document.getElementById("div04a").style.visibility="hidden";
document.getElementById("div05a").style.visibility="hidden";
document.getElementById("div06a").style.visibility="hidden";
}

if(online_root||offline_root)
document.write('<img src="../images/banner2.jpg" style="position:relative;z-index:1;margin-bottom:-3px" onmouseover="hide()"/>');
else 
if(online_sub1||offline_sub1)
document.write('<img src="../../images/banner2.jpg" style="position:relative;z-index:1;margin-bottom:-3px" onmouseover="hide()"/>');
if(navigator.appName!='Netscape')
document.write('<marquee scrollamount="2" style="color:yellow;font-size:12px;font-weight:900;float:left;margin-top:-23px;position:relative;z-index:100" width="525px">சீர்மிகு சென்னை எங்கள் இலக்கு</marquee>');
else
document.write('<marquee scrollamount="2" style="color:yellow;font-size:12px;font-weight:900;float:left;margin-top:-26px;position:relative;z-index:100" width="525px">சீர்மிகு சென்னை எங்கள் இலக்கு</marquee>');

