



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('RinkaAyu',
               'Usually looking backward isn\&#039;t helpful. It just hurts your neck and the things you see are never worth it. It\&#039;s fine.',
               'http://personals.beijing-visitor.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/06/06/spod.6760.jpg',
               120, 120);

wfSPODArray[1] =
    new wfSPOD('chvinnie',
               'i guess i am honest and look for a good man who is honest and good heart',
               'http://personals.beijing-visitor.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/08/28/spod.5639.jpg',
               120, 120);

wfSPODArray[2] =
    new wfSPOD('harkonnenz',
               'Hi~~ YO!!!',
               'http://personals.beijing-visitor.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/09/25/spod.5841.jpg',
               120, 120);

wfSPODArray[3] =
    new wfSPOD('xiaoyu998',
               'i am looking for a kind, responsible, generous man and he is good in career also.',
               'http://personals.beijing-visitor.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/07/16/spod.7656.jpg',
               120, 120);

wfSPODArray[4] =
    new wfSPOD('maxyin',
               'I will let your tooth aways expose in the sunshine.',
               'http://personals.beijing-visitor.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/08/28/spod.5594.jpg',
               120, 120);

wfSPODArray[5] =
    new wfSPOD('Weiyi925',
               'I am a kind and easygoing person...sometimes funny, sometimes crazy...',
               'http://personals.beijing-visitor.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/07/15/spod.7649.jpg',
               120, 120);

wfSPODArray[6] =
    new wfSPOD('enjoycolour',
               'Hi~  I\&#039;m a pretty girl',
               'http://personals.beijing-visitor.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/07/16/spod.5168.jpg',
               120, 120);

wfSPODArray[7] =
    new wfSPOD('pinkocherry',
               'hello everyone! im a lovely girl and i\&#039;d like to know more new friends here!',
               'http://personals.beijing-visitor.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/05/28/spod.6746.jpg',
               120, 120);

wfSPODArray[8] =
    new wfSPOD('smap0115',
               'I wish i could make some japanese friends in shanghai',
               'http://personals.beijing-visitor.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/08/28/spod.5642.jpg',
               120, 120);

wfSPODArray[9] =
    new wfSPOD('liweilian',
               'Hi~ I\&#039;m a cute boy and a fashion designer.',
               'http://personals.beijing-visitor.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/08/28/spod.5641.jpg',
               120, 120);



