// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults

// things to do when the page first loads
function window_onload() {
  if (window.flash_notice) alert(flash_notice);
}
window.onload = window_onload;
