var portraits=new Array(30);
function processcentral(){
for (i=1;i<=16;i++){
eval('athletes['+i+'] = "images/athletes/athletes_'+i+'.jpg";');
}
}

//max number of images:16 for athletes
function processbottom(){
for (i=1;i<=16;i++){
eval('imagebottomsmall'+i+'.src = "images/athletes/small_athletes_'+i+'.jpg";');
}
}

