



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('minmin36',
               'I want to study English.Please help me!',
               'http://friends.3yen.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/09/26/spod.5851.jpg',
               120, 120);

wfSPODArray[1] =
    new wfSPOD('xSayaka',
               'I\&#039;m nice, you can trust me, somethimes a bit weird. Just like everyone.',
               'http://friends.3yen.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/11/16/spod.6191.jpg',
               120, 120);

wfSPODArray[2] =
    new wfSPOD('aimfd',
               'I want  to meet someone mature, interesting and funny~~ hope to hear from u v^,^',
               'http://friends.3yen.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/08/05/spod.6999.jpg',
               120, 120);

wfSPODArray[3] =
    new wfSPOD('nanasoul',
               'I want to foreign friend and  I like soul music.',
               'http://friends.3yen.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/11/08/spod.6136.jpg',
               120, 120);

wfSPODArray[4] =
    new wfSPOD('IkuMirage',
               'Always curisous about everything and try to explore something new',
               'http://friends.3yen.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/09/19/spod.7132.jpg',
               120, 120);

wfSPODArray[5] =
    new wfSPOD('japanesedolly',
               'Just looking for interesting people to chat with!',
               'http://friends.3yen.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/07/28/spod.6920.jpg',
               120, 120);

wfSPODArray[6] =
    new wfSPOD('princess_yucieo2',
               'I\&#039;m just simple but always captivating man\&#039;s attention.',
               'http://friends.3yen.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/07/29/spod.6933.jpg',
               120, 120);

wfSPODArray[7] =
    new wfSPOD('sakurazakari',
               'I love travel, please send me a mail!!',
               'http://friends.3yen.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/08/24/spod.7718.jpg',
               120, 120);

wfSPODArray[8] =
    new wfSPOD('Secco93',
               'Please drop me a line if you\&#039;re interested in me!',
               'http://friends.3yen.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/08/24/spod.7722.jpg',
               120, 120);

wfSPODArray[9] =
    new wfSPOD('flowerhana',
               'Honest, funny, outgoing girl looking for friends.',
               'http://friends.3yen.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/09/08/spod.7111.jpg',
               120, 120);



