function anticontacto(){
	q = "ell."; s = "lverm"; o = "ell@castel"; w = "cast";  u = "ellverm"; j = "com";
	return  w+u+o+s+q+j;
};

function antiautor(){
	q = "mail."; s = "via@g"; o = "sego"; w = "mailt";  u = "o:paco"; j = "com";
	return  w+u+o+s+q+j;
};

function anticompra(){
	q = "ell."; s = "lverm"; o = "ra@castel"; w = "mailt";  u = "o:comp"; j = "com";
	return  w+u+o+s+q+j;
};


$(document).ready(function(e) {

	$("a[rel='mailcontacto']").html(anticontacto()).click(function(){ this.href = "mailto:"+anticontacto(); });	
	$("a[rel='mailautor']").click(function(){ this.href = antiautor(); });	
	$("a[rel='mailcompra']").click(function(){ this.href = anticompra(); });
	
	
$(".player").click(
function(){	window.open(this.href,'visor',"height=240, width=260, scrollbars=0, resizable=0, top="+((screen.height/2)-(170))+",left="+((screen.width/2)-(140))+""); return false;}
);

});
