//This script is used to hide e-mail from spammers.
//E-mail encoded in hex and decoded using javascript 
//which also creates a link that when clicked on, acts 
//just like the 'mailto' html tag e-mail link.
// http://w2.syronex.com/jmr/safemailto/


function contact() {
var v2="YS6GZVY8QWXCZPNFM3Q38AZSTWMB";
var v7=unescape("%3A%3F_*%3B%22%3Cx0%235%2C%29%7E9%27%3E%5B8%5D_55%3Dz2%297");
var v5=v2.length;var v1="";
for(var v4=0;v4<v5;v4++){v1+=String.fromCharCode(v2.charCodeAt(v4)^v7.charCodeAt(v4));}
document.write('<a href="javascript:void(0)" onclick="window.location=\'mail\u0074o\u003a'+v1+'?subject='+'\'">'+'climate at atmos dot washington dot edu<\/a>');
}