<!--

var team = new Array();
team["Mauricio"]="4614132";
team["Humberto"]="4621498";
team["Judith"]="4626791";
team["Pol"]="7443788";

function makeprofilelink(authorname) {
     var pid = team[authorname];
     document.write("<a href=\"http://www.blogger.com/profile/" + pid + "\">" + authorname + "</a>");
}

//-->