// Gmail Redirection
// Intended to trigger redirecting to the fancy interface *after* logging in

/*
Script inspiration:
  Robert Blaut
  http://my.opera.com/quiris/journal/56
  Jor
  http://my.opera.com/jor/journal/39

Changes:
  This adaption made by Rijk van Geijtenbeek, 2005-03-25.
*/

function redirectGmail() {
    if(document.getElementById('bm'))
        window.location='http://gmail.google.com/gmail/?nocheckbrowser';
}


