



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('shino810',
               'You can talk to me in Japanese. Talk with me many things!',
               'http://friends.nihongo.fm/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8328.jpg',
               120, 120);

wfSPODArray[1] =
    new wfSPOD('juwellyfish',
               'I\&#039;m studying English and Chinese',
               'http://friends.nihongo.fm/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8204.jpg',
               120, 120);

wfSPODArray[2] =
    new wfSPOD('Naoki_0628',
               'I wanna be friends with people who speak English!!',
               'http://friends.nihongo.fm/',
               
               
               'http://images.worldfriends.tv/photos/2006/09/18/spod.4373.jpg',
               120, 120);

wfSPODArray[3] =
    new wfSPOD('ponpon77',
               'Let\&#039;s make friends with me.',
               'http://friends.nihongo.fm/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8347.jpg',
               120, 120);

wfSPODArray[4] =
    new wfSPOD('Mitukin',
               'Hi all! trying hard over English and French',
               'http://friends.nihongo.fm/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8172.jpg',
               120, 120);

wfSPODArray[5] =
    new wfSPOD('aqua_marine',
               'I hope I could find someone for special friendship that may be more.',
               'http://friends.nihongo.fm/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/12/spod.8239.jpg',
               120, 120);

wfSPODArray[6] =
    new wfSPOD('eriwaka',
               'hi ~~',
               'http://friends.nihongo.fm/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8186.jpg',
               120, 120);

wfSPODArray[7] =
    new wfSPOD('atom0810',
               'now i study english and chinese!i try to study harder and harder.',
               'http://friends.nihongo.fm/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8178.jpg',
               120, 120);

wfSPODArray[8] =
    new wfSPOD('yacchi2060',
               'Im easy going and very friendly. Im looking for some friends who can chat or hang out with me.',
               'http://friends.nihongo.fm/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/12/spod.8233.jpg',
               120, 120);

wfSPODArray[9] =
    new wfSPOD('sasuke9090',
               'watashi wa aya hirano desu!!! yoruhiku ne!!',
               'http://friends.nihongo.fm/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8195.jpg',
               120, 120);



