



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('alyssawhalen',
               'Pandas! they\&#039;re soooo cute',
               'http://japanpersonals.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/12/spod.8221.jpg',
               120, 
               120,
               'http://japanpersonals.worldfriends.tv/public/browse.jhtml?action=profile&profileId=2825619');

wfSPODArray[1] =
    new wfSPOD('jumpei_x',
               'I like fashion, going out with my friends, listening to music.',
               'http://japanpersonals.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2007/07/30/spod.5234.jpg',
               120, 
               120,
               'http://japanpersonals.worldfriends.tv/public/browse.jhtml?action=profile&profileId=1066408');

wfSPODArray[2] =
    new wfSPOD('yuya10',
               'Don\&#039;t give up! I love peace.',
               'http://japanpersonals.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2007/09/20/spod.5811.jpg',
               120, 
               120,
               'http://japanpersonals.worldfriends.tv/public/browse.jhtml?action=profile&profileId=1479389');

wfSPODArray[3] =
    new wfSPOD('masa7417',
               'I want to make friends with people in the world!',
               'http://japanpersonals.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2007/06/12/spod.4990.jpg',
               120, 
               120,
               'http://japanpersonals.worldfriends.tv/public/browse.jhtml?action=profile&profileId=1326268');

wfSPODArray[4] =
    new wfSPOD('nobdylan',
               'My hobby is playing guitar and my favorite is the Beatles.',
               'http://japanpersonals.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2008/03/20/spod.6599.jpg',
               120, 
               120,
               'http://japanpersonals.worldfriends.tv/public/browse.jhtml?action=profile&profileId=1746430');

wfSPODArray[5] =
    new wfSPOD('AudreyLukia',
               'I search Japanese friends for help me to learn Japanese',
               'http://japanpersonals.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8257.jpg',
               120, 
               120,
               'http://japanpersonals.worldfriends.tv/public/browse.jhtml?action=profile&profileId=2403642');

wfSPODArray[6] =
    new wfSPOD('tiffanyrn',
               'nice to meet you =)',
               'http://japanpersonals.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/08/05/spod.8371.jpg',
               120, 
               120,
               'http://japanpersonals.worldfriends.tv/public/browse.jhtml?action=profile&profileId=2765881');



