/*	
	.js Document
	by Philip Tanedo
	filename: 	fs11css.css 
	e-mail: 	philip.tanedo@gmail.com, pt267@cornell.edu
	date:		24 June 2008
	note:		Adapted from previous version
*/

// July 27, 2004: to avoid SPAM, adapted from http://med.stanford.edu/irt/web/clips/javascript-antispam.html


function eMailMe()
{
var emailE=('pt' + '267' + '@' + 'cornell' + '.edu')
document.write('<a href="mailto:' + emailE + '">' + emailE + '</a>')
}
//---------------- (not that i don't already have a spam filter in place or anything...)

// to Gmail account

function eMailMe2()
{
var emailE=('phil' + 'ip.tan' + 'edo' + '@' + 'gma' + 'il.com')
document.write('<a href="mailto:' + emailE + '">' + emailE + '</a>')
}
