



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('justinnnn',
               'I love to travel and have been many places.',
               'http://friends.japan-zone.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/01/15/spod.8037.jpg',
               120, 120);

wfSPODArray[1] =
    new wfSPOD('Yuri_sky',
               'I\&#039;m cheerful and very friendly. I like talk, laugh, cooking, watching movies, and go to shopping.',
               'http://friends.japan-zone.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/06/30/spod.6819.jpg',
               120, 120);

wfSPODArray[2] =
    new wfSPOD('lavandura',
               'Please be my friend,if you can speak English or Spanish, and little Japanese.',
               'http://friends.japan-zone.com/',
               
               
               'http://images.worldfriends.tv/photos/2006/10/26/spod.4475.jpg',
               120, 120);

wfSPODArray[3] =
    new wfSPOD('rikou07',
               'Hello Everybody. I am a cool french guy ...',
               'http://friends.japan-zone.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/01/15/spod.8032.jpg',
               120, 120);

wfSPODArray[4] =
    new wfSPOD('kikuayu',
               'My\u3000dream\u3000is\u3000singer \uFF06dancer \uFF06actress \uFF06model.   \u2524\&#039;-\&#039;*\u251C  Do\u3000my\u3000best\uFF01\uFF01',
               'http://friends.japan-zone.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/08/29/spod.7083.jpg',
               120, 120);

wfSPODArray[5] =
    new wfSPOD('japanesedolly',
               'Just looking for interesting people to chat with!',
               'http://friends.japan-zone.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/07/28/spod.6920.jpg',
               120, 120);

wfSPODArray[6] =
    new wfSPOD('amber_bamber',
               'i am friendly at times but am easly tepmered',
               'http://friends.japan-zone.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/01/15/spod.8036.jpg',
               120, 120);

wfSPODArray[7] =
    new wfSPOD('takanobusan',
               'don\&#039;t be hurry because life is short',
               'http://friends.japan-zone.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/01/15/spod.8039.jpg',
               120, 120);

wfSPODArray[8] =
    new wfSPOD('Akumu_desu',
               'Dream about learn japanese and go there.',
               'http://friends.japan-zone.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/01/15/spod.8020.jpg',
               120, 120);

wfSPODArray[9] =
    new wfSPOD('xperfume_rulzx',
               'I love to sing and dance',
               'http://friends.japan-zone.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/01/14/spod.7997.jpg',
               120, 120);



