// JavaScript Document
function commentScriptReveal() {
	// enter the URL of your renamed wp-comments-post.php file below
	//var scriptPath = "http://localhost/wordpress/wp-comments-post-die-spam-die.php";
	var scriptPath = "http://furiousball.com/inmydiatribe/wp-comments-post-die-spam-die.php";
	document.getElementById("commentform").setAttribute("action", scriptPath);
}