/*_*/

/*
	Mootools-1.2.4-core is up to DomReady
	Mootools-1.2.4.2-more have Overtext with it's dependancies
*/

document.documentElement.id = "js"; 

window.addEvent('domready', function() {
	/* Overtexts */
	if ($('AuthLogin')) {
		new OverText($('AuthLogin'));
	}
	if ($('AuthPassword')) {
		new OverText($('AuthPassword'));
	}
});

