



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('eri00',
               'I woukd like to be acquainted with many people!',
               'http://ningbofriends.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/01/04/spod.7960.jpg',
               120, 
               120,
               'http://ningbofriends.com/public/browse.jhtml?action=profile&profileId=2619729');

wfSPODArray[1] =
    new wfSPOD('pooja321',
               'I follow my own style in all things I do.',
               'http://ningbofriends.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/08/24/spod.5553.jpg',
               120, 
               120,
               'http://ningbofriends.com/public/browse.jhtml?action=profile&profileId=933015');

wfSPODArray[2] =
    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://ningbofriends.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/10/19/spod.7758.jpg',
               120, 
               120,
               'http://ningbofriends.com/public/browse.jhtml?action=profile&profileId=2544587');

wfSPODArray[3] =
    new wfSPOD('TristamX',
               'Smile!!!! =) Smiles are Freee!!!!! :D',
               'http://ningbofriends.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/07/27/spod.7696.jpg',
               120, 
               120,
               'http://ningbofriends.com/public/browse.jhtml?action=profile&profileId=793595');

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://ningbofriends.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/22/spod.8359.jpg',
               120, 
               120,
               'http://ningbofriends.com/public/browse.jhtml?action=profile&profileId=285861');

wfSPODArray[5] =
    new wfSPOD('samplechan',
               'i am good at cooking',
               'http://ningbofriends.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/08/28/spod.5635.jpg',
               120, 
               120,
               'http://ningbofriends.com/public/browse.jhtml?action=profile&profileId=824689');

wfSPODArray[6] =
    new wfSPOD('Floyd27',
               'Pick a cliche, any cliche...',
               'http://ningbofriends.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/06/30/spod.6836.jpg',
               120, 
               120,
               'http://ningbofriends.com/public/browse.jhtml?action=profile&profileId=1587861');

wfSPODArray[7] =
    new wfSPOD('erin_liou',
               'My life is for good, not for long.',
               'http://ningbofriends.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/10/06/spod.7170.jpg',
               120, 
               120,
               'http://ningbofriends.com/public/browse.jhtml?action=profile&profileId=1758092');

wfSPODArray[8] =
    new wfSPOD('nabinabi',
               'My character are positive and kind. I love to make a friend and traveling with my friends.',
               'http://ningbofriends.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/08/06/spod.7011.jpg',
               120, 
               120,
               'http://ningbofriends.com/public/browse.jhtml?action=profile&profileId=941058');

wfSPODArray[9] =
    new wfSPOD('MarciaWang',
               'I want to make a lot of friend here,and practice english!',
               'http://ningbofriends.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/03/09/spod.7357.jpg',
               120, 
               120,
               'http://ningbofriends.com/public/browse.jhtml?action=profile&profileId=1302755');



