  
try {
  var wpdivs = document.getElementsByTagName('div');
  for (var i=0; i<wpdivs.length; i++) {
    if (wpdivs[i].id == 'wpdc_embed_12204491051') {
      wpdivs[i].innerHTML = "<div style=\"width: 320px; height: 345px;\"><iframe\nsrc=\"http://www.widgipedia.com/widgets/tpcs/Weathe" +
"r-Channel-Weather-Reports-e1933-32768_134217728.widget?__install_id=1220449105806&amp;__view=embed\" " +
"frameborder=\"0\" width=\"320\" height=\"345\" style=\"border: none; padding: 0px; margin: 0px; width: 320p" +
"x; height: 345px;\" scrolling=\"no\"></iframe></div>";
;
      wpdivs[i].style.display = '';
    }
  }
} catch(e) {}
