



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('aquagreen',
               'I love traveling and meeting friends from all over the world',
               'http://dating.singaporeexpats.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/05/spod.8168.jpg',
               120, 120);

wfSPODArray[1] =
    new wfSPOD('milujutebe',
               'Hi ~',
               'http://dating.singaporeexpats.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/02/spod.8150.jpg',
               120, 120);

wfSPODArray[2] =
    new wfSPOD('hailey80',
               'I\&#039;d like to make some good friends all around the world.I can speak English fluently as well as korean.',
               'http://dating.singaporeexpats.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8282.jpg',
               120, 120);

wfSPODArray[3] =
    new wfSPOD('le_chaperon_rouge',
               'I\&#039;m naturally happy!',
               'http://dating.singaporeexpats.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/12/spod.8235.jpg',
               120, 120);

wfSPODArray[4] =
    new wfSPOD('seohee',
               'bonjour\r\nje m\&#039;appelle seohee\r\nje suis etudiante.\r\nj\&#039;etudie l\&#039;horticulture.',
               'http://dating.singaporeexpats.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8281.jpg',
               120, 120);

wfSPODArray[5] =
    new wfSPOD('shpuzzle10',
               'Let\&#039;s be friends. ^.^',
               'http://dating.singaporeexpats.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8343.jpg',
               120, 120);

wfSPODArray[6] =
    new wfSPOD('ryanarabia',
               'really difficult being a single male here ... help ...',
               'http://dating.singaporeexpats.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/05/12/spod.8103.jpg',
               120, 120);

wfSPODArray[7] =
    new wfSPOD('sweetitalian',
               'hi as i just said im looking for a very simple and cute girl',
               'http://dating.singaporeexpats.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/09/11/spod.7753.jpg',
               120, 120);

wfSPODArray[8] =
    new wfSPOD('niwa_desu',
               'I am glad to meet you\u2665',
               'http://dating.singaporeexpats.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8342.jpg',
               120, 120);

wfSPODArray[9] =
    new wfSPOD('kranketante',
               'Watasi wa Tina desu ... I\&#039;m studying Japanese',
               'http://dating.singaporeexpats.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8189.jpg',
               120, 120);



