$(function(){$('a.iframe').each(function (i) {$(this).replaceWith("<iframe src='" + this.getAttribute("href") + "' frameborder='0' scrolling='no' width='590' height='390'></iframe>");});});
