function sendEMail(receipient, subject) {
	window.location='mailto:'+receipient+String.fromCharCode(64)+'style-instinct.com'+subject;
}