



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('tsukasatim',
               'I\&#039;d like to improve my English, because I want to get to know foreign people and communicate with them.',
               'http://jpopasia.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2009/10/19/spod.7758.jpg',
               120, 120);

wfSPODArray[1] =
    new wfSPOD('harkonnenz',
               'Hi~~ YO!!!',
               'http://jpopasia.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2007/09/25/spod.5841.jpg',
               120, 120);

wfSPODArray[2] =
    new wfSPOD('demolish',
               'One chance in a life time. I wanna take care of it.',
               'http://jpopasia.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2008/08/06/spod.7007.jpg',
               120, 120);

wfSPODArray[3] =
    new wfSPOD('juwellyfish',
               'I\&#039;m studying English and Chinese',
               'http://jpopasia.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8204.jpg',
               120, 120);

wfSPODArray[4] =
    new wfSPOD('eibsee',
               'I love to travel and have fun :)',
               'http://jpopasia.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/12/spod.8222.jpg',
               120, 120);

wfSPODArray[5] =
    new wfSPOD('sakurai90',
               'lets be friends from all over the world , peace and love !!',
               'http://jpopasia.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8255.jpg',
               120, 120);

wfSPODArray[6] =
    new wfSPOD('atom0810',
               'now i study english and chinese!i try to study harder and harder.',
               'http://jpopasia.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8178.jpg',
               120, 120);

wfSPODArray[7] =
    new wfSPOD('songzirun',
               'I really like going to the country side and enjoying nature.',
               'http://jpopasia.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2007/09/30/spod.5904.jpg',
               120, 120);

wfSPODArray[8] =
    new wfSPOD('animator',
               'I\&#039;m me and I\&#039;m glad to be me.',
               'http://jpopasia.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2007/07/30/spod.5250.jpg',
               120, 120);

wfSPODArray[9] =
    new wfSPOD('isabella7',
               '^^',
               'http://jpopasia.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/14/spod.8298.jpg',
               120, 120);



