$(function() {
  /*
  if ($.cookie('r3_news') == null) {
    $.showNotice("New! Now your codes are automatically saved and displayed in the \"your codes\" section!", {
      duration: 6000
    })

    $.cookie('r3_news', true, { 
      expires: new Date("12/30/2009") 
    });
  }
  */
});

