﻿jQuery(document).ready(function ($) {
    var rec1 = document.createElement("iframe");
    var now4 = new Date();
    var rec1frameid = "recframe" + now4.getSeconds();
    rec1.setAttribute("id", rec1frameid);
    rec1.setAttribute("border", "0");
    rec1.setAttribute("frameborder", "0");
    rec1.setAttribute("marginheight", "0");
    rec1.setAttribute("marginwidth", "0");
    rec1.setAttribute("width", "300");
    rec1.setAttribute("height", "250");
    rec1.setAttribute("scrolling", "no");
    rec1.setAttribute("allowtransparency", "true");
    rec1.setAttribute("src", "http://illegalalienreport.com/ads/rectangle.html");
    var rec1area = document.getElementById("xxrectangle");
    $(rec1area).html(rec1);
});   
