/*
 * This is an experiment in centralizing javascript
 *
 * depends on scriptaculous and prototype and some hard coded names
 * that obviously  wouldn't be present in a correct implementation.
 */
function us_bad() {
  var e = $('bgi');

  e.show();
//  e.writeAttribute('src', 'not_ok.gif');
  e.writeAttribute('src', 'not_ok_neon.jpg');
}
