function init(e) {
	scaleomatic();
	Event.observe(window, "resize", scaleomatic);
	new Flashloader();		

	$motate = new Motate("rotator", "content/rotators/2010_02_Blog/2010_02_Blog.php, content/rotators/2010_01_FTWORTH/2010_01_FTWORTH.php", "#d0d8bf");
	
	try {	
		Event.observe ($("testlink"),"click",
			function(e) {
				e.stop();
				var cheeta = new mcFormMailer(e); 
			}
		);	
	} catch(e) {
	}

}