strLangPage     = new String (location.href);

/* Catch pages translated externally and re-assign */
if ((strLangPage.indexOf("/translate_c?")!=-1))
  {
  /* Catch pages with the new google tracking code and strip */
  if ((strLangPage.indexOf("&usg=")!=-1))
    {
    strLangPage = strLangPage.slice((strLangPage.lastIndexOf("u=") + 2),(strLangPage.lastIndexOf("&usg=")  ));
    }
  else
    {
    strLangPage = strLangPage.slice((strLangPage.lastIndexOf("u=") + 2));
    }
  }

document.write("<a style='padding:0px' title='English' href='",strLangPage,"' ><img alt='English' style='border:0px; padding:0px 5px 5px 0px;' src='images/en.png' /> </a> "); 
document.write("<a style='padding:0px' title='Hindi' href='http://72.14.235.104/translate_c?hl=en&langpair=en%7Chi&u=",strLangPage,"'> &nbsp; <img alt='Hindi' style='border:0px; padding:0px 5px 5px 0px;' src='images/hi.png'/></a>");
document.write("<a style='padding:0px' title='Arabic' href='http://72.14.235.104/translate_c?hl=en&sl=en&tl=ar&u=",strLangPage,"'> &nbsp; <img alt='Arabic' style='border:0px; padding:0px 5px 5px 0px;' src='images/ar.png'/></a>");
document.write("<a style='padding:0px' title='Spanish' href='http://72.14.235.104/translate_c?hl=EN&sl=en&tl=es&u=",strLangPage,"'> &nbsp; <img alt='Spanish' style='border:0px; padding:0px 5px 5px 0px;' src='images/es.png'/></a>");
document.write("</div>");
