



function wfPhoto(url, width, height)
{
  this.url = url;
  this.width = width;
  this.height = height;
}

function wfSPOD(nickname, quote, link, photoUrl, photoWidth, photoHeight, profileLink)
{
  this.nickname = nickname;
  this.quote = quote;
  this.link = link;
  this.photo = new wfPhoto(photoUrl, photoWidth, photoHeight);
  this.profileLink = profileLink;
}

var wfSPODArray = new Array();



wfSPODArray[0] =
    new wfSPOD('green_tea1982',
               'Hi ^^',
               'http://www.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8251.jpg',
               120, 
               120,
               'http://www.worldfriends.tv/public/browse.jhtml?action=profile&profileId=2898868');

wfSPODArray[1] =
    new wfSPOD('eibsee',
               'I love to travel and have fun :)',
               'http://www.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/12/spod.8222.jpg',
               120, 
               120,
               'http://www.worldfriends.tv/public/browse.jhtml?action=profile&profileId=2878434');

wfSPODArray[2] =
    new wfSPOD('oruoru',
               'hi!!! nice to meet you!!!',
               'http://www.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8277.jpg',
               120, 
               120,
               'http://www.worldfriends.tv/public/browse.jhtml?action=profile&profileId=2505947');

wfSPODArray[3] =
    new wfSPOD('yuya10',
               'Don\&#039;t give up! I love peace.',
               'http://www.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2007/09/20/spod.5811.jpg',
               120, 
               120,
               'http://www.worldfriends.tv/public/browse.jhtml?action=profile&profileId=1479389');

wfSPODArray[4] =
    new wfSPOD('saburi85',
               '1/2 Japanese and 1/2 Chinese, 22 year old guy who was born and raised in Singapore.',
               'http://www.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2008/07/23/spod.6903.jpg',
               120, 
               120,
               'http://www.worldfriends.tv/public/browse.jhtml?action=profile&profileId=1312086');

wfSPODArray[5] =
    new wfSPOD('Carrera911',
               'Every little effort we do can help our earth to be greener.',
               'http://www.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2008/06/30/spod.6821.jpg',
               120, 
               120,
               'http://www.worldfriends.tv/public/browse.jhtml?action=profile&profileId=1657603');

wfSPODArray[6] =
    new wfSPOD('Wanka',
               'I travel a lot in asia, and loved it so much',
               'http://www.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8275.jpg',
               120, 
               120,
               'http://www.worldfriends.tv/public/browse.jhtml?action=profile&profileId=946569');

wfSPODArray[7] =
    new wfSPOD('niwa_desu',
               'I am glad to meet you\u2665',
               'http://www.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8342.jpg',
               120, 
               120,
               'http://www.worldfriends.tv/public/browse.jhtml?action=profile&profileId=2140206');

wfSPODArray[8] =
    new wfSPOD('tiffanyrn',
               'nice to meet you =)',
               'http://www.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/08/05/spod.8371.jpg',
               120, 
               120,
               'http://www.worldfriends.tv/public/browse.jhtml?action=profile&profileId=2765881');

wfSPODArray[9] =
    new wfSPOD('Airin_wolf',
               'I am a girl who loves to have fun',
               'http://www.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/22/spod.8358.jpg',
               120, 
               120,
               'http://www.worldfriends.tv/public/browse.jhtml?action=profile&profileId=2117384');



