﻿jQuery(document).ready(function ($) {
    var rec1 = '<iframe border="0" frameborder="0" marginheight="0" marginwidth="0" width="300" height="250" scrolling="no" allowtransparency="true" src="http://illegalalienreport.com/ads/rectangle3.html"></iframe>';
    var rec1area = document.getElementById("xxrectangle3");
    $(rec1area).html(rec1);
});   
