



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('mermaide',
               'Follow your heart not follow your mine and enjoy your life coz life is only one......',
               'http://japansugoi.worldfriendsnetworks.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/09/17/spod.5782.jpg',
               120, 
               120,
               'http://japansugoi.worldfriendsnetworks.com/public/browse.jhtml?action=profile&profileId=1351299');

wfSPODArray[1] =
    new wfSPOD('niniyoyo',
               'Hello konnichiha! ! lets become a good friends ^o^',
               'http://japansugoi.worldfriendsnetworks.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/12/14/spod.7881.jpg',
               120, 
               120,
               'http://japansugoi.worldfriendsnetworks.com/public/browse.jhtml?action=profile&profileId=2613683');

wfSPODArray[2] =
    new wfSPOD('onoayako',
               'HELLO!',
               'http://japansugoi.worldfriendsnetworks.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/12/11/spod.7866.jpg',
               120, 
               120,
               'http://japansugoi.worldfriendsnetworks.com/public/browse.jhtml?action=profile&profileId=2531475');

wfSPODArray[3] =
    new wfSPOD('nabinabi',
               'My character are positive and kind. I love to make a friend and traveling with my friends.',
               'http://japansugoi.worldfriendsnetworks.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/08/06/spod.7011.jpg',
               120, 
               120,
               'http://japansugoi.worldfriendsnetworks.com/public/browse.jhtml?action=profile&profileId=941058');

wfSPODArray[4] =
    new wfSPOD('chappii',
               'Im interesting in foreign countries! I wanna be lots of friends in the world!!',
               'http://japansugoi.worldfriendsnetworks.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/12/18/spod.7288.jpg',
               120, 
               120,
               'http://japansugoi.worldfriendsnetworks.com/public/browse.jhtml?action=profile&profileId=2117465');

wfSPODArray[5] =
    new wfSPOD('tsubame0329',
               'My hobby is capoeira, let\&#039;s stimulate each other!',
               'http://japansugoi.worldfriendsnetworks.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/09/11/spod.5755.jpg',
               120, 
               120,
               'http://japansugoi.worldfriendsnetworks.com/public/browse.jhtml?action=profile&profileId=1473957');

wfSPODArray[6] =
    new wfSPOD('hiro80',
               'Hi, I\&#039;m seeking some people who from other countries to be friends with, to share language/culture, and to have fun.',
               'http://japansugoi.worldfriendsnetworks.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/07/31/spod.6960.jpg',
               120, 
               120,
               'http://japansugoi.worldfriendsnetworks.com/public/browse.jhtml?action=profile&profileId=1269617');

wfSPODArray[7] =
    new wfSPOD('naominge',
               'I\&#039;m easy going , could be a real minge somethimes though ;P',
               'http://japansugoi.worldfriendsnetworks.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/04/20/spod.7537.jpg',
               120, 
               120,
               'http://japansugoi.worldfriendsnetworks.com/public/browse.jhtml?action=profile&profileId=1191818');

wfSPODArray[8] =
    new wfSPOD('Heather9998',
               'I\&#039;m very outgoing, so just be my friend and talk to me .',
               'http://japansugoi.worldfriendsnetworks.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/07/29/spod.6931.jpg',
               120, 
               120,
               'http://japansugoi.worldfriendsnetworks.com/public/browse.jhtml?action=profile&profileId=1817105');

wfSPODArray[9] =
    new wfSPOD('yumimimi',
               'Hi! I wanna make international friends!!(*^\u25BD^*)',
               'http://japansugoi.worldfriendsnetworks.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/06/12/spod.5019.jpg',
               120, 
               120,
               'http://japansugoi.worldfriendsnetworks.com/public/browse.jhtml?action=profile&profileId=1295276');



