



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('oruoru',
               'hi!!! nice to meet you!!!',
               'http://seekjapan.worldfriendsnetworks.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8277.jpg',
               120, 120);

wfSPODArray[1] =
    new wfSPOD('shino810',
               'You can talk to me in Japanese. Talk with me many things!',
               'http://seekjapan.worldfriendsnetworks.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8328.jpg',
               120, 120);

wfSPODArray[2] =
    new wfSPOD('skyartist',
               'I pretty much listen to all types of music.. looking to meet someone to spend my time with.',
               'http://seekjapan.worldfriendsnetworks.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/03/31/spod.7388.jpg',
               120, 120);

wfSPODArray[3] =
    new wfSPOD('janet_cat',
               'That\&#039;s good wisdom which is wisdom in the end.',
               'http://seekjapan.worldfriendsnetworks.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/02/19/spod.6512.jpg',
               120, 120);

wfSPODArray[4] =
    new wfSPOD('eriwaka',
               'hi ~~',
               'http://seekjapan.worldfriendsnetworks.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8186.jpg',
               120, 120);

wfSPODArray[5] =
    new wfSPOD('naopoppo1013',
               'I can teach Japanese if you want it. Let\&#039;s be friends!!',
               'http://seekjapan.worldfriendsnetworks.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/05/spod.8156.jpg',
               120, 120);

wfSPODArray[6] =
    new wfSPOD('xxmitsi',
               'Love my work and following the fashion trend',
               'http://seekjapan.worldfriendsnetworks.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8174.jpg',
               120, 120);

wfSPODArray[7] =
    new wfSPOD('ponpon77',
               'Let\&#039;s make friends with me.',
               'http://seekjapan.worldfriendsnetworks.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8347.jpg',
               120, 120);

wfSPODArray[8] =
    new wfSPOD('David_1988',
               'Looking for fun people living in tokyo :)',
               'http://seekjapan.worldfriendsnetworks.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/08/21/spod.5480.jpg',
               120, 120);

wfSPODArray[9] =
    new wfSPOD('sasuke9090',
               'watashi wa aya hirano desu!!! yoruhiku ne!!',
               'http://seekjapan.worldfriendsnetworks.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8195.jpg',
               120, 120);



