<!--
//addImage is used to add images, it takes the following parameters:
//addImage('IMAGE FILENAME', 'LINE1','LINE2','LINE3');
//
//NOTE: The IMAGE FILENAME should be the name of the jpg in the /big/ subdirectory
//of the directory this file is in. Eg, if you pass the name "someimage", there
//should be:
//an image called "someimage.jpg" in the photos/ directory AND (width: 300px)
//an image called "t_someimage.jpg" in the photos/ directory AND (50x50px)
//
//ALSO NOTE: You can use <i></i>, <b></b>, and <u></u> to italic, bold, and underline here
//BUT MAKE SURE TAGS ARE CLOSED! OTHERWISE ERRORS MAY OCCUR IN NETSCAPE!

addImage('berenger01','','','');
addImage('berenger02','','','');
addImage('berenger03','','','');
addImage('berenger04','','','');
addImage('berenger05','','','');

//-->
