email = "?subject=ThiefWare.com NewsLetter and News Alerts&body=I want " +
"to sign up for the newsletter to get updates and the alerts service that " +
"ThiefWare.com is providing. Include your name and working e-mail " +
"address that you regularly use (write in below). " +
"--------------------------------------------------------------------------- name, e-mail"
email = email.replace(/ /, "%20")


function Sender() {
	window.location="mailto:email@thiefware.com" + email
}
