    function createFeed(region1, category1, type1, startdate1, enddate1, keyword) {
        var theurl;
        var keyword1 = keyword.replace(" ", "%20");
        theurl = "http://www.experiencela.com/rss/feeds/xlaevents.aspx?id=custom&amp;region=" + region1 + "&amp;category=" + category1 + "&amp;type=" + type1 + "&amp;startdate=" + startdate1 + "&amp;enddate=" + enddate1 + "&amp;keyword=" + keyword1 + " ";
        document.getElementById("customurl").innerHTML = "<textarea name=hot32 cols=60 rows=5 class=maintext >" + theurl + "</textarea><br><span class=\"mini style2\">Click  textbox to select link, then Copy &amp; Paste into your RSS Reader</span>";
        document.getElementById("customurl2").innerHTML = "<a href=" + theurl + " target=blank><img src=\"/images/ico_rss.gif\" alt=\"RSS\" width=\"27\" height=\"13\" border=\"0\" hspace=\"5\" align=\"absmiddle\">Subscribe to Your Custom RSS Feed</a>";
    }
