



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('Arisamiyu',
               'Je suis japonaise. J\&#039;etudie le francais maintenant.',
               'http://hiraganatimes.meta4-group.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8333.jpg',
               120, 120);

wfSPODArray[1] =
    new wfSPOD('shino810',
               'You can talk to me in Japanese. Talk with me many things!',
               'http://hiraganatimes.meta4-group.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8328.jpg',
               120, 120);

wfSPODArray[2] =
    new wfSPOD('busihakokou',
               'The wolf live, and the pig die, and but have the mercy',
               'http://hiraganatimes.meta4-group.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/11/08/spod.6134.jpg',
               120, 120);

wfSPODArray[3] =
    new wfSPOD('rider13',
               'i study korean and chinese and english and etc!!i want to talk with many many friends!',
               'http://hiraganatimes.meta4-group.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/06/12/spod.5002.jpg',
               120, 120);

wfSPODArray[4] =
    new wfSPOD('ponpon77',
               'Let\&#039;s make friends with me.',
               'http://hiraganatimes.meta4-group.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8347.jpg',
               120, 120);

wfSPODArray[5] =
    new wfSPOD('yacchi2060',
               'Im easy going and very friendly. Im looking for some friends who can chat or hang out with me.',
               'http://hiraganatimes.meta4-group.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/12/spod.8233.jpg',
               120, 120);

wfSPODArray[6] =
    new wfSPOD('lilac4',
               'Hi ^^',
               'http://hiraganatimes.meta4-group.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/12/spod.8216.jpg',
               120, 120);

wfSPODArray[7] =
    new wfSPOD('nogado',
               'I want to be friends with someone who taught English',
               'http://hiraganatimes.meta4-group.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8210.jpg',
               120, 120);

wfSPODArray[8] =
    new wfSPOD('sakurai90',
               'lets be friends from all over the world , peace and love !!',
               'http://hiraganatimes.meta4-group.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8255.jpg',
               120, 120);

wfSPODArray[9] =
    new wfSPOD('juwellyfish',
               'I\&#039;m studying English and Chinese',
               'http://hiraganatimes.meta4-group.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8204.jpg',
               120, 120);



