(function(){
  var lang = 'en';
  if(typeof fanopic_lang=='string'){lang = fanopic_lang;}
  var url='http://'+lang+'.fanopic.com/widgets/topic/'
  if(typeof fanopic_topic_name=='string'){
    url += fanopic_topic_name;
  } else {
    url += 'fanopic';
  }
  var width = 300;
  if(typeof fanopic_widget_width=='string'){
    width = fanopic_widget_width;
  }
  url += '?width='+width;
  var height = 500;
  if(typeof fanopic_widget_height=='string'){
    height = fanopic_widget_height;
  }
  url += '&height='+height;
  var show_images = true;
  if(typeof fanopic_show_images=='string'){
    show_images = fanopic_show_images;
  }
  url += '&show_images='+show_images;
  document.write("<iframe src='"+url+"' height='"+height+"' width='"+width+
        "' frameborder='no' scrolling='no'></iframe>");
})()