



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('le_chaperon_rouge',
               'I\&#039;m naturally happy!',
               'http://brazilmax.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/12/spod.8235.jpg',
               120, 120);

wfSPODArray[1] =
    new wfSPOD('sara_86',
               'I\&#039;m a funny,positive,sensitive,passionate and crazy girl looking for friends all over the world :)',
               'http://brazilmax.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/12/spod.8236.jpg',
               120, 120);

wfSPODArray[2] =
    new wfSPOD('calypsogerman',
               'Drawing and Music',
               'http://brazilmax.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/12/spod.8243.jpg',
               120, 120);

wfSPODArray[3] =
    new wfSPOD('kvnthompsn',
               'Can you speak Mandarin/Putonghua?',
               'http://brazilmax.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/22/spod.8366.jpg',
               120, 120);

wfSPODArray[4] =
    new wfSPOD('ASky',
               'I am also currently learning Mandarin and Japanese, if you know either one you can play the role of a teacher with me.',
               'http://brazilmax.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/22/spod.8359.jpg',
               120, 120);

wfSPODArray[5] =
    new wfSPOD('noodleviking',
               'Let\&#039;s have fun',
               'http://brazilmax.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/14/spod.8308.jpg',
               120, 120);

wfSPODArray[6] =
    new wfSPOD('ifos',
               'I came from Sweden. Ett liv \u00E4r kanh\u00E4nda, att liksom en sl\u00E4nda f\u00E5 flyga en enda sk\u00E4lvande dag.',
               'http://brazilmax.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8262.jpg',
               120, 120);

wfSPODArray[7] =
    new wfSPOD('elliehaas',
               '^^',
               'http://brazilmax.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8326.jpg',
               120, 120);

wfSPODArray[8] =
    new wfSPOD('satori_x',
               'Hi! I am an easygoing, weird, fun, smart, shy girl who wishes to find new friends out in the world.',
               'http://brazilmax.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/14/spod.8310.jpg',
               120, 120);

wfSPODArray[9] =
    new wfSPOD('Chloe90',
               'I am a young fun person with a hunger for adventure :P',
               'http://brazilmax.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8270.jpg',
               120, 120);



