/****************************************************************************
* *
* Copyright © BLUEMARMOT.COM - All Rights Reserved *
* *
* You may not copy this code or use it on websites except *
* as authorized by David Rose at BlueMarmot.com. *
* Copyright info and any links for this module must remain intact. *
* Questions, comments? Go to www.bluemarmot.com *
* *
****************************************************************************/
var eTT_cnt = 0;var eTT_st = false;var eTTr = false;var eTT_f;var eTT_tid;function eTT_gr() { eTT_st = false; eTTr = false; eTT_cnt = 0; if(eTT_tid) { clearTimeout(eTT_tid); } eTT_f = document.forms['eTTform']; eTT_f.wpm.value = ""; eTT_f.inp.value = "";}function eTT_s() { if(eTTr) { return; } eTTr = true; eTT_tmr();}function eTT_tmr() { if( !eTT_st ) { eTTr = true; eTT_cnt ++; eTT_wpm(); eTT_tid = setTimeout("eTT_tmr()",1000); }}function eTT_c() { eTT_st = true; clearTimeout(eTT_tid); eTT_wpm();}function eTT_wpm(){ var w = eTT_f['inp'].value.split(" "); var cnt = 0; for(var i=0; i