



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('yacchi2060',
               'Im easy going and very friendly. Im looking for some friends who can chat or hang out with me.',
               'http://friends.asiabynight.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/12/spod.8233.jpg',
               120, 120);

wfSPODArray[1] =
    new wfSPOD('meiwhen',
               'I love dancing ,movie,hiking,sport,cooking and not worry about get tan.',
               'http://friends.asiabynight.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8196.jpg',
               120, 120);

wfSPODArray[2] =
    new wfSPOD('seohee',
               'bonjour\r\nje m\&#039;appelle seohee\r\nje suis etudiante.\r\nj\&#039;etudie l\&#039;horticulture.',
               'http://friends.asiabynight.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8281.jpg',
               120, 120);

wfSPODArray[3] =
    new wfSPOD('suuu87',
               'if anyone interested in korea, I would like to be your friend.',
               'http://friends.asiabynight.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8292.jpg',
               120, 120);

wfSPODArray[4] =
    new wfSPOD('tksskql',
               'I\&#039;d like to see a lot of good friends here. Please contact me~~~^^',
               'http://friends.asiabynight.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8252.jpg',
               120, 120);

wfSPODArray[5] =
    new wfSPOD('atom0810',
               'now i study english and chinese!i try to study harder and harder.',
               'http://friends.asiabynight.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8178.jpg',
               120, 120);

wfSPODArray[6] =
    new wfSPOD('shpuzzle10',
               'Let\&#039;s be friends. ^.^',
               'http://friends.asiabynight.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8343.jpg',
               120, 120);

wfSPODArray[7] =
    new wfSPOD('kimayoung',
               'i want to be a friend with you',
               'http://friends.asiabynight.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8287.jpg',
               120, 120);



