



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('tama20071003',
               'Hi how are you??',
               'http://personals.japanvisitor.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8208.jpg',
               120, 120);

wfSPODArray[1] =
    new wfSPOD('juwellyfish',
               'I\&#039;m studying English and Chinese',
               'http://personals.japanvisitor.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8204.jpg',
               120, 120);

wfSPODArray[2] =
    new wfSPOD('oruoru',
               'hi!!! nice to meet you!!!',
               'http://personals.japanvisitor.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8277.jpg',
               120, 120);

wfSPODArray[3] =
    new wfSPOD('sakurai90',
               'lets be friends from all over the world , peace and love !!',
               'http://personals.japanvisitor.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8255.jpg',
               120, 120);

wfSPODArray[4] =
    new wfSPOD('sasuke9090',
               'watashi wa aya hirano desu!!! yoruhiku ne!!',
               'http://personals.japanvisitor.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8195.jpg',
               120, 120);

wfSPODArray[5] =
    new wfSPOD('HomaHomare',
               'My important things of my life are Peace, LOVE,Music, Nature, family and friends!',
               'http://personals.japanvisitor.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/03/26/spod.6624.jpg',
               120, 120);

wfSPODArray[6] =
    new wfSPOD('nolle',
               'My hobby is music,play guitar and snowboarding. I compose.I love rock!!',
               'http://personals.japanvisitor.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/05/15/spod.7547.jpg',
               120, 120);

wfSPODArray[7] =
    new wfSPOD('shino810',
               'You can talk to me in Japanese. Talk with me many things!',
               'http://personals.japanvisitor.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8328.jpg',
               120, 120);

wfSPODArray[8] =
    new wfSPOD('ponpon77',
               'Let\&#039;s make friends with me.',
               'http://personals.japanvisitor.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8347.jpg',
               120, 120);

wfSPODArray[9] =
    new wfSPOD('makiju',
               'Help me improve my english level! I\&#039;ll teach you Japanese instead.',
               'http://personals.japanvisitor.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/12/spod.8241.jpg',
               120, 120);



