

/** 
* @filepath: breakingnews
* @created: Mon, 26 Jul 10 07:12:44 -0700
*/


/** 
* @filepath: /breakingnews/breakingnews.js
* @created: Sat, 24 Jul 10 01:27:55 -0700
*/

$(function(){if($.cookie(ABCBreakingNewsCookie)){$('div#alertBar').hide();}
var setCookie=function(){$.cookie(ABCBreakingNewsCookie,'true',{path:'/',domain:'go.com'});}
var fadeAlertBar=function(){$('div#alertBar').fadeTo('normal',0,function(){$(this).remove();});setCookie();}
$('a#alertCloseBtn').click(fadeAlertBar);});