



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('mikurun',
               'I leave it entirely to your kind consideration.',
               'http://friends.asiabynight.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/10/12/spod.5980.jpg',
               120, 
               120,
               'http://friends.asiabynight.com/public/browse.jhtml?action=profile&profileId=1523518');

wfSPODArray[1] =
    new wfSPOD('vjclare',
               'I might be no one but i want to be someone for you.',
               'http://friends.asiabynight.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/05/15/spod.7549.jpg',
               120, 
               120,
               'http://friends.asiabynight.com/public/browse.jhtml?action=profile&profileId=1371694');

wfSPODArray[2] =
    new wfSPOD('savannahleung',
               'I will become conversable when I feel happy.',
               'http://friends.asiabynight.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/09/29/spod.5886.jpg',
               120, 
               120,
               'http://friends.asiabynight.com/public/browse.jhtml?action=profile&profileId=1433830');

wfSPODArray[3] =
    new wfSPOD('noriko09',
               'I Love Italian wine!',
               'http://friends.asiabynight.com/',
               
               
               'http://images.worldfriends.tv/photos/2008/01/16/spod.6412.jpg',
               120, 
               120,
               'http://friends.asiabynight.com/public/browse.jhtml?action=profile&profileId=706012');

wfSPODArray[4] =
    new wfSPOD('Blossm',
               'The more we do for others, the more we can let ourselves shine!',
               'http://friends.asiabynight.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/12/11/spod.6324.jpg',
               120, 
               120,
               'http://friends.asiabynight.com/public/browse.jhtml?action=profile&profileId=381352');

wfSPODArray[5] =
    new wfSPOD('prettybird',
               'I am a very traditional Japaneselooking for soul mates',
               'http://friends.asiabynight.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/09/19/spod.5805.jpg',
               120, 
               120,
               'http://friends.asiabynight.com/public/browse.jhtml?action=profile&profileId=1433437');

wfSPODArray[6] =
    new wfSPOD('shamitapink',
               'Live and let Live.  Spread happiness.',
               'http://friends.asiabynight.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/09/26/spod.5852.jpg',
               120, 
               120,
               'http://friends.asiabynight.com/public/browse.jhtml?action=profile&profileId=1196317');

wfSPODArray[7] =
    new wfSPOD('hiromi1127',
               'Nice to meet you!',
               'http://friends.asiabynight.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/14/spod.8316.jpg',
               120, 
               120,
               'http://friends.asiabynight.com/public/browse.jhtml?action=profile&profileId=2898658');

wfSPODArray[8] =
    new wfSPOD('eunie',
               'twillight saga new moon......i like it...',
               'http://friends.asiabynight.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8261.jpg',
               120, 
               120,
               'http://friends.asiabynight.com/public/browse.jhtml?action=profile&profileId=2894647');

wfSPODArray[9] =
    new wfSPOD('alenia',
               'be your self',
               'http://friends.asiabynight.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/14/spod.8318.jpg',
               120, 
               120,
               'http://friends.asiabynight.com/public/browse.jhtml?action=profile&profileId=2898654');



