



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('piki_87',
               'Hello nice to meet you! I am interested in many cultures!',
               'http://friends.fuckedgaijin.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/01/15/spod.8042.jpg',
               120, 120);

wfSPODArray[1] =
    new wfSPOD('jiasuting',
               'seeks language exchange partner',
               'http://friends.fuckedgaijin.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/01/14/spod.8012.jpg',
               120, 120);

wfSPODArray[2] =
    new wfSPOD('aoi_tsuki13',
               'I love meeting new people, hope we can be friends :)',
               'http://friends.fuckedgaijin.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/01/15/spod.8044.jpg',
               120, 120);

wfSPODArray[3] =
    new wfSPOD('candysaya',
               'I wanna turn my view to the world and to expand it!',
               'http://friends.fuckedgaijin.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/01/15/spod.8022.jpg',
               120, 120);

wfSPODArray[4] =
    new wfSPOD('Ava266155',
               'I am out-going,and want to make more friends to practice English',
               'http://friends.fuckedgaijin.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/01/14/spod.7989.jpg',
               120, 120);

wfSPODArray[5] =
    new wfSPOD('Sarafi',
               'I\&#039;m Sarah, a student from Germany who lives in \u2026',
               'http://friends.fuckedgaijin.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/12/21/spod.7932.jpg',
               120, 120);

wfSPODArray[6] =
    new wfSPOD('AdoreMe',
               'I\&#039;m open-minded and sociable',
               'http://friends.fuckedgaijin.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/01/04/spod.7970.jpg',
               120, 120);

wfSPODArray[7] =
    new wfSPOD('kiruthika',
               'DO YOUR BEST.. GOD WILL DO THE REST...',
               'http://friends.fuckedgaijin.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/12/04/spod.7262.jpg',
               120, 120);

wfSPODArray[8] =
    new wfSPOD('viviancherry',
               'a good listener and always find interedt in making people happy',
               'http://friends.fuckedgaijin.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/01/14/spod.8011.jpg',
               120, 120);



