<!--
  function warn() {
	//alert("Registration for the Earth Day Festival (Sat. April 25)\nends TODAY!!!! Please click on News for more details.");
  }

  function temp_show(id)
  {
    var t=setTimeout( function(){xAniOpacity(id, 1, 3000, 0);}, 1000);
    var t=setTimeout( function(){xAniOpacity(id, 0, 1000, 0);}, 12000);
  }

  function set_classes()
  {
	var c = xGetElementById('offer');
	if (c)
	{
        	xStyle('background','url(/imgs/inksplash.scale80.v2.jpg) 5% 60% no-repeat',xGetElementById('bodyDiv'));
	}
  }

  if (true)
  {
  xAddEventListener(window, 'load',
    function() {
      warn();
      xAniOpacity('notice', 0, 0, 0);
      var t=setTimeout( function(){
           xStyle('display','block',xGetElementById('notice')); },
           10);
      temp_show('notice');
      set_classes();
    }, false
  );
  }
//-->

