﻿jQuery(document).ready(function ($) {
    var footerlinkbanner = document.createElement("a");
    footerlinkbanner.setAttribute("href", "http://illegalaliensarrested.com");
    var footerlinkimage = document.createElement("img");
    footerlinkimage.setAttribute("src", "http://illegalalienreport.com/logos/illegal-aliens-arrested-banner.png");
    footerlinkimage.setAttribute("alt", "Illegal Aliens Arrested");
    footerlinkimage.setAttribute("style", "border-color:#000000");
    $(footerlinkbanner).append(footerlinkimage);
    var area = document.getElementById("iarab");
    $(area).html(footerlinkbanner);
});      
