



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('kazumi0722',
               'I like a guy who can play some music instrunents and never say \&#034;I love all Japanese girls\&#034;.',
               'http://friends.japanesestreets.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/01/29/spod.6457.jpg',
               120, 
               120,
               'http://friends.japanesestreets.com/public/browse.jhtml?action=profile&profileId=865415');

wfSPODArray[1] =
    new wfSPOD('IkuMirage',
               'Always curisous about everything and try to explore something new',
               'http://friends.japanesestreets.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/09/19/spod.7132.jpg',
               120, 
               120,
               'http://friends.japanesestreets.com/public/browse.jhtml?action=profile&profileId=1849719');

wfSPODArray[2] =
    new wfSPOD('NOBU220',
               'Let\&#039;s play and laugh together',
               'http://friends.japanesestreets.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/12/14/spod.6329.jpg',
               120, 
               120,
               'http://friends.japanesestreets.com/public/browse.jhtml?action=profile&profileId=1632739');

wfSPODArray[3] =
    new wfSPOD('khanri666',
               'I love J-rock and J-pop !!!',
               'http://friends.japanesestreets.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/08/01/spod.5343.jpg',
               120, 
               120,
               'http://friends.japanesestreets.com/public/browse.jhtml?action=profile&profileId=785130');

wfSPODArray[4] =
    new wfSPOD('mermaide',
               'Follow your heart not follow your mine and enjoy your life coz life is only one......',
               'http://friends.japanesestreets.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/09/17/spod.5782.jpg',
               120, 
               120,
               'http://friends.japanesestreets.com/public/browse.jhtml?action=profile&profileId=1351299');

wfSPODArray[5] =
    new wfSPOD('DJm0927',
               'Music is my love. particularly hiphop and punk.',
               'http://friends.japanesestreets.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/02/19/spod.6509.jpg',
               120, 
               120,
               'http://friends.japanesestreets.com/public/browse.jhtml?action=profile&profileId=1754808');

wfSPODArray[6] =
    new wfSPOD('jumpei_x',
               'I like fashion, going out with my friends, listening to music.',
               'http://friends.japanesestreets.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/07/30/spod.5234.jpg',
               120, 
               120,
               'http://friends.japanesestreets.com/public/browse.jhtml?action=profile&profileId=1066408');

wfSPODArray[7] =
    new wfSPOD('minmin36',
               'I want to study English.Please help me!',
               'http://friends.japanesestreets.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/09/26/spod.5851.jpg',
               120, 
               120,
               'http://friends.japanesestreets.com/public/browse.jhtml?action=profile&profileId=1477738');

wfSPODArray[8] =
    new wfSPOD('tsubame0329',
               'My hobby is capoeira, let\&#039;s stimulate each other!',
               'http://friends.japanesestreets.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/09/11/spod.5755.jpg',
               120, 
               120,
               'http://friends.japanesestreets.com/public/browse.jhtml?action=profile&profileId=1473957');

wfSPODArray[9] =
    new wfSPOD('cherrypetals',
               'I want to do so many things but especially now...',
               'http://friends.japanesestreets.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/02/14/spod.6489.jpg',
               120, 
               120,
               'http://friends.japanesestreets.com/public/browse.jhtml?action=profile&profileId=858215');



