/*
javascript for the tabbed_news_and_events_v1 widget

- Tabs before used (#home #content-sub1) and (#home #content-sub2) and a variety of other
selectors to turn on tabs. This way is much simpiler (just .news_events_tabs). This will
cause issues with styles (most likely) and will require that the skin.css be tweaked to
regain site specific styles and get rid of widget-defined styles

*/
// Events and News tabs
jQuery(function(){
  // Get tabs setup
  jQuery('#tabbed-news-and-events-widget').tabs();
});
