var replaceHero = function(id, dataPath) {
  $("#"+id).replaceWith('<iframe id="hero-iframe" src="/us/en/hp-modules/march2011-pradeep-tabs/frame.html" scrolling="no" frameborder="0" allowtransparency="true" style="border:none; overflow:hidden; width:935px; height:408px;" data-data-path="'+dataPath+'"></iframe>');
}
