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