var html = ''; if (typeof(nomao_w_small_icons) == "undefined") var nomao_w_small_icons = 1; if (typeof(nomao_w_display_lists) == "undefined") var nomao_w_display_lists = 1; var nomao_w_title = "My list of events"; var nomao_w_bee = 1; function setWHeader() { html = '
My list of events '; if ((typeof(nomao_w_display_lists) != "undefined") && nomao_w_display_lists && nomao_w_title) html+= ''; html+= '
'; if ((typeof(nomao_w_bee) != "undefined") && (nomao_w_bee)) html+= '
'; html+= '
'; return html; } function setWFooter() { html = '
'; return html; } html += ''; html+= setWHeader(); html += ''; html+= setWFooter(); document.write(html);