Event.observe(window, 'load', function () {

	if	($('survey').page_id.value == 1) {
		
		/*Event.observe('survey', 'submit', function(e) {
		
			d = $('survey').getInputs('text')
		
			for (i=0;i<d.length;i++) {
				if (d[i].value == '') {
					e.stop();
					alert("Please enter your full name, e-mail and team.");
					return;
				}
			}
		
		
		});
		*/
	
	}

});
