



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('IkuMirage',
               'Always curisous about everything and try to explore something new',
               'http://japanese-friends.jref.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/09/19/spod.7132.jpg',
               120, 
               120,
               'http://japanese-friends.jref.com/public/browse.jhtml?action=profile&profileId=1849719');

wfSPODArray[1] =
    new wfSPOD('Importdan1',
               'I am half Japanese and Half American.',
               'http://japanese-friends.jref.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/01/14/spod.7983.jpg',
               120, 
               120,
               'http://japanese-friends.jref.com/public/browse.jhtml?action=profile&profileId=1233756');

wfSPODArray[2] =
    new wfSPOD('lor81',
               'I love dance &amp; music. I often go to Club.  Just dancing!!',
               'http://japanese-friends.jref.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/03/17/spod.6583.jpg',
               120, 
               120,
               'http://japanese-friends.jref.com/public/browse.jhtml?action=profile&profileId=1781901');

wfSPODArray[3] =
    new wfSPOD('mikurun',
               'I leave it entirely to your kind consideration.',
               'http://japanese-friends.jref.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/10/12/spod.5980.jpg',
               120, 
               120,
               'http://japanese-friends.jref.com/public/browse.jhtml?action=profile&profileId=1523518');

wfSPODArray[4] =
    new wfSPOD('may821',
               'I\&#039;d love to make friends all over the world!!',
               'http://japanese-friends.jref.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/03/03/spod.7343.jpg',
               120, 
               120,
               'http://japanese-friends.jref.com/public/browse.jhtml?action=profile&profileId=2207938');

wfSPODArray[5] =
    new wfSPOD('HomaHomare',
               'My important things of my life are Peace, LOVE,Music, Nature, family and friends!',
               'http://japanese-friends.jref.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/03/26/spod.6624.jpg',
               120, 
               120,
               'http://japanese-friends.jref.com/public/browse.jhtml?action=profile&profileId=1793906');

wfSPODArray[6] =
    new wfSPOD('minmin36',
               'I want to study English.Please help me!',
               'http://japanese-friends.jref.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/09/26/spod.5851.jpg',
               120, 
               120,
               'http://japanese-friends.jref.com/public/browse.jhtml?action=profile&profileId=1477738');

wfSPODArray[7] =
    new wfSPOD('fenderplayer',
               'I never betray or cheat you. I\&#039;m not such a person!!',
               'http://japanese-friends.jref.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/08/21/spod.5490.jpg',
               120, 
               120,
               'http://japanese-friends.jref.com/public/browse.jhtml?action=profile&profileId=944262');

wfSPODArray[8] =
    new wfSPOD('Yuri3548',
               'I\&#039;m looking for person who can teach me English and I can teach you Japanese.',
               'http://japanese-friends.jref.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/09/27/spod.5865.jpg',
               120, 
               120,
               'http://japanese-friends.jref.com/public/browse.jhtml?action=profile&profileId=1135720');

wfSPODArray[9] =
    new wfSPOD('AYA_21',
               'Love and war are always a way to survive',
               'http://japanese-friends.jref.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/09/25/spod.5845.jpg',
               120, 
               120,
               'http://japanese-friends.jref.com/public/browse.jhtml?action=profile&profileId=1515930');



