



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('Mitukin',
               'Hi all! trying hard over English and French',
               'http://friends.getasianmusic.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8172.jpg',
               120, 120);

wfSPODArray[1] =
    new wfSPOD('ji_unite',
               'Everybody will be my friend ! so Let\&#039;s talk!!!',
               'http://friends.getasianmusic.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/11/27/spod.6245.jpg',
               120, 120);

wfSPODArray[2] =
    new wfSPOD('crazymartin',
               'A Man Stay True',
               'http://friends.getasianmusic.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/08/28/spod.5634.jpg',
               120, 120);

wfSPODArray[3] =
    new wfSPOD('ponpon77',
               'Let\&#039;s make friends with me.',
               'http://friends.getasianmusic.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8347.jpg',
               120, 120);

wfSPODArray[4] =
    new wfSPOD('elliehaas',
               '^^',
               'http://friends.getasianmusic.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8326.jpg',
               120, 120);

wfSPODArray[5] =
    new wfSPOD('AudreyLukia',
               'I search Japanese friends for help me to learn Japanese',
               'http://friends.getasianmusic.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8257.jpg',
               120, 120);

wfSPODArray[6] =
    new wfSPOD('sara_86',
               'I\&#039;m a funny,positive,sensitive,passionate and crazy girl looking for friends all over the world :)',
               'http://friends.getasianmusic.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/12/spod.8236.jpg',
               120, 120);

wfSPODArray[7] =
    new wfSPOD('shiimbi',
               'Love &amp; Respect',
               'http://friends.getasianmusic.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8346.jpg',
               120, 120);

wfSPODArray[8] =
    new wfSPOD('lanhuayi1024',
               'learning everyday',
               'http://friends.getasianmusic.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8267.jpg',
               120, 120);

wfSPODArray[9] =
    new wfSPOD('eriwaka',
               'hi ~~',
               'http://friends.getasianmusic.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8186.jpg',
               120, 120);



