



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('lanhuayi1024',
               'learning everyday',
               'http://www.friends.orientexpat.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8267.jpg',
               120, 120);

wfSPODArray[1] =
    new wfSPOD('carter228',
               'Easy-going chinese boy wanna find more friends in this community.',
               'http://www.friends.orientexpat.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/10/10/spod.5955.jpg',
               120, 120);

wfSPODArray[2] =
    new wfSPOD('Adamo123',
               'I heard about this through a friend, and decided to sign up to see if I can meet new people.',
               'http://www.friends.orientexpat.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/02/18/spod.7337.jpg',
               120, 120);

wfSPODArray[3] =
    new wfSPOD('ponpon77',
               'Let\&#039;s make friends with me.',
               'http://www.friends.orientexpat.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8347.jpg',
               120, 120);

wfSPODArray[4] =
    new wfSPOD('Arisamiyu',
               'Je suis japonaise. J\&#039;etudie le francais maintenant.',
               'http://www.friends.orientexpat.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8333.jpg',
               120, 120);

wfSPODArray[5] =
    new wfSPOD('creamycaramel',
               'I want an overseas friends.',
               'http://www.friends.orientexpat.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8351.jpg',
               120, 120);

wfSPODArray[6] =
    new wfSPOD('ulymaster',
               'single, fun korean woman hoping to make global friends.',
               'http://www.friends.orientexpat.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/14/spod.8323.jpg',
               120, 120);

wfSPODArray[7] =
    new wfSPOD('footloose4',
               'hello',
               'http://www.friends.orientexpat.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8285.jpg',
               120, 120);

wfSPODArray[8] =
    new wfSPOD('xxmitsi',
               'Love my work and following the fashion trend',
               'http://www.friends.orientexpat.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8174.jpg',
               120, 120);

wfSPODArray[9] =
    new wfSPOD('o101_0ioi',
               'Free!',
               'http://www.friends.orientexpat.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8200.jpg',
               120, 120);



