/*<script>*/
/*Author : Binny V Abraham,http://www.geocities.com/binnyva
This script and System is made by the author for personal purposes only. If 
any person other than the author wants to use this system, he/she must have
the prior written permission from the author.*/
var org_loc=document.location.toString();
var sl=0
var rel=""
var loc=""
var page="none"
if(!org_loc.indexOf("file:///D:/Documents/My%20Webs/Binny/Tripod")) loc=org_loc.replace("file:///D:/Documents/My%20Webs/Binny/Tripod","")
else if(!org_loc.indexOf("http://binnyva.tripod.com")) loc=org_loc.replace("http://binnyva.tripod.com","")
else if(!org_loc.indexOf("http://www.geocities.com/binnyva")) loc=org_loc.replace("http://www.geocities.com/binnyva","")
else loc=org_loc
for(i=0;i<loc.length;i++) {
if(loc.charAt(i)=="/") {
if(sl) rel=rel+"../"
sl++;}
}
//So that users will come to new site
rel="http://www.geocities.com/binnyva/"
var sep=" | "
var nav_small="<a href="+rel+"index.html class=navsmall>Home</a>"+sep
+"<a href="+rel+"binny/service/cd/index.html class=navsmall>Services</a>"+sep
+"<a href="+rel+"binny/service/pro/index.htm class=navsmall>Programs</a>"+sep
+"<a href="+rel+"binny/thecds/index.html class=navsmall>CDs</a>"+sep
+"<a href="+rel+"binny/myself/index.htm class=navsmall>Myself</a>"+sep
+"<a href="+rel+"binny/privacy.html class=navsmall>Privacy Policy</a>"+sep
+"<a href="+rel+"binny/site_map.html class=navsmall>Site Map</a>";
var nav_beg = "<A class=nav href=\""+rel+""
var nav_end = "</A></td>\n<td noWrap>"
var home = nav_beg+"index.html\">Home"+nav_end
var service = nav_beg+"binny/service/cd/index.html\">Services"+nav_end
var pro = nav_beg+"binny/pro/index.htm\">Programs"+nav_end
var cds = nav_beg+"binny/thecds/index.html\">CDs"+nav_end
var others = nav_beg+"binny/others/index.html\">Others"+nav_end
var myself = nav_beg+"binny/myself/index.htm\">Myself"+nav_end
var guest = nav_beg+"guestbook.html\">GuestBook</A></td></tr></table>"

var sb = "<TD noWrap><a class=sites HREF=\""
var se = "</a></TD>\n"
var sites = "<TABLE width=100%><TR>"+sb+"code/index.html\">Bin-Co Source Codes"+se+
sb+"http://www.geocities.com/binnyva/creation/index.htm\">Creationism"+se+
sb+"http://www.geocities.com/binnyva/bible/index.html\">Bible Resources"+se+
sb+rel+"ministry/index.html\">Phileo Ministries"+se+"</TR></TABLE>"

var nav_buttons="<table width=\"100%\" cellpadding=0 cellspacing=1 class=navigation><tr>\n<td>"
+home+service+pro+cds+others+myself+guest
var logo=" &nbsp;<A href=\""+rel+"binny/myself/index.htm\"><IMG SRC=\""+rel+"binny/images/logo.gif\" ALT=\"It's Me\" BORDER=0></A>";

var frame1="<table width=100% cellpadding=0 cellspacing=0 name=root>\
<tr class=toplogo><td>\n<table><tr><td>\n"+logo+"\n</td></tr></table></td>\n<td width=80%>\
<h1 class=title>BinnyVA</h1>\n"+sites;
var frame2="</td></tr><tr><td colspan=2>\n"+nav_buttons+"\n</td></tr>\n<tr><td colspan=2 class=text>";

var warn = "<center><b>This page is outdated. Got to <a href=\"http://www.geocities.com/binnyva"+loc+"\">http://www.geocities.com/binnyva"+loc+"</a> for the latest version of this page.</b></center><br>\n"
var begin=frame1+frame2+warn
var nowarn=frame1+frame2
var end="<!-- Start of StatCounter Code -->\n\
<script type=\"text/javascript\" language=\"javascript\">\n\
var sc_project=345387;\n\
var sc_partition=1;\n\
var sc_invisible=1;\n\
</script>\n\
<script type=\"text/javascript\" language=\"javascript\" src=\"http://www.statcounter.com/counter/counter.js\"></script><noscript><a href=\"http://www.statcounter.com/free_web_stats.html\" target=\"_blank\"><img src=\"http://c2.statcounter.com/counter.php?sc_project=345387&amp;java=0&amp;invisible=1\" alt=\"free stats\" border=\"0\"></a> </noscript>\n\
<!-- End of StatCounter Code --><br>\n\
<center>"+nav_small+"</center></td></tr></table>";

var sec_buts_beg = frame1+"</td></tr><tr><td colspan=2>"+nav_buttons+"<TABLE WIDTH=100% CELLPADDING=0 CELLSPACING=0 CLASS=sub_back><TR><TD ALIGN=left>\n\
<table width=50% cellpadding=0 cellspacing=0><tr>"
var sec_buts_end = "</tr></table></TD></TR></TABLE>\n\
</td></tr><tr><td colspan=2 class=text>"

function sublink(text) {
 return("<td noWrap class=sub_link>"+text+"</td>") }
function writeIn(content) {
 if(content) document.write(content)
 else document.write("&nbsp;")}