function mess() // Scramble email address
    {
      var a,b,c,d,e

      a='<a hr'
      a+='ef=\"mai'
      b='h'
      b+='e'
      b+='l'
      b+='p'
      c='\">'
      a+='lto:'
      b+='@'
      e='</' + 'a>'
      d='hel'
      d+='p@sharey'
      d+='ourpage.c'
      d+='om'
      b+='shareyourpage.com'

      document.write(a+b+c+d+e)
    }


function openprofilepic(userpic)
{
  popupWin = window.open(userpic, 'open_window', 'toolbar,scrollbars,resizable,dependent,width=560,height=415,left=0,top=0')

}

function openNewWindow(windowurl)
{
  popupWin = window.open(windowurl, 'open_window', 'scrollbars,resizable,dependent,width=440,height=305,left=0,top=0')
}