// this file is dynamically generated
function validatefields1337(form){
var alertmsg = 'Submit Your Auction Idea: Please enter the following required information:\n\n';
var options = 0;
var answers_num = 0;
if (alertmsg == 'Submit Your Auction Idea: Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}
