/*
Since I wanted to have the ability to e-mail myself a message when new files were uploaded I autoexecute the emailform which
is located in contribute.php
*/
function autoSendEmail() {
	// submit the form containing the e-mail
	document.emailform.submit(); 
}
