



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('carlscott',
               'like travel and am always looking for a chance to get away.',
               'http://friends.japan-japanese.info/',
               
               
               'http://images.worldfriends.tv/photos/2009/03/31/spod.7400.jpg',
               120, 
               120,
               'http://friends.japan-japanese.info/public/browse.jhtml?action=profile&profileId=535433');

wfSPODArray[1] =
    new wfSPOD('Suomineito',
               'I\&#039;m really keen on travelling and seeing new places.',
               'http://friends.japan-japanese.info/',
               
               
               'http://images.worldfriends.tv/photos/2007/11/16/spod.6184.jpg',
               120, 
               120,
               'http://friends.japan-japanese.info/public/browse.jhtml?action=profile&profileId=355479');

wfSPODArray[2] =
    new wfSPOD('aleksandrak',
               'I am interested in persons with a sense of humour',
               'http://friends.japan-japanese.info/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8274.jpg',
               120, 
               120,
               'http://friends.japan-japanese.info/public/browse.jhtml?action=profile&profileId=2727533');

wfSPODArray[3] =
    new wfSPOD('Grefven',
               'I\&#039;m a social guy who is outgoing, and I enjoy both the countryside and the city.',
               'http://friends.japan-japanese.info/',
               
               
               'http://images.worldfriends.tv/photos/2009/04/01/spod.7425.jpg',
               120, 
               120,
               'http://friends.japan-japanese.info/public/browse.jhtml?action=profile&profileId=221001');

wfSPODArray[4] =
    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.japan-japanese.info/',
               
               
               'http://images.worldfriends.tv/photos/2006/11/15/spod.4538.jpg',
               120, 
               120,
               'http://friends.japan-japanese.info/public/browse.jhtml?action=profile&profileId=769059');

wfSPODArray[5] =
    new wfSPOD('ayakobabe',
               'Hate being called bimbo, it seems many people out there equate a pretty face with foolishness.',
               'http://friends.japan-japanese.info/',
               
               
               'http://images.worldfriends.tv/photos/2007/02/06/spod.4763.jpg',
               120, 
               120,
               'http://friends.japan-japanese.info/public/browse.jhtml?action=profile&profileId=1052673');

wfSPODArray[6] =
    new wfSPOD('Mitukin',
               'Hi all! trying hard over English and French',
               'http://friends.japan-japanese.info/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8172.jpg',
               120, 
               120,
               'http://friends.japan-japanese.info/public/browse.jhtml?action=profile&profileId=1830410');

wfSPODArray[7] =
    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-japanese.info/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/14/spod.8310.jpg',
               120, 
               120,
               'http://friends.japan-japanese.info/public/browse.jhtml?action=profile&profileId=929464');

wfSPODArray[8] =
    new wfSPOD('iRyan',
               'I only know a little japanese but want to learn more.',
               'http://friends.japan-japanese.info/',
               
               
               'http://images.worldfriends.tv/photos/2009/04/17/spod.7513.jpg',
               120, 
               120,
               'http://friends.japan-japanese.info/public/browse.jhtml?action=profile&profileId=492956');

wfSPODArray[9] =
    new wfSPOD('shanicelatoya',
               'I\&#039;m learning Spanish, Chinese, and German. Help would be great!',
               'http://friends.japan-japanese.info/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/14/spod.8301.jpg',
               120, 
               120,
               'http://friends.japan-japanese.info/public/browse.jhtml?action=profile&profileId=2898773');



