



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('jade16ours',
               'I\&#039;m looking for friends around my age in the area to hang out with and have some language exchanges.',
               'http://friends.roadjunky.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/22/spod.8355.jpg',
               120, 
               120,
               'http://friends.roadjunky.com/public/browse.jhtml?action=profile&profileId=2507524');

wfSPODArray[1] =
    new wfSPOD('alenia',
               'be your self',
               'http://friends.roadjunky.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/14/spod.8318.jpg',
               120, 
               120,
               'http://friends.roadjunky.com/public/browse.jhtml?action=profile&profileId=2898654');

wfSPODArray[2] =
    new wfSPOD('oruoru',
               'hi!!! nice to meet you!!!',
               'http://friends.roadjunky.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8277.jpg',
               120, 
               120,
               'http://friends.roadjunky.com/public/browse.jhtml?action=profile&profileId=2505947');

wfSPODArray[3] =
    new wfSPOD('yosikage',
               'Hi! I am Japanese man. I would like to meet person who has the same hobby.',
               'http://friends.roadjunky.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/05/10/spod.8069.jpg',
               120, 
               120,
               'http://friends.roadjunky.com/public/browse.jhtml?action=profile&profileId=2350658');

wfSPODArray[4] =
    new wfSPOD('darkmiyu13',
               'I\&#039;m looking for friends ... differents culture tips/Boys and girls both are welcome XD',
               'http://friends.roadjunky.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/12/spod.8220.jpg',
               120, 
               120,
               'http://friends.roadjunky.com/public/browse.jhtml?action=profile&profileId=2723606');

wfSPODArray[5] =
    new wfSPOD('kaorulocke',
               'Good fortune comes to the brave !',
               'http://friends.roadjunky.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8259.jpg',
               120, 
               120,
               'http://friends.roadjunky.com/public/browse.jhtml?action=profile&profileId=2536889');

wfSPODArray[6] =
    new wfSPOD('jjluke',
               'I love meeting new people.',
               'http://friends.roadjunky.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/06/14/spod.8129.jpg',
               120, 
               120,
               'http://friends.roadjunky.com/public/browse.jhtml?action=profile&profileId=2516691');

wfSPODArray[7] =
    new wfSPOD('naopoppo1013',
               'I can teach Japanese if you want it. Let\&#039;s be friends!!',
               'http://friends.roadjunky.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/05/spod.8156.jpg',
               120, 
               120,
               'http://friends.roadjunky.com/public/browse.jhtml?action=profile&profileId=2560076');



