var bulloptions = {
    emButton: false
};


willow.ready(function($) {
  	willow.getNews("11839",function(data){$('body').bulletin(data,bulloptions);},{"backlink":window.location});   	
});	

