



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('ASky',
               'I am also currently learning Mandarin and Japanese, if you know either one you can play the role of a teacher with me.',
               'http://personals.bigwhiteguy.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/22/spod.8359.jpg',
               120, 120);

wfSPODArray[1] =
    new wfSPOD('oruoru',
               'hi!!! nice to meet you!!!',
               'http://personals.bigwhiteguy.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8277.jpg',
               120, 120);

wfSPODArray[2] =
    new wfSPOD('Charlene_RA',
               'Treat others as you would like to be treated... Nankurunaisa!!!',
               'http://personals.bigwhiteguy.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8254.jpg',
               120, 120);

wfSPODArray[3] =
    new wfSPOD('alyssawhalen',
               'Pandas! they\&#039;re soooo cute',
               'http://personals.bigwhiteguy.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/12/spod.8221.jpg',
               120, 120);

wfSPODArray[4] =
    new wfSPOD('juwellyfish',
               'I\&#039;m studying English and Chinese',
               'http://personals.bigwhiteguy.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8204.jpg',
               120, 120);

wfSPODArray[5] =
    new wfSPOD('Airin_wolf',
               'I am a girl who loves to have fun',
               'http://personals.bigwhiteguy.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/22/spod.8358.jpg',
               120, 120);

wfSPODArray[6] =
    new wfSPOD('hiromi1127',
               'Nice to meet you!',
               'http://personals.bigwhiteguy.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/14/spod.8316.jpg',
               120, 120);

wfSPODArray[7] =
    new wfSPOD('eibsee',
               'I love to travel and have fun :)',
               'http://personals.bigwhiteguy.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/12/spod.8222.jpg',
               120, 120);

wfSPODArray[8] =
    new wfSPOD('icevanhell',
               'I speak German and English fluently and a lil bit of French.',
               'http://personals.bigwhiteguy.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8273.jpg',
               120, 120);

wfSPODArray[9] =
    new wfSPOD('or10n',
               'wanna meet a cute girls ^_^',
               'http://personals.bigwhiteguy.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8330.jpg',
               120, 120);



