(function() {

protect = {
	Tags : "info",
	Domain : "aciertoartistas.com",
	
	sendmail : function (){
		return self.location = "mailto:" + this.Tags + "@" + this.Domain;
	}

}


})();
