| 18 | |
| 19 | == Contact == |
| 20 | |
| 21 | {{{ |
| 22 | #!html |
| 23 | <SCRIPT TYPE="text/javascript"> |
| 24 | <!-- |
| 25 | // protected email script by Joe Maller |
| 26 | // JavaScripts available at http://www.joemaller.com |
| 27 | // this script is free to use and distribute |
| 28 | // but please credit me and/or link to my site |
| 29 | |
| 30 | n='diane' |
| 31 | s='caltech.edu' |
| 32 | document.write('Diane Trout: <a href="mailto:' + n + '@' + s + '?subject=[Mussagl]">' + n + '@' + s + '</a> or ') |
| 33 | |
| 34 | n='kingb' |
| 35 | s='caltech.edu' |
| 36 | document.write('Brandon King: <a href="mailto:' + n + '@' + s + '?subject=[Mussagl]">' + n + '@' + s + '</a>') |
| 37 | //--> |
| 38 | </script> |
| 39 | }}} |