| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
    <head>
        <title></title>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
        <script type="text/javascript" src="jquery.flashmessage.js"></script>
    </head>
    <body>
        <div class="flash"> </div>
        <ul id="msg">
                <li>this is test 1 and it is fun</li>
                <li>this is test 2 and may be fun</li>
                <li>this is test 3</li>
                <li>this is test 4</li>
        </ul>
    </body>
</html>
 |