/***************              Set Home Page - Starts               *****************/
<!-- Begin
// If it's Internet Explorer, use automatic link
if (document.all){
  document.write('<A HREF="javascript:history.go(0);" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://www.bharatian.com\');">');
  document.write('<font size="1" color=black face=verdana><B>Make us your home Page</B></font></a>');
}
// If it's Netscape 6, tell user to drag link onto Home button
else if (document.getElementById){
  document.write('<a href="http://www.bharatian.com/">Drag this link onto your Home button to make this your Home Page.</a>');
}
// If it's Netscape 4 or lower, give instructions to set Home Page
else if (document.layers){
  document.write('<b>Make this site your home page:</b><br>- Go to <b>Preferences</b> in the <B>Edit</B> Menu.<br>- Choose <b>Navigator</b> from the list on the left.<br>- Click on the <b>"Use Current Page"</b> button.');
}
// If it's any other browser, for which I don't know the specifications of home paging, display instructions
else {
  document.write('<b>Make this site your home page:</b><br>- Go to <b>Preferences</b> in the <B>Edit</B> Menu.<br>- Choose <b>Navigator</b> from the list on the left.<br>- Click on the <b>"Use Current Page"</b> button.');
}
//  End -->
document.write("<BR>")

/***************              Don't Forge To Bookmark Us               *****************/
document.write("<font face=arial,verdana,sans-serif color=red align=left size=1>");

if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) 
{
var url="http://www.bharatian.com.com/";
var title="Bharatian - Hum Bharat Ke Log";
document.write('<A HREF="javascript:window.ext');
document.write('ernal.AddFavorite(url,title);" ');
document.write('onMouseOver=" window.status=');
document.write("'Add our site to your favorites!'; return true ");
document.write('"onMouseOut=" window.status=');
document.write("' '; return true ");
document.write('">Bookmark Us!</a>');
}
else {
var msg = "Bookmark Us!";
if(navigator.appName == "Netscape") msg += "  (CTRL-D)";
document.write(msg);
}
document.write("</font>");
document.write("<BR>")

/***************              Sign In               *****************/
document.write("<font face=arial,verdana,sans-serif color=red align=left size=1>");
document.write("<a href=aboutus/login.htm><b>Sign in</b></a>");
document.write("</font>");
