/*  RQNOJ Discussion Scripts
    This is NOT freeware, all rights reversed by the developers
*/
function fastreply(str) {
	$("postform").Title.value = str;
	$("postform").Discuss.focus();
}

