var RSSAD_FAB_URL = "http://feemo.rssad.jp";
if (typeof Rssad == "undefined") {Rssad = {};if (typeof Rssad.FeemoAdBnner == "undefined") {Rssad.FeemoAdBnner = {};}}
if (typeof Rssad.FeemoAdBnner.Rectangle == "undefined") {
    Rssad.FeemoAdBnner.Rectangle = {
        requestBanner: function () {
            document.write('<iframe name="' + RSSAD_FAB_RECTANGLE_CATEGORY + '" id="' + RSSAD_FAB_RECTANGLE_CATEGORY + '" src="'
                + RSSAD_FAB_URL + '/template/feemo/fab/' + RSSAD_FAB_RECTANGLE_CATEGORY + '.html" width="300" height="250"'
                + ' frameborder="0" marginheight="0" marginwidth="0"'
                + ' vspace="0" hspace="0" allowtransparency="true" scrolling="no">');
            document.write('</ifr' + 'ame>');
        }
    }
}
Rssad.FeemoAdBnner.Rectangle.requestBanner();