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; if (typeof(nomao_w_title) == "undefined") var nomao_w_title = "default_list"; if (typeof(nomao_w_bee) == "undefined") var nomao_w_bee = 1 function setWHeader() { html = '
'+(nomao_w_title.substr(0, (nomao_w_width - 55)/7))+' 
'; 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);