// JavaScript Document
	
function toxicChecked(){

	document.form.story_type[0].checked = true;
	
}

function safeChecked(){

	document.form.story_type[1].checked = true;
	
}