function calc_impact(biz_id, mode)
{
	var image = new Image();
	image.src = "http://directorio.negociosdelcaribe.com/actions/calc_impact.php?biz_id=" + biz_id + "&mode=" + mode;
	return false;
}