



function wfPhoto(url, width, height)
{
  this.url = url;
  this.width = width;
  this.height = height;
}

function wfSPOD(nickname, quote, link, photoUrl, photoWidth, photoHeight)
{
  this.nickname = nickname;
  this.quote = quote;
  this.link = link;
  this.photo = new wfPhoto(photoUrl, photoWidth, photoHeight);
}

var wfSPODArray = new Array();



wfSPODArray[0] =
    new wfSPOD('busihakokou',
               'The wolf live, and the pig die, and but have the mercy',
               'http://friends.rinkya.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/11/08/spod.6134.jpg',
               120, 120);

wfSPODArray[1] =
    new wfSPOD('nolle',
               'My hobby is music,play guitar and snowboarding. I compose.I love rock!!',
               'http://friends.rinkya.com/',
               
               
               'http://images.worldfriends.tv/photos/2009/05/15/spod.7547.jpg',
               120, 120);

wfSPODArray[2] =
    new wfSPOD('Les_nuages',
               'I like motorbike, bicycle, french film and music (rock, ballock, classic)',
               'http://friends.rinkya.com/',
               
               
               'http://images.worldfriends.tv/photos/2007/10/31/spod.6081.jpg',
               120, 120);

wfSPODArray[3] =
    new wfSPOD('hiromi1127',
               'Nice to meet you!',
               'http://friends.rinkya.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/14/spod.8316.jpg',
               120, 120);

wfSPODArray[4] =
    new wfSPOD('aromax',
               'Please make friends\u2606 I want to learn English!',
               'http://friends.rinkya.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8214.jpg',
               120, 120);

wfSPODArray[5] =
    new wfSPOD('oruoru',
               'hi!!! nice to meet you!!!',
               'http://friends.rinkya.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8277.jpg',
               120, 120);

wfSPODArray[6] =
    new wfSPOD('naopoppo1013',
               'I can teach Japanese if you want it. Let\&#039;s be friends!!',
               'http://friends.rinkya.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/05/spod.8156.jpg',
               120, 120);

wfSPODArray[7] =
    new wfSPOD('Mitukin',
               'Hi all! trying hard over English and French',
               'http://friends.rinkya.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8172.jpg',
               120, 120);

wfSPODArray[8] =
    new wfSPOD('komachi2',
               'I speak only Japanese.',
               'http://friends.rinkya.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8184.jpg',
               120, 120);

wfSPODArray[9] =
    new wfSPOD('shino810',
               'You can talk to me in Japanese. Talk with me many things!',
               'http://friends.rinkya.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8328.jpg',
               120, 120);



