Is it possible to create an "Alert" button that can be turned on and off thru wp-admin. Of course the "Alert" button im asking for is to be published at the main page, but can only be turned on when its needed.
Im using wordpress with jqueryMobile for your information.
EDIT:
Its pretty hard to explain this. But i found this plugin and it does what im after. Except this plugin show the notification on everypage - even wp-admin.
To the question:
Is it possible to create a notification/menubar that can be tunerd on/off from wp-admin. The idea behind this is to show important "news" whenever.?
Whats the best solution?

if(get_option('alert_button')) echo 'Alert!';. – brasofilo Jan 22 at 14:10