



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://japansugoi.worldfriendsnetworks.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/09/26/spod.5851.jpg',
               120, 120);

wfSPODArray[1] =
    new wfSPOD('weathergirlmina',
               'I\&#039;m very possitive person and try to do something new!',
               'http://japansugoi.worldfriendsnetworks.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/02/18/spod.7326.jpg',
               120, 120);

wfSPODArray[2] =
    new wfSPOD('natary',
               'Hello everyone, my name is Mari. I love traveling, meeting people from all over the world. I also love history, especially Western Medieval history.',
               'http://japansugoi.worldfriendsnetworks.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/05/21/spod.4916.jpg',
               120, 120);

wfSPODArray[3] =
    new wfSPOD('cherrypetals',
               'I want to do so many things but especially now...',
               'http://japansugoi.worldfriendsnetworks.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/02/14/spod.6489.jpg',
               120, 120);

wfSPODArray[4] =
    new wfSPOD('Sharry86',
               'Hi! I wanna talk to many people arnd the world',
               'http://japansugoi.worldfriendsnetworks.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/05/28/spod.6743.jpg',
               120, 120);

wfSPODArray[5] =
    new wfSPOD('totoromei',
               'Hello everyone.  I wanna make friend all over the world =)',
               'http://japansugoi.worldfriendsnetworks.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/07/09/spod.5130.jpg',
               120, 120);

wfSPODArray[6] =
    new wfSPOD('masuminmin',
               'Hi! I love travelling ,going to gym, swimming, listening to music and calligraphy',
               'http://japansugoi.worldfriendsnetworks.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/10/09/spod.7188.jpg',
               120, 120);

wfSPODArray[7] =
    new wfSPOD('yuri_0619',
               'A person of a christian please become my friend.',
               'http://japansugoi.worldfriendsnetworks.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/08/27/spod.5564.jpg',
               120, 120);

wfSPODArray[8] =
    new wfSPOD('sofiepink',
               'Friends say I\&#039;m innocent,crazy,amusing.',
               'http://japansugoi.worldfriendsnetworks.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/02/06/spod.6483.jpg',
               120, 120);

wfSPODArray[9] =
    new wfSPOD('sarufumi',
               'I want best frends!!!!',
               'http://japansugoi.worldfriendsnetworks.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/10/22/spod.6036.jpg',
               120, 120);



