function no_spam(name) {
    	document.location = "mailto:" + name + "@designbynotion.com";
}
