function gotoURL(site) { window.open(site) } function delUser() { if(confirm("Are you sure to delete this user")) { return true; } else { return false; } } function rmvRights() { if(confirm("Are you sure to remove rights of this user")) { return true; } else { return false; } } function getBottomLinks() { strLink = "
  • Write For Us
  • " strLink = strLink + "
  • Help/How To Contribute
  • " document.write(strLink) } function getBottomLinks1() { strLink1 = ""; strLink1 = strLink1 + ""; strLink1 = strLink1 + "" document.write(strLink1) } function addRSSLink() { RSSLink = '  ' RSSLink = RSSLink + 'Add to Google  '; RSSLink = RSSLink + 'Add to My Yahoo!  '; document.write (RSSLink) }