



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('tloonvye',
               'I would love to be friends with people from all around the globe.. :)',
               'http://friends.hardcorej.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8280.jpg',
               120, 120);

wfSPODArray[1] =
    new wfSPOD('greenpeace927',
               'I don\&#039;t like to talk myself.',
               'http://friends.hardcorej.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/14/spod.8311.jpg',
               120, 120);

wfSPODArray[2] =
    new wfSPOD('o101_0ioi',
               'Free!',
               'http://friends.hardcorej.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8200.jpg',
               120, 120);

wfSPODArray[3] =
    new wfSPOD('oruoru',
               'hi!!! nice to meet you!!!',
               'http://friends.hardcorej.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8277.jpg',
               120, 120);

wfSPODArray[4] =
    new wfSPOD('ponpon77',
               'Let\&#039;s make friends with me.',
               'http://friends.hardcorej.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8347.jpg',
               120, 120);

wfSPODArray[5] =
    new wfSPOD('sp21ca',
               'just a little english. Thanks. Nice to meet you.',
               'http://friends.hardcorej.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/05/spod.8166.jpg',
               120, 120);

wfSPODArray[6] =
    new wfSPOD('lanhuayi1024',
               'learning everyday',
               'http://friends.hardcorej.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8267.jpg',
               120, 120);

wfSPODArray[7] =
    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://friends.hardcorej.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8282.jpg',
               120, 120);

wfSPODArray[8] =
    new wfSPOD('kimayoung',
               'i want to be a friend with you',
               'http://friends.hardcorej.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8287.jpg',
               120, 120);

wfSPODArray[9] =
    new wfSPOD('isabella7',
               '^^',
               'http://friends.hardcorej.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/14/spod.8298.jpg',
               120, 120);



