



function wfPhoto(url, width, height)
{
  this.url = url;
  this.width = width;
  this.height = height;
}

function wfSPOD(nickname, quote, link, photoUrl, photoWidth, photoHeight, profileLink)
{
  this.nickname = nickname;
  this.quote = quote;
  this.link = link;
  this.photo = new wfPhoto(photoUrl, photoWidth, photoHeight);
  this.profileLink = profileLink;
}

var wfSPODArray = new Array();



wfSPODArray[0] =
    new wfSPOD('IkuMirage',
               'Always curisous about everything and try to explore something new',
               'http://friends.marcotogni.it/',
               
               
               'http://images.worldfriends.tv/photos/2008/09/19/spod.7132.jpg',
               120, 
               120,
               'http://friends.marcotogni.it/public/browse.jhtml?action=profile&profileId=1849719');

wfSPODArray[1] =
    new wfSPOD('kaneey',
               'Hi there!! shall we share enjoyable time and develop ourselves?',
               'http://friends.marcotogni.it/',
               
               
               'http://images.worldfriends.tv/photos/2006/09/11/spod.4346.jpg',
               120, 
               120,
               'http://friends.marcotogni.it/public/browse.jhtml?action=profile&profileId=751274');

wfSPODArray[2] =
    new wfSPOD('sakurazakari',
               'I love travel, please send me a mail!!',
               'http://friends.marcotogni.it/',
               
               
               'http://images.worldfriends.tv/photos/2009/08/24/spod.7718.jpg',
               120, 
               120,
               'http://friends.marcotogni.it/public/browse.jhtml?action=profile&profileId=2431356');

wfSPODArray[3] =
    new wfSPOD('niniyoyo',
               'Hello konnichiha! ! lets become a good friends ^o^',
               'http://friends.marcotogni.it/',
               
               
               'http://images.worldfriends.tv/photos/2009/12/14/spod.7881.jpg',
               120, 
               120,
               'http://friends.marcotogni.it/public/browse.jhtml?action=profile&profileId=2613683');

wfSPODArray[4] =
    new wfSPOD('onoayako',
               'HELLO!',
               'http://friends.marcotogni.it/',
               
               
               'http://images.worldfriends.tv/photos/2009/12/11/spod.7866.jpg',
               120, 
               120,
               'http://friends.marcotogni.it/public/browse.jhtml?action=profile&profileId=2531475');

wfSPODArray[5] =
    new wfSPOD('xxchihoxx',
               'I don\&#039;t have some chances to use English, so I\&#039;m looking for many friends all over the world',
               'http://friends.marcotogni.it/',
               
               
               'http://images.worldfriends.tv/photos/2009/04/03/spod.7460.jpg',
               120, 
               120,
               'http://friends.marcotogni.it/public/browse.jhtml?action=profile&profileId=1157110');

wfSPODArray[6] =
    new wfSPOD('Eri0105',
               'I thought if this site would be helpful to meet people to hang out with. Maybe you can teach me dutch',
               'http://friends.marcotogni.it/',
               
               
               'http://images.worldfriends.tv/photos/2009/04/16/spod.7493.jpg',
               120, 
               120,
               'http://friends.marcotogni.it/public/browse.jhtml?action=profile&profileId=1078573');

wfSPODArray[7] =
    new wfSPOD('naominge',
               'I\&#039;m easy going , could be a real minge somethimes though ;P',
               'http://friends.marcotogni.it/',
               
               
               'http://images.worldfriends.tv/photos/2009/04/20/spod.7537.jpg',
               120, 
               120,
               'http://friends.marcotogni.it/public/browse.jhtml?action=profile&profileId=1191818');



