If you want to make 5 different announcents from Monday to friday can the plug in handle that? like in a scheduler program? can you control size and placement of the announcement?
marv
<?php
if(function_exists('announcer')) {
announcer();
}
?>