



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('aquagreen',
               'I love traveling and meeting friends from all over the world',
               'http://friends.asia-expatsforum.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/05/spod.8168.jpg',
               120, 
               120,
               'http://friends.asia-expatsforum.com/public/browse.jhtml?action=profile&profileId=368715');

wfSPODArray[1] =
    new wfSPOD('E2thaN',
               'I\&#039;m simply try to be nice to me and my life coz i know it turns back to you~',
               'http://friends.asia-expatsforum.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/07/07/spod.7621.jpg',
               120, 
               120,
               'http://friends.asia-expatsforum.com/public/browse.jhtml?action=profile&profileId=2164510');

wfSPODArray[2] =
    new wfSPOD('evi8n',
               'Be a little stronger every day.Or a bit stranger.. :p',
               'http://friends.asia-expatsforum.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/05/spod.8161.jpg',
               120, 
               120,
               'http://friends.asia-expatsforum.com/public/browse.jhtml?action=profile&profileId=1740340');

wfSPODArray[3] =
    new wfSPOD('kranketante',
               'Watasi wa Tina desu ... I\&#039;m studying Japanese',
               'http://friends.asia-expatsforum.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8189.jpg',
               120, 
               120,
               'http://friends.asia-expatsforum.com/public/browse.jhtml?action=profile&profileId=2611374');

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://friends.asia-expatsforum.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/22/spod.8359.jpg',
               120, 
               120,
               'http://friends.asia-expatsforum.com/public/browse.jhtml?action=profile&profileId=285861');

wfSPODArray[5] =
    new wfSPOD('shino810',
               'You can talk to me in Japanese. Talk with me many things!',
               'http://friends.asia-expatsforum.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8328.jpg',
               120, 
               120,
               'http://friends.asia-expatsforum.com/public/browse.jhtml?action=profile&profileId=2906493');

wfSPODArray[6] =
    new wfSPOD('shpuzzle10',
               'Let\&#039;s be friends. ^.^',
               'http://friends.asia-expatsforum.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8343.jpg',
               120, 
               120,
               'http://friends.asia-expatsforum.com/public/browse.jhtml?action=profile&profileId=2882083');

wfSPODArray[7] =
    new wfSPOD('ulymaster',
               'single, fun korean woman hoping to make global friends.',
               'http://friends.asia-expatsforum.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/14/spod.8323.jpg',
               120, 
               120,
               'http://friends.asia-expatsforum.com/public/browse.jhtml?action=profile&profileId=2890894');

wfSPODArray[8] =
    new wfSPOD('sara_86',
               'I\&#039;m a funny,positive,sensitive,passionate and crazy girl looking for friends all over the world :)',
               'http://friends.asia-expatsforum.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/12/spod.8236.jpg',
               120, 
               120,
               'http://friends.asia-expatsforum.com/public/browse.jhtml?action=profile&profileId=2352205');

wfSPODArray[9] =
    new wfSPOD('le_chaperon_rouge',
               'I\&#039;m naturally happy!',
               'http://friends.asia-expatsforum.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/12/spod.8235.jpg',
               120, 
               120,
               'http://friends.asia-expatsforum.com/public/browse.jhtml?action=profile&profileId=2784587');



