



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('tsukasatim',
               'I\&#039;d like to improve my English, because I want to get to know foreign people and communicate with them.',
               'http://friends.asia-expatsforum.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/10/19/spod.7758.jpg',
               120, 120);

wfSPODArray[1] =
    new wfSPOD('mmiinnll',
               'I am a Canadian but  born in Korea.',
               'http://friends.asia-expatsforum.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/01/14/spod.8004.jpg',
               120, 120);

wfSPODArray[2] =
    new wfSPOD('Jo_Nobu',
               'I love big cities especially because of the cultural variety and the lifestyle',
               'http://friends.asia-expatsforum.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/07/27/spod.7692.jpg',
               120, 120);

wfSPODArray[3] =
    new wfSPOD('eri00',
               'I woukd like to be acquainted with many people!',
               'http://friends.asia-expatsforum.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/01/04/spod.7960.jpg',
               120, 120);

wfSPODArray[4] =
    new wfSPOD('gaoxa',
               'make new friends and learn about different cultures.',
               'http://friends.asia-expatsforum.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/12/14/spod.7885.jpg',
               120, 120);

wfSPODArray[5] =
    new wfSPOD('yumechii',
               'Im looking for Boys and Girls whos would like to be my Friends',
               'http://friends.asia-expatsforum.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/01/15/spod.8046.jpg',
               120, 120);

wfSPODArray[6] =
    new wfSPOD('xperfume_rulzx',
               'I love to sing and dance',
               'http://friends.asia-expatsforum.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/01/14/spod.7997.jpg',
               120, 120);

wfSPODArray[7] =
    new wfSPOD('Robertcapa',
               'I have a passion for cooking, and read different kind of books.',
               'http://friends.asia-expatsforum.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/01/15/spod.8030.jpg',
               120, 120);

wfSPODArray[8] =
    new wfSPOD('sungcu1113',
               'looking for English conversation partner to practice my poor English.',
               'http://friends.asia-expatsforum.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/12/21/spod.7942.jpg',
               120, 120);

wfSPODArray[9] =
    new wfSPOD('Bani_Soup',
               'I love meeting new people, so please talk to me!~',
               'http://friends.asia-expatsforum.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/01/14/spod.7991.jpg',
               120, 120);



