



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('hailey80',
               'I\&#039;d like to make some good friends all around the world.I can speak English fluently as well as korean.',
               'http://friends.fuckedgaijin.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8282.jpg',
               120, 
               120,
               'http://friends.fuckedgaijin.com/public/browse.jhtml?action=profile&profileId=2326875');

wfSPODArray[1] =
    new wfSPOD('alenia',
               'be your self',
               'http://friends.fuckedgaijin.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/14/spod.8318.jpg',
               120, 
               120,
               'http://friends.fuckedgaijin.com/public/browse.jhtml?action=profile&profileId=2898654');

wfSPODArray[2] =
    new wfSPOD('evi8n',
               'Be a little stronger every day.Or a bit stranger.. :p',
               'http://friends.fuckedgaijin.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/05/spod.8161.jpg',
               120, 
               120,
               'http://friends.fuckedgaijin.com/public/browse.jhtml?action=profile&profileId=1740340');

wfSPODArray[3] =
    new wfSPOD('tiffanyrn',
               'nice to meet you =)',
               'http://friends.fuckedgaijin.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/08/05/spod.8371.jpg',
               120, 
               120,
               'http://friends.fuckedgaijin.com/public/browse.jhtml?action=profile&profileId=2765881');

wfSPODArray[4] =
    new wfSPOD('o101_0ioi',
               'Free!',
               'http://friends.fuckedgaijin.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8200.jpg',
               120, 
               120,
               'http://friends.fuckedgaijin.com/public/browse.jhtml?action=profile&profileId=2889286');

wfSPODArray[5] =
    new wfSPOD('Arisamiyu',
               'Je suis japonaise. J\&#039;etudie le francais maintenant.',
               'http://friends.fuckedgaijin.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8333.jpg',
               120, 
               120,
               'http://friends.fuckedgaijin.com/public/browse.jhtml?action=profile&profileId=2194336');

wfSPODArray[6] =
    new wfSPOD('litelis',
               'I wanna see what the world is like, explore, adventure and have fun doing it!',
               'http://friends.fuckedgaijin.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/05/04/spod.8062.jpg',
               120, 
               120,
               'http://friends.fuckedgaijin.com/public/browse.jhtml?action=profile&profileId=2464323');

wfSPODArray[7] =
    new wfSPOD('maomaorin',
               'Hello~ World!!',
               'http://friends.fuckedgaijin.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/05/spod.8154.jpg',
               120, 
               120,
               'http://friends.fuckedgaijin.com/public/browse.jhtml?action=profile&profileId=2616267');

wfSPODArray[8] =
    new wfSPOD('nolle',
               'My hobby is music,play guitar and snowboarding. I compose.I love rock!!',
               'http://friends.fuckedgaijin.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/05/15/spod.7547.jpg',
               120, 
               120,
               'http://friends.fuckedgaijin.com/public/browse.jhtml?action=profile&profileId=1231774');



