



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('keisukekun',
               'My goal is to be a successful businessman.',
               'http://friends.japan-zone.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/07/23/spod.6907.jpg',
               120, 
               120,
               'http://friends.japan-zone.com/public/browse.jhtml?action=profile&profileId=1248763');

wfSPODArray[1] =
    new wfSPOD('suna2010',
               'I love cats',
               'http://friends.japan-zone.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/08/05/spod.8370.jpg',
               120, 
               120,
               'http://friends.japan-zone.com/public/browse.jhtml?action=profile&profileId=2783360');

wfSPODArray[2] =
    new wfSPOD('oruoru',
               'hi!!! nice to meet you!!!',
               'http://friends.japan-zone.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8277.jpg',
               120, 
               120,
               'http://friends.japan-zone.com/public/browse.jhtml?action=profile&profileId=2505947');

wfSPODArray[3] =
    new wfSPOD('sara_86',
               'I\&#039;m a funny,positive,sensitive,passionate and crazy girl looking for friends all over the world :)',
               'http://friends.japan-zone.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/12/spod.8236.jpg',
               120, 
               120,
               'http://friends.japan-zone.com/public/browse.jhtml?action=profile&profileId=2352205');

wfSPODArray[4] =
    new wfSPOD('Chloe90',
               'I am a young fun person with a hunger for adventure :P',
               'http://friends.japan-zone.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8270.jpg',
               120, 
               120,
               'http://friends.japan-zone.com/public/browse.jhtml?action=profile&profileId=1997498');

wfSPODArray[5] =
    new wfSPOD('satori_x',
               'Hi! I am an easygoing, weird, fun, smart, shy girl who wishes to find new friends out in the world.',
               'http://friends.japan-zone.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/14/spod.8310.jpg',
               120, 
               120,
               'http://friends.japan-zone.com/public/browse.jhtml?action=profile&profileId=929464');

wfSPODArray[6] =
    new wfSPOD('Yutaka315',
               'Hi. I am a college student majoring in English with Film studies',
               'http://friends.japan-zone.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/06/12/spod.5021.jpg',
               120, 
               120,
               'http://friends.japan-zone.com/public/browse.jhtml?action=profile&profileId=830775');

wfSPODArray[7] =
    new wfSPOD('ifos',
               'I came from Sweden. Ett liv \u00E4r kanh\u00E4nda, att liksom en sl\u00E4nda f\u00E5 flyga en enda sk\u00E4lvande dag.',
               'http://friends.japan-zone.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8262.jpg',
               120, 
               120,
               'http://friends.japan-zone.com/public/browse.jhtml?action=profile&profileId=2198907');

wfSPODArray[8] =
    new wfSPOD('atom0810',
               'now i study english and chinese!i try to study harder and harder.',
               'http://friends.japan-zone.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8178.jpg',
               120, 
               120,
               'http://friends.japan-zone.com/public/browse.jhtml?action=profile&profileId=2312554');

wfSPODArray[9] =
    new wfSPOD('saburi85',
               '1/2 Japanese and 1/2 Chinese, 22 year old guy who was born and raised in Singapore.',
               'http://friends.japan-zone.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/07/23/spod.6903.jpg',
               120, 
               120,
               'http://friends.japan-zone.com/public/browse.jhtml?action=profile&profileId=1312086');



