$(document).ready( function() {
   // create xhtml strict friendly iframe
		$('a.iframe').each(
			function (i) {
				$(this).replaceWith("<iframe src='" + this.getAttribute("href") + "'  width='575' height='1450' frameborder='0' allowtransparency='true' scrolling='yes'></iframe>");
			}
		);
   });


$(document).ready( function() {
   // create xhtml strict friendly iframe
		$('a.iframea').each(
			function (i) {
				$(this).replaceWith("<iframe src='" + this.getAttribute("href") + "'  width='856' height='541' frameborder='0' allowtransparency='true' style='overflow:hidden;margin-top:28px;margin-left:2px;'></iframe>");
			}
		);
   });


