





	


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('summerae',
               'Life is a journey. Live simply; Laugh heartily; &amp; Love deeply.',
               'http://www.paktology.com/',
               
               
               'http://d2etxn1uda9tyh.cloudfront.net/photos/2007/09/19/spod.5803.jpg',
               120, 
               120,
               
               
               
               	'http://www.paktology.com/public/browse.jhtml?action=profile&profileId=1490402');
               
              	

wfSPODArray[1] =
    new wfSPOD('yoshimi01',
               'To meet the love of my life',
               'http://www.paktology.com/',
               
               
               'http://d2etxn1uda9tyh.cloudfront.net/photos/2009/11/23/spod.7784.jpg',
               120, 
               120,
               
               
               
               	'http://www.paktology.com/public/browse.jhtml?action=profile&profileId=2538670');
               
              	

wfSPODArray[2] =
    new wfSPOD('ella_ella',
               'like to share my happiness and good news with other people',
               'http://www.paktology.com/',
               
               
               'http://d2etxn1uda9tyh.cloudfront.net/photos/2009/11/23/spod.7787.jpg',
               120, 
               120,
               
               
               
               	'http://www.paktology.com/public/browse.jhtml?action=profile&profileId=1597798');
               
              	




