/** * Purpose: Used with notifications.js to provide JS routines to show system notifications * in a status div that popups in the page. * It also provides a function for toggling the display of that function * * Copyright: Up and Running * Date: 10/28/2007 * Author: Pete Hanson * */ Event.observe(window,'load',function() { flashNotification(); });