



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('ayakobabe',
               'Hate being called bimbo, it seems many people out there equate a pretty face with foolishness.',
               'http://friends.3yen.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/02/06/spod.4763.jpg',
               120, 
               120,
               'http://friends.3yen.com/public/browse.jhtml?action=profile&profileId=1052673');

wfSPODArray[1] =
    new wfSPOD('kawada_m925',
               'I think it is wondarful that we can find out so much about the world by writing to each other.',
               'http://friends.3yen.com/',
               
               
               'http://images.worldfriends.tv/photos/2006/11/15/spod.4538.jpg',
               120, 
               120,
               'http://friends.3yen.com/public/browse.jhtml?action=profile&profileId=769059');

wfSPODArray[2] =
    new wfSPOD('lavandura',
               'Please be my friend,if you can speak English or Spanish, and little Japanese.',
               'http://friends.3yen.com/',
               
               
               'http://images.worldfriends.tv/photos/2006/10/26/spod.4475.jpg',
               120, 
               120,
               'http://friends.3yen.com/public/browse.jhtml?action=profile&profileId=925292');

wfSPODArray[3] =
    new wfSPOD('kaneey',
               'Hi there!! shall we share enjoyable time and develop ourselves?',
               'http://friends.3yen.com/',
               
               
               'http://images.worldfriends.tv/photos/2006/09/11/spod.4346.jpg',
               120, 
               120,
               'http://friends.3yen.com/public/browse.jhtml?action=profile&profileId=751274');

wfSPODArray[4] =
    new wfSPOD('aristocatslala',
               'Please make friends. I\u3000wanna boyfriend as well. Please contact me if you interest.',
               'http://friends.3yen.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/11/24/spod.7254.jpg',
               120, 
               120,
               'http://friends.3yen.com/public/browse.jhtml?action=profile&profileId=2067606');

wfSPODArray[5] =
    new wfSPOD('kaemu',
               'I might apply for a job in Singapore. Because I\&#039;m really enjoying my life in a fried rice paradaice!!',
               'http://friends.3yen.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/07/23/spod.6904.jpg',
               120, 
               120,
               'http://friends.3yen.com/public/browse.jhtml?action=profile&profileId=1257047');

wfSPODArray[6] =
    new wfSPOD('yumi_bnt',
               'I am a very friendly (but shy at first) , optimistic, sincere, and tender-hearted person.',
               'http://friends.3yen.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/05/12/spod.6707.jpg',
               120, 
               120,
               'http://friends.3yen.com/public/browse.jhtml?action=profile&profileId=1545424');

wfSPODArray[7] =
    new wfSPOD('yuko1982',
               'I was born and live in Japan who like Hollywood movie and korean movie.',
               'http://friends.3yen.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/06/24/spod.6810.jpg',
               120, 
               120,
               'http://friends.3yen.com/public/browse.jhtml?action=profile&profileId=1897244');

wfSPODArray[8] =
    new wfSPOD('megoxoxmeg',
               'I\&#039;m usually talktive, but when I speak English , I will get quiet all of a sudden.',
               'http://friends.3yen.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/11/12/spod.7218.jpg',
               120, 
               120,
               'http://friends.3yen.com/public/browse.jhtml?action=profile&profileId=1796091');

wfSPODArray[9] =
    new wfSPOD('chappii',
               'Im interesting in foreign countries! I wanna be lots of friends in the world!!',
               'http://friends.3yen.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/12/18/spod.7288.jpg',
               120, 
               120,
               'http://friends.3yen.com/public/browse.jhtml?action=profile&profileId=2117465');



