



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.tokyoessentials.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/02/06/spod.4763.jpg',
               120, 
               120,
               'http://friends.tokyoessentials.com/public/browse.jhtml?action=profile&profileId=1052673');

wfSPODArray[1] =
    new wfSPOD('niniyoyo',
               'Hello konnichiha! ! lets become a good friends ^o^',
               'http://friends.tokyoessentials.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/12/14/spod.7881.jpg',
               120, 
               120,
               'http://friends.tokyoessentials.com/public/browse.jhtml?action=profile&profileId=2613683');

wfSPODArray[2] =
    new wfSPOD('onoayako',
               'HELLO!',
               'http://friends.tokyoessentials.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/12/11/spod.7866.jpg',
               120, 
               120,
               'http://friends.tokyoessentials.com/public/browse.jhtml?action=profile&profileId=2531475');

wfSPODArray[3] =
    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://friends.tokyoessentials.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/07/31/spod.6960.jpg',
               120, 
               120,
               'http://friends.tokyoessentials.com/public/browse.jhtml?action=profile&profileId=1269617');

wfSPODArray[4] =
    new wfSPOD('Heather9998',
               'I\&#039;m very outgoing, so just be my friend and talk to me .',
               'http://friends.tokyoessentials.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/07/29/spod.6931.jpg',
               120, 
               120,
               'http://friends.tokyoessentials.com/public/browse.jhtml?action=profile&profileId=1817105');

wfSPODArray[5] =
    new wfSPOD('princess_yucieo2',
               'I\&#039;m just simple but always captivating man\&#039;s attention.',
               'http://friends.tokyoessentials.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/07/29/spod.6933.jpg',
               120, 
               120,
               'http://friends.tokyoessentials.com/public/browse.jhtml?action=profile&profileId=1906476');

wfSPODArray[6] =
    new wfSPOD('japanesedolly',
               'Just looking for interesting people to chat with!',
               'http://friends.tokyoessentials.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/07/28/spod.6920.jpg',
               120, 
               120,
               'http://friends.tokyoessentials.com/public/browse.jhtml?action=profile&profileId=1665229');

wfSPODArray[7] =
    new wfSPOD('naominge',
               'I\&#039;m easy going , could be a real minge somethimes though ;P',
               'http://friends.tokyoessentials.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/04/20/spod.7537.jpg',
               120, 
               120,
               'http://friends.tokyoessentials.com/public/browse.jhtml?action=profile&profileId=1191818');

wfSPODArray[8] =
    new wfSPOD('yumimimi',
               'Hi! I wanna make international friends!!(*^\u25BD^*)',
               'http://friends.tokyoessentials.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/06/12/spod.5019.jpg',
               120, 
               120,
               'http://friends.tokyoessentials.com/public/browse.jhtml?action=profile&profileId=1295276');

wfSPODArray[9] =
    new wfSPOD('Eri0105',
               'I thought if this site would be helpful to meet people to hang out with. Maybe you can teach me dutch',
               'http://friends.tokyoessentials.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/04/16/spod.7493.jpg',
               120, 
               120,
               'http://friends.tokyoessentials.com/public/browse.jhtml?action=profile&profileId=1078573');



