// Navigation Handler
// ---------------
// Author: Bradley Spaulding, USAi.net
//
// Requires the Prototype Library
// 
function initialize_announcements() {
	new Ajax.Updater('announcement_body', '/announcements/current', { method: 'get' });
	new Ajax.Updater('fuel_surcharges_body', '/fuel_surcharges/current', { method: 'get' });
}