



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('shpuzzle10',
               'Let\&#039;s be friends. ^.^',
               'http://cpopmusic.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8343.jpg',
               120, 120);

wfSPODArray[1] =
    new wfSPOD('creamycaramel',
               'I want an overseas friends.',
               'http://cpopmusic.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8351.jpg',
               120, 120);

wfSPODArray[2] =
    new wfSPOD('Arisamiyu',
               'Je suis japonaise. J\&#039;etudie le francais maintenant.',
               'http://cpopmusic.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8333.jpg',
               120, 120);

wfSPODArray[3] =
    new wfSPOD('yacchi2060',
               'Im easy going and very friendly. Im looking for some friends who can chat or hang out with me.',
               'http://cpopmusic.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/12/spod.8233.jpg',
               120, 120);

wfSPODArray[4] =
    new wfSPOD('ponpon77',
               'Let\&#039;s make friends with me.',
               'http://cpopmusic.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8347.jpg',
               120, 120);

wfSPODArray[5] =
    new wfSPOD('hailey80',
               'I\&#039;d like to make some good friends all around the world.I can speak English fluently as well as korean.',
               'http://cpopmusic.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8282.jpg',
               120, 120);

wfSPODArray[6] =
    new wfSPOD('suuu87',
               'if anyone interested in korea, I would like to be your friend.',
               'http://cpopmusic.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8292.jpg',
               120, 120);

wfSPODArray[7] =
    new wfSPOD('makiju',
               'Help me improve my english level! I\&#039;ll teach you Japanese instead.',
               'http://cpopmusic.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/12/spod.8241.jpg',
               120, 120);



