



function wfPhoto(url, width, height)
{
  this.url = url;
  this.width = width;
  this.height = height;
}

function wfSPOD(nickname, quote, link, photoUrl, photoWidth, photoHeight)
{
  this.nickname = nickname;
  this.quote = quote;
  this.link = link;
  this.photo = new wfPhoto(photoUrl, photoWidth, photoHeight);
}

var wfSPODArray = new Array();



wfSPODArray[0] =
    new wfSPOD('zencuts',
               'Music is my \&#034; Savior \&#034;',
               'http://friends.japanesestreets.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/08/01/spod.5340.jpg',
               120, 120);

wfSPODArray[1] =
    new wfSPOD('tsubame0329',
               'My hobby is capoeira, let\&#039;s stimulate each other!',
               'http://friends.japanesestreets.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/09/11/spod.5755.jpg',
               120, 120);

wfSPODArray[2] =
    new wfSPOD('cherrypetals',
               'I want to do so many things but especially now...',
               'http://friends.japanesestreets.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/02/14/spod.6489.jpg',
               120, 120);

wfSPODArray[3] =
    new wfSPOD('yuri_0619',
               'A person of a christian please become my friend.',
               'http://friends.japanesestreets.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/08/27/spod.5564.jpg',
               120, 120);

wfSPODArray[4] =
    new wfSPOD('sofiepink',
               'Friends say I\&#039;m innocent,crazy,amusing.',
               'http://friends.japanesestreets.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/02/06/spod.6483.jpg',
               120, 120);

wfSPODArray[5] =
    new wfSPOD('kikuayu',
               'My\u3000dream\u3000is\u3000singer \uFF06dancer \uFF06actress \uFF06model.   \u2524\&#039;-\&#039;*\u251C  Do\u3000my\u3000best\uFF01\uFF01',
               'http://friends.japanesestreets.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/08/29/spod.7083.jpg',
               120, 120);

wfSPODArray[6] =
    new wfSPOD('may821',
               'I\&#039;d love to make friends all over the world!!',
               'http://friends.japanesestreets.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/03/03/spod.7343.jpg',
               120, 120);

wfSPODArray[7] =
    new wfSPOD('yoshi1124',
               'I am easy to get along with. I love to meet new friends!!!',
               'http://friends.japanesestreets.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/08/09/spod.5411.jpg',
               120, 120);

wfSPODArray[8] =
    new wfSPOD('Lexy',
               'I like to play the piano to relax.',
               'http://friends.japanesestreets.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/08/01/spod.5339.jpg',
               120, 120);

wfSPODArray[9] =
    new wfSPOD('xxMermaidxx',
               'I wanna know The meaning to love...',
               'http://friends.japanesestreets.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/01/29/spod.6454.jpg',
               120, 120);



