



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('tutiyama',
               'I really love movie so i usually go to see a movie alone.',
               'http://japanese-friends.jref.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/08/21/spod.5493.jpg',
               120, 120);

wfSPODArray[1] =
    new wfSPOD('Ryo23T',
               'I\&#039;m looking for friends who can speak (teach me)English.',
               'http://japanese-friends.jref.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/03/07/spod.6553.jpg',
               120, 120);

wfSPODArray[2] =
    new wfSPOD('hito5150',
               'If you may, please talk with me and teach me English.',
               'http://japanese-friends.jref.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/08/21/spod.5497.jpg',
               120, 120);

wfSPODArray[3] =
    new wfSPOD('Yuri3548',
               'I\&#039;m looking for person who can teach me English and I can teach you Japanese.',
               'http://japanese-friends.jref.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/09/27/spod.5865.jpg',
               120, 120);

wfSPODArray[4] =
    new wfSPOD('AYA_21',
               'Love and war are always a way to survive',
               'http://japanese-friends.jref.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/09/25/spod.5845.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://japanese-friends.jref.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/08/29/spod.7083.jpg',
               120, 120);

wfSPODArray[6] =
    new wfSPOD('elde',
               'If you are interested in me,  plz smile to me without hesitation^ ^',
               'http://japanese-friends.jref.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/08/09/spod.5409.jpg',
               120, 120);

wfSPODArray[7] =
    new wfSPOD('prettybird',
               'I am a very traditional Japaneselooking for soul mates',
               'http://japanese-friends.jref.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/09/19/spod.5805.jpg',
               120, 120);



