//Event.observe(window, 'load', function() {
//	Event.observe($('contestValue'),"blur",function(event) {
//		if ($F('contestValue') >= 1000000) {
//			$('extraPayoutOptions').style.display = "block";
//      $$("input[type=radio][name='payOut'][value='cash']")[0].writeAttribute("checked", "checked");
//		} else {
//			$('extraPayoutOptions').style.display = "none";
//		}
//    });
//});
