





	


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('SamBMW666',
               'Enjoy every moment in life!',
               'http://friends.asiabynight.com/',
               
               
               'http://d2etxn1uda9tyh.cloudfront.net/photos/2007/07/30/spod.5247.jpg',
               120, 
               120,
               
               
               	'http://friends.asiabynight.com');
               
               
              	

wfSPODArray[1] =
    new wfSPOD('YoshiMac',
               'I love to love and be loved in return.',
               'http://friends.asiabynight.com/',
               
               
               'http://d2etxn1uda9tyh.cloudfront.net/photos/2009/07/07/spod.7627.jpg',
               120, 
               120,
               
               
               	'http://friends.asiabynight.com');
               
               
              	

wfSPODArray[2] =
    new wfSPOD('phrasurat_s',
               'Lets be friends, then you will know me!',
               'http://friends.asiabynight.com/',
               
               
               'http://d2etxn1uda9tyh.cloudfront.net/photos/2009/03/03/spod.7348.jpg',
               120, 
               120,
               
               
               	'http://friends.asiabynight.com');
               
               
              	

wfSPODArray[3] =
    new wfSPOD('lulu1025',
               'lovely and sweety girl find my dream boy',
               'http://friends.asiabynight.com/',
               
               
               'http://d2etxn1uda9tyh.cloudfront.net/photos/2009/04/17/spod.7516.jpg',
               120, 
               120,
               
               
               	'http://friends.asiabynight.com');
               
               
              	

wfSPODArray[4] =
    new wfSPOD('scarelt',
               'I \&#039;ll be your friend',
               'http://friends.asiabynight.com/',
               
               
               'http://d2etxn1uda9tyh.cloudfront.net/photos/2007/08/28/spod.5581.jpg',
               120, 
               120,
               
               
               	'http://friends.asiabynight.com');
               
               
              	

wfSPODArray[5] =
    new wfSPOD('crazy_suki',
               'Really friendly and fun to be with...',
               'http://friends.asiabynight.com/',
               
               
               'http://d2etxn1uda9tyh.cloudfront.net/photos/2009/07/27/spod.7691.jpg',
               120, 
               120,
               
               
               	'http://friends.asiabynight.com');
               
               
              	

wfSPODArray[6] =
    new wfSPOD('aristocatslala',
               'Please make friends. I\u3000wanna boyfriend as well. Please contact me if you interest.',
               'http://friends.asiabynight.com/',
               
               
               'http://d2etxn1uda9tyh.cloudfront.net/photos/2008/11/24/spod.7254.jpg',
               120, 
               120,
               
               
               	'http://friends.asiabynight.com');
               
               
              	

wfSPODArray[7] =
    new wfSPOD('WayneBarnes',
               'I am very outgoing and enjoy spending time having a laugh with friends.',
               'http://friends.asiabynight.com/',
               
               
               'http://d2etxn1uda9tyh.cloudfront.net/photos/2008/07/04/spod.6854.jpg',
               120, 
               120,
               
               
               	'http://friends.asiabynight.com');
               
               
              	

wfSPODArray[8] =
    new wfSPOD('lasar',
               'try to know more about me',
               'http://friends.asiabynight.com/',
               
               
               'http://d2etxn1uda9tyh.cloudfront.net/photos/2007/06/12/spod.4985.jpg',
               120, 
               120,
               
               
               	'http://friends.asiabynight.com');
               
               
              	

wfSPODArray[9] =
    new wfSPOD('yoshikok',
               'I just wanna be nice person\&#039;s friend that I can trust',
               'http://friends.asiabynight.com/',
               
               
               'http://d2etxn1uda9tyh.cloudfront.net/photos/2007/11/06/spod.6114.jpg',
               120, 
               120,
               
               
               	'http://friends.asiabynight.com');
               
               
              	




