<!--
/*
####################################################################
# PHP|mill Webmaster Tools 2.0 - Licenced Software                 #
# ---------------------------------------------------------------- #
# Copyright © 2005 PHPmill. All Rights Reserved.                   #
# This file may not be redistributed in whole or part.             #
# ------------------- http://www.phpmill.com --------------------- #
####################################################################
  
  WEBMASTERS, ADD TOOLS TO YOUR WEBSITE, VISIT WWW.PHPMILL.COM
  
*/
function phpmill_clear_textbox(FormName) {
	switch (FormName) {
		case 'keyworddensitytool':
			if (document.phpmill_keyworddensitytool.phpmill_url.value == "http://www.ewilla.com")
			document.phpmill_keyworddensitytool.phpmill_url.value = "";
			break;
		case 'spidertool':
			if (document.phpmill_spidertool.phpmill_url.value == "http://www.ewilla.com")
			document.phpmill_spidertool.phpmill_url.value = "";
			break;
		case 'httpheadertool':
			if (document.phpmill_httpheadertool.phpmill_url.value == "http://www.ewilla.com")
			document.phpmill_httpheadertool.phpmill_url.value = "";
			break;
		case 'dnstool':
			if (document.phpmill_dnstool.phpmill_url.value == "http://www.ewilla.com")
			document.phpmill_dnstool.phpmill_url.value = "";
			break;
		case 'reversednstool':
			if (document.phpmill_reversednstool.phpmill_ip.value == "192.0.34.166")
			document.phpmill_reversednstool.phpmill_ip.value = "";
			break;
	}
} 
-->