function email_to_author(link)
{
	window.open(link.href,'','width=580,height=335,scrollbars=yes');
	return false;
}
