



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('minmin36',
               'I want to study English.Please help me!',
               'http://japanlinked.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2007/09/26/spod.5851.jpg',
               120, 120);

wfSPODArray[1] =
    new wfSPOD('naominge',
               'I\&#039;m easy going , could be a real minge somethimes though ;P',
               'http://japanlinked.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2009/04/20/spod.7537.jpg',
               120, 120);

wfSPODArray[2] =
    new wfSPOD('AnastasiaNell',
               'I know a tinnnny bit of french but i want to learn Japanese',
               'http://japanlinked.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2009/12/07/spod.7837.jpg',
               120, 120);

wfSPODArray[3] =
    new wfSPOD('kuchuru',
               'Hello \uFF5E (\u0436\uFF1E \u25BD\uFF1C) \uFF59  \u2606',
               'http://japanlinked.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2007/11/01/spod.6096.jpg',
               120, 120);

wfSPODArray[4] =
    new wfSPOD('nikkyc',
               'Hello! My name\&#039;s Monika and I\&#039;m from Poland.',
               'http://japanlinked.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/01/14/spod.7995.jpg',
               120, 120);

wfSPODArray[5] =
    new wfSPOD('shuhei',
               'Please e-mail in English or in Japanese.',
               'http://japanlinked.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2009/12/11/spod.7870.jpg',
               120, 120);

wfSPODArray[6] =
    new wfSPOD('khyrr',
               'I\&#039;m looking for friends of any kind.',
               'http://japanlinked.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/01/15/spod.8034.jpg',
               120, 120);

wfSPODArray[7] =
    new wfSPOD('jumpei_x',
               'I like fashion, going out with my friends, listening to music.',
               'http://japanlinked.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2007/07/30/spod.5234.jpg',
               120, 120);

wfSPODArray[8] =
    new wfSPOD('hottydancer86',
               'i like dancing to hiphop music in the club! and also salsa music.',
               'http://japanlinked.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2009/04/03/spod.7458.jpg',
               120, 120);

wfSPODArray[9] =
    new wfSPOD('xxchihoxx',
               'I don\&#039;t have some chances to use English, so I\&#039;m looking for many friends all over the world',
               'http://japanlinked.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2009/04/03/spod.7460.jpg',
               120, 120);



