<!-- Supplied by http://www.hypergurl.com -->
  function openindex(path, w, h)
  {
  var OpenWindow=window.open("", "newwin","height=" + h + ",width=" +w);
   OpenWindow.document.write("<center><a href='javascript:self.close()' target='_self'><img border='0' src=" + path + "></a></center>")
   }
   
   function viewPicFr(path, w, h, t)
  {
  var OpenWindow=window.open("", "newwin","height=" + h + ",width=" +w);
   OpenWindow.document.write("<html><head><link rel='stylesheet' type='text/css' href='../css/main.css'></head><body><center><a href='javascript:self.close()' target='_self'><img border='0' src=" + path + "></a><p class='parPhoto'>" + t + "</p></center></body><html>")
   }

   function viewEventFr(date, event, desc, path, w, h, url)
  {
  var OpenWindow=window.open("", "newwin", "height=" + h + ",width=" + w + ",scrollbars");
   OpenWindow.document.write("<html><head><link rel='stylesheet' type='text/css' href='../css/main.css'></head><body><center><h3 class='viewEvent'>" + date + "<br>" + event + "<br>" + desc + "<br>" + "</h3><a href='javascript:self.close()' target='_self'><img border='0' src=\"" + path + "\"></a><p class='parPhoto'>" + "<a href='" + url + "' target='_blank'>" + url + "</p></center></body><html>")
   }


<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Original:  nprakaz@rediffmail.com -->
<!-- Web Site:  http://www20.brinkster.com/mahathmaonline -->


function addbookmark()
{
bookmarkurl="http://www.pubocallaghans.com/"
bookmarktitle="O'Callaghan's"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

