// scripts by ian cavalier
   // http://www.oxygenesis.com/
   // feel free to use/modify the following scripts any way you like as
   // long as these four comment lines remain with the source code.  thanks.

function Examine(filmometer) {
	alert('Thank you for visiting Filmometer.com.\n\nYour message will be processed when you press [OK].\n\nIf you have entered a valid email address and completed all required fields, you will now be returned to the Filmometer.com homepage.');
	filmometer.submit();
}
