



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('houselove',
               'I like meet new people and like outdoor activity. I just wanna more new friends.',
               'http://personals.mail.com/',
               
               
               'http://images.worldfriends.tv/photos/2006/12/12/spod.4636.jpg',
               120, 
               120,
               'http://personals.mail.com/public/browse.jhtml?action=profile&profileId=1010583');

wfSPODArray[1] =
    new wfSPOD('hiro80',
               'Hi, I\&#039;m seeking some people who from other countries to be friends with, to share language/culture, and to have fun.',
               'http://personals.mail.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/07/31/spod.6960.jpg',
               120, 
               120,
               'http://personals.mail.com/public/browse.jhtml?action=profile&profileId=1269617');

wfSPODArray[2] =
    new wfSPOD('Oct_Oct',
               'Ni Hao! Konnichiwa! Hallooo! Loook here!',
               'http://personals.mail.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/12/03/spod.7815.jpg',
               120, 
               120,
               'http://personals.mail.com/public/browse.jhtml?action=profile&profileId=1758479');

wfSPODArray[3] =
    new wfSPOD('KoalaXieXie',
               'I\&#039;m funny, kind-hearted, sweet, sensitive, understanding, and crazy.',
               'http://personals.mail.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/11/28/spod.7791.jpg',
               120, 
               120,
               'http://personals.mail.com/public/browse.jhtml?action=profile&profileId=1623602');

wfSPODArray[4] =
    new wfSPOD('jemdue2000',
               'Just looking for female friends. MARRIED.',
               'http://personals.mail.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/06/16/spod.6792.jpg',
               120, 
               120,
               'http://personals.mail.com/public/browse.jhtml?action=profile&profileId=844098');



