// JavaScript Document

function sendEmail() {
	location.href = "mailto:petkusj" + unescape("%40") + "theafternet.net";
}

