Exemple #1
0
				$('select.autocomplete').select_autocomplete();

			});
	</script>  
</head>

<body>

	<div id="notice">
		<p class="title"> Notícias</p>
        <div id="acompanhe"> 
        	<p style="width: 180px; margin-top: -7px;  float: left;"> Acompanhe também CONAJE | ENEEJ</p>
            <a href="http://twitter.com/#!/conajeeneej" target="_blank"><img src="../images/a_twitter.png" width="48" height="48"/></a>
            <a href="https://www.facebook.com/conajeeneej" target="_blank"><img src="../images/a_facebook.png" width="48" height="48"/></a>
        </div>
        
		<div id="list_notices">
			<?php 
require_once "../model/noticias.php";
Noticia::show_notices();
//Noticia::form_add_noticia();
?>
	
		</div>

	</div>
	
</body>

</html>