



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('nozomi1688',
               '\u3044\u3044\u5965\u3055\u3093\u306A\u308A\u305D\u3046\u3067\u8A00\u308F\u308C\u307E\u3057\u305F.',
               'http://www.heypersonals.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/12/spod.8228.jpg',
               120, 120);

wfSPODArray[1] =
    new wfSPOD('aleksandrak',
               'I am interested in persons with a sense of humour',
               'http://www.heypersonals.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8274.jpg',
               120, 120);

wfSPODArray[2] =
    new wfSPOD('or10n',
               'wanna meet a cute girls ^_^',
               'http://www.heypersonals.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8330.jpg',
               120, 120);

wfSPODArray[3] =
    new wfSPOD('moreeazy',
               'hi',
               'http://www.heypersonals.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/14/spod.8315.jpg',
               120, 120);

wfSPODArray[4] =
    new wfSPOD('green_tea1982',
               'Hi ^^',
               'http://www.heypersonals.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8251.jpg',
               120, 120);

wfSPODArray[5] =
    new wfSPOD('meram',
               'I\&#039;m an American that recently moved to China',
               'http://www.heypersonals.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/14/spod.8295.jpg',
               120, 120);

wfSPODArray[6] =
    new wfSPOD('satori_x',
               'Hi! I am an easygoing, weird, fun, smart, shy girl who wishes to find new friends out in the world.',
               'http://www.heypersonals.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/14/spod.8310.jpg',
               120, 120);

wfSPODArray[7] =
    new wfSPOD('eibsee',
               'I love to travel and have fun :)',
               'http://www.heypersonals.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/12/spod.8222.jpg',
               120, 120);

wfSPODArray[8] =
    new wfSPOD('AudreyLukia',
               'I search Japanese friends for help me to learn Japanese',
               'http://www.heypersonals.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8257.jpg',
               120, 120);

wfSPODArray[9] =
    new wfSPOD('sara_86',
               'I\&#039;m a funny,positive,sensitive,passionate and crazy girl looking for friends all over the world :)',
               'http://www.heypersonals.com/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/12/spod.8236.jpg',
               120, 120);



