// Javascript (C)David Tyler 2009function UponLoad(){	document.domain = 'rmhsdrama.com';	if(defined(window.dt_loaded)){ return false; }	window.dt_loaded = true;	Forms.init();	PreloadImages();	KeyPress.init('F9', 'Console.Prompt()');	Lightbox.init();	Slideshow.init();	SubMenu.init();	Corners.All();	WYSIWYG.init();	//new Ajax.PeriodicalUpdater($$('body')[0], window.location.href, { method: 'get', frequency: 10, decay: 0 });	}function UponChange(){	Lightbox.update();	// Dt_E.CheckAllPositions();	}function UponResize(){	Lightbox.update();	// Dt_E.CheckAllPositions();	}try{ document.observe('dom:loaded', UponLoad); }catch(e){}Ajax.Responders.register({ onComplete: UponChange });window.onload = UponLoad;window.onresize = UponResize;