



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('nozomi1688',
               '\u3044\u3044\u5965\u3055\u3093\u306A\u308A\u305D\u3046\u3067\u8A00\u308F\u308C\u307E\u3057\u305F.',
               'http://friends.asia-expatsforum.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/12/spod.8228.jpg',
               120, 120);

wfSPODArray[1] =
    new wfSPOD('Ypsilon',
               'I\&#039;m looking for friends from all over the world.',
               'http://friends.asia-expatsforum.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/07/27/spod.7690.jpg',
               120, 120);

wfSPODArray[2] =
    new wfSPOD('lilac4',
               'Hi ^^',
               'http://friends.asia-expatsforum.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/12/spod.8216.jpg',
               120, 120);

wfSPODArray[3] =
    new wfSPOD('milujutebe',
               'Hi ~',
               'http://friends.asia-expatsforum.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/02/spod.8150.jpg',
               120, 120);

wfSPODArray[4] =
    new wfSPOD('ponpon77',
               'Let\&#039;s make friends with me.',
               'http://friends.asia-expatsforum.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8347.jpg',
               120, 120);

wfSPODArray[5] =
    new wfSPOD('classicmusican',
               'I\&#039;d love to teach you English if I can learn Japanese or improve my French.',
               'http://friends.asia-expatsforum.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8202.jpg',
               120, 120);

wfSPODArray[6] =
    new wfSPOD('icevanhell',
               'I speak German and English fluently and a lil bit of French.',
               'http://friends.asia-expatsforum.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8273.jpg',
               120, 120);

wfSPODArray[7] =
    new wfSPOD('kimsaewon',
               'I love sad movies.',
               'http://friends.asia-expatsforum.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8197.jpg',
               120, 120);

wfSPODArray[8] =
    new wfSPOD('sojun2009',
               'I am looking for some friends to keep my sight global',
               'http://friends.asia-expatsforum.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/02/spod.8145.jpg',
               120, 120);

wfSPODArray[9] =
    new wfSPOD('hiromi1127',
               'Nice to meet you!',
               'http://friends.asia-expatsforum.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/14/spod.8316.jpg',
               120, 120);



