



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('bumnaka',
               'I\&#039;m sincere and good looking. Like to meet the one whom sincere and honest for me.',
               'http://qatarvisitor.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2008/05/14/spod.6715.jpg',
               120, 120);

wfSPODArray[1] =
    new wfSPOD('pan333',
               'I\&#039;ll find someone to talk in order to myfriend or something up to u want.',
               'http://qatarvisitor.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2007/09/04/spod.5702.jpg',
               120, 120);

wfSPODArray[2] =
    new wfSPOD('Bee25',
               'I am looking for some friends or maybe  more.',
               'http://qatarvisitor.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2008/05/14/spod.6716.jpg',
               120, 120);

wfSPODArray[3] =
    new wfSPOD('focus_uchida',
               'I like Japan because it\&#039;s different my country.',
               'http://qatarvisitor.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2007/11/27/spod.6249.jpg',
               120, 120);

wfSPODArray[4] =
    new wfSPOD('thasawan',
               'Love makes the world go round',
               'http://qatarvisitor.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2007/11/16/spod.6188.jpg',
               120, 120);

wfSPODArray[5] =
    new wfSPOD('sweetjeline0203',
               'We all wear masks, and the time comes when we cannot remove them without removing some of our own skin.',
               'http://qatarvisitor.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2009/10/19/spod.7768.jpg',
               120, 120);

wfSPODArray[6] =
    new wfSPOD('nath2000',
               'I am happy with myself, but would like to find my other half to complete the package.',
               'http://qatarvisitor.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2007/12/05/spod.6289.jpg',
               120, 120);

wfSPODArray[7] =
    new wfSPOD('dewya',
               'I need have many friends around the world..',
               'http://qatarvisitor.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2007/08/24/spod.5555.jpg',
               120, 120);

wfSPODArray[8] =
    new wfSPOD('ghunter',
               'I play this website first time but I want to relation with someone in this ^^',
               'http://qatarvisitor.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2008/06/06/spod.6764.jpg',
               120, 120);

wfSPODArray[9] =
    new wfSPOD('phrasurat_s',
               'Lets be friends, then you will know me!',
               'http://qatarvisitor.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2009/03/03/spod.7348.jpg',
               120, 120);



