



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('satori_x',
               'Hi! I am an easygoing, weird, fun, smart, shy girl who wishes to find new friends out in the world.',
               'http://dating.nightlifeguides.net/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/14/spod.8310.jpg',
               120, 120);

wfSPODArray[1] =
    new wfSPOD('sakurai90',
               'lets be friends from all over the world , peace and love !!',
               'http://dating.nightlifeguides.net/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8255.jpg',
               120, 120);

wfSPODArray[2] =
    new wfSPOD('Eternalspirit',
               'I hope to make lots of nice friends across the globe ... and maybe one special friend for life ^u^',
               'http://dating.nightlifeguides.net/',
               
               
               'http://images.worldfriends.tv/photos/2006/12/11/spod.4633.jpg',
               120, 120);

wfSPODArray[3] =
    new wfSPOD('kkzz',
               'Hello ^_______^',
               'http://dating.nightlifeguides.net/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/02/spod.8146.jpg',
               120, 120);

wfSPODArray[4] =
    new wfSPOD('is086',
               'Easy going and fun !',
               'http://dating.nightlifeguides.net/',
               
               
               'http://images.worldfriends.tv/photos/2009/05/26/spod.7566.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://dating.nightlifeguides.net/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/12/spod.8233.jpg',
               120, 120);

wfSPODArray[6] =
    new wfSPOD('gabygd',
               'Dolphins are so cute, smart, friendly and they don\&#039;t hurt anybody.',
               'http://dating.nightlifeguides.net/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8332.jpg',
               120, 120);



