// Code by Joseph Maganani (www.josephmagnani.com) ... Thanks Joe!

function contact() { // are you a weak regex robot?
	var c = "@";
	var a = "mai"+"lto:";
	var b = "fty"+"oo";
	var d = "frankyoo";
	var e = ".co"+"m";
	document.location = a+b+c+d+e;
}

if (navigator.appVersion.indexOf('Chrome')!=-1) { //chrome hack, it renders pngs with opacity improperly
	document.write(
		"<style>.project img:hover {opacity: 1;}</style>"
	);
}

if (navigator.appVersion.indexOf('MSIE 6')!=-1) { //ie6 png hack + positioning bugs
	//alert('IE 6 is the bane of my existence');
	document.write(
		"<script type='text/javascript' src='js/iepngfix_tilebg.js'></script>"+
		"<style>img, #content, .header, .header2, .logo, .blur, .nav, .project, .featured, .info, .viewsite { behavior: url('js/iepngfix.htc') }"+
		" img,  #content, .blur, .viewsite {position: static;}"+
		"</style>"
	);
}