<!--
nodivtext = SLIDES.get_all_text("<li>", "<p>\n");
if (nodivtext)
{
document.write("<ul>\n" + nodivtext + "\n</ul>");
}
//-->