var team = new Array();
team["Kristy DelMuto"]="14093932729623944972";
team["RBL"]="16672581079273169201";
team["Theresa Murray"]="03510449294534837512";
team["Adam Lawrence"]="18017138069270701016";
team["Bill Yoh"]="10103132272048971250";
team["Christy Hagler"]="00214717378671070584";
team["Don Hanson"]="16081860444614752909";
team["Joel Capperella"]="01649649553442636207";
team["Bridget"]="04473037506487677049";
team["Denise DiMeglio"]="16165023417515608846";
team["Mike Zambon"]="12740448811353939359";
team["Janelle"]="02164913755275522884";
team["visualchutzpah.com"]="10246959807197955525";
team["Alison Citti"]="04098408660173265967";
team["Matt Rivera"]="07595746982408802529";
team["Anna McMenamin"]="00138536261587622549";
team["Tammy Miller"]="04324655374570084368";
team["Mindy Fineout"]="07981842662235359539";
team["Jesse Ohayon"]="01826613673256508239";
team["Alexandra McSweeney"]="11109930757744012517";

function makeprofilelink (authorname) {
     var pid = team[authorname];
     document.write("<a href=\"http://www.blogger.com/profile/" + pid + "\">" + authorname + "</a>");
}
function makeavatar (authorname) {
     var pid = team[authorname];
     document.write("<a href=\"http://www.blogger.com/profile/" + pid + "\"><img class='headshot' src='http://www.gregorygetsresults.com/blogs/yoh/hs/"+pid+".jpg' />" + "</a>");
}
