



function wfPhoto(url, width, height)
{
  this.url = url;
  this.width = width;
  this.height = height;
}

function wfSPOD(nickname, quote, link, photoUrl, photoWidth, photoHeight)
{
  this.nickname = nickname;
  this.quote = quote;
  this.link = link;
  this.photo = new wfPhoto(photoUrl, photoWidth, photoHeight);
}

var wfSPODArray = new Array();



wfSPODArray[0] =
    new wfSPOD('Mitukin',
               'Hi all! trying hard over English and French',
               'http://pongu.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8172.jpg',
               120, 120);

wfSPODArray[1] =
    new wfSPOD('Chloe90',
               'I am a young fun person with a hunger for adventure :P',
               'http://pongu.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8270.jpg',
               120, 120);

wfSPODArray[2] =
    new wfSPOD('Arisamiyu',
               'Je suis japonaise. J\&#039;etudie le francais maintenant.',
               'http://pongu.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8333.jpg',
               120, 120);

wfSPODArray[3] =
    new wfSPOD('Wanka',
               'I travel a lot in asia, and loved it so much',
               'http://pongu.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8275.jpg',
               120, 120);

wfSPODArray[4] =
    new wfSPOD('or10n',
               'wanna meet a cute girls ^_^',
               'http://pongu.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8330.jpg',
               120, 120);

wfSPODArray[5] =
    new wfSPOD('moreeazy',
               'hi',
               'http://pongu.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/14/spod.8315.jpg',
               120, 120);

wfSPODArray[6] =
    new wfSPOD('shino810',
               'You can talk to me in Japanese. Talk with me many things!',
               'http://pongu.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8328.jpg',
               120, 120);

wfSPODArray[7] =
    new wfSPOD('greenpeace927',
               'I don\&#039;t like to talk myself.',
               'http://pongu.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/14/spod.8311.jpg',
               120, 120);

wfSPODArray[8] =
    new wfSPOD('yacchi2060',
               'Im easy going and very friendly. Im looking for some friends who can chat or hang out with me.',
               'http://pongu.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/12/spod.8233.jpg',
               120, 120);

wfSPODArray[9] =
    new wfSPOD('meram',
               'I\&#039;m an American that recently moved to China',
               'http://pongu.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/14/spod.8295.jpg',
               120, 120);



