  $(document).ready(function () {
        // create xhtml strict friendly iframe
        $('a.iframe').each(
			function (i) {
			    $(this).replaceWith("<iframe src='" + this.getAttribute("href") + "'  width='800px' height='320px' frameborder='0' scrolling='no'></iframe>");
			}
		);
    });		
    $(document).ready(function () {
        // create xhtml strict friendly iframe
        $('a.iframe2').each(
			function (i) {
			    $(this).replaceWith("<iframe src='" + this.getAttribute("href") + "'  width='345px' height='500px' frameborder='0' scrolling='no'></iframe>");
			}
		);
    });
    $(document).ready(function () {
        // create xhtml strict friendly iframe
        $('a.iframe3').each(
			function (i) {
			    $(this).replaceWith("<iframe src='" + this.getAttribute("href") + "'  width='930px' height='320px' frameborder='0' scrolling='yes'></iframe>");
			}
		);
    });	
    $(document).ready(function () {
        // create xhtml strict friendly iframe
        $('a.iframe4').each(
			function (i) {
			    $(this).replaceWith("<iframe src='" + this.getAttribute("href") + "'  width='940px' height='610px' frameborder='0' scrolling='yes'></iframe>");
			}
		);
    });	
       $(document).ready(function () {
        // create xhtml strict friendly iframe
        $('a.iframe5').each(
			function (i) {
			    $(this).replaceWith("<iframe src='" + this.getAttribute("href") + "'  width='930px' height='310px' frameborder='0' scrolling='yes'></iframe>");
			}
		);
    });		
           $(document).ready(function () {
        // create xhtml strict friendly iframe
        $('a.iframe6').each(
			function (i) {
			    $(this).replaceWith("<iframe src='" + this.getAttribute("href") + "'  width='740px' height='550px' frameborder='0' scrolling='yes'></iframe>");
			}
		);
    });		
   $(document).ready(function () {
        // create xhtml strict friendly iframe
        $('a.iframe7').each(
			function (i) {
			    $(this).replaceWith("<iframe src='" + this.getAttribute("href") + "'  width='505px' height='250px' frameborder='0' scrolling='no'></iframe>");
			}
		);
    });
     $(document).ready(function () {
        // create xhtml strict friendly iframe
        $('a.iframe600x300').each(
			function (i) {
			    $(this).replaceWith("<iframe src='" + this.getAttribute("href") + "'  width='600px' height='280px' frameborder='0' scrolling='no'></iframe>");
			}
		);
    });	
	
