



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('greenpeace927',
               'I don\&#039;t like to talk myself.',
               'http://japundit.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/14/spod.8311.jpg',
               120, 120);

wfSPODArray[1] =
    new wfSPOD('green_tea1982',
               'Hi ^^',
               'http://japundit.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8251.jpg',
               120, 120);

wfSPODArray[2] =
    new wfSPOD('Junkfood7',
               'Hi ^^',
               'http://japundit.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/05/spod.8170.jpg',
               120, 120);

wfSPODArray[3] =
    new wfSPOD('creamycaramel',
               'I want an overseas friends.',
               'http://japundit.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/19/spod.8351.jpg',
               120, 120);

wfSPODArray[4] =
    new wfSPOD('lanhuayi1024',
               'learning everyday',
               'http://japundit.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8267.jpg',
               120, 120);

wfSPODArray[5] =
    new wfSPOD('xxmitsi',
               'Love my work and following the fashion trend',
               'http://japundit.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/06/spod.8174.jpg',
               120, 120);

wfSPODArray[6] =
    new wfSPOD('ulymaster',
               'single, fun korean woman hoping to make global friends.',
               'http://japundit.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/14/spod.8323.jpg',
               120, 120);

wfSPODArray[7] =
    new wfSPOD('seohee',
               'bonjour\r\nje m\&#039;appelle seohee\r\nje suis etudiante.\r\nj\&#039;etudie l\&#039;horticulture.',
               'http://japundit.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8281.jpg',
               120, 120);

wfSPODArray[8] =
    new wfSPOD('suuu87',
               'if anyone interested in korea, I would like to be your friend.',
               'http://japundit.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/13/spod.8292.jpg',
               120, 120);

wfSPODArray[9] =
    new wfSPOD('nozomi1688',
               '\u3044\u3044\u5965\u3055\u3093\u306A\u308A\u305D\u3046\u3067\u8A00\u308F\u308C\u307E\u3057\u305F.',
               'http://japundit.worldfriends.tv/',
               
               
               'http://images.worldfriends.tv/photos/2010/07/12/spod.8228.jpg',
               120, 120);



