$(document).ready( function() {
		$('a.iframe').each(
			function (i) {
				$(this).replaceWith("<iframe src='" + this.getAttribute("href") + "'  frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:250px; height:85px;'></iframe>");
			}
		);
		$('a.fanboxiframe').each(
			function (i) {
				$(this).replaceWith("<iframe src='" + this.getAttribute("href") + "'  scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:320px; height:245px;' allowTransparency='true'></iframe>");
			}
		);
   });
   
   				

 

