 <!--
    if (top.location != self.location) {top.location = self.location.href}

    function write_email_address (text)
    {
        //trying to avoid spam...
        if (text.length==0){
            document.write('<a href="mailto:' + 'gu' + 'mbi' + '@' + 'gu' + 'mbi.ca">' + 'gu' + 'mbi' + '@' + 'gumbi' + '.' + 'c' + 'a' + '<' + '/' +'a>')
        }
        else{
            document.write('<a href="mailto:' + 'gu' + 'mbi' + '@' + 'gu' + 'mbi.ca">' + text + '<' + '/' +'a>')
        }
        
    }
    -->