<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','Internet Filtering Software Wrongly Blocks Many Sites');

// if breadcrumb == true, then it fill in the right trail in the issue
// array
$smarty->assign('breadcrumb','false');

// example:
//$issue = array("Issues" => "/issues/", "Privacy" => "/issues/privacy/", "TIA" => "/issues/privacy/tia/");

$smarty->assign('issue',$issue);

$content  = '
<div id="featuretext">

<h4>For Immediate Release: Wednesday, September 18, 2002</h4>
<H1 CLASS="NAV">Internet Filtering Software Wrongly Blocks Many Sites</H1>
<H2 CLASS="DOL">Damages Educational Opportunities for Public School Students</H2>
<h4>Electronic Frontier Foundation Media Advisory</h4>


 <!-- Main text area. -->

<p>
<em>San Francisco</em> - The Electronic Frontier Foundation (EFF) and
the Online Policy Group (OPG) today released preliminary
results of research on Internet blocking or filtering in
schools.
</p>

<p>
The research examined the effects of N2H2\'s Bess and
SurfControl, two of the most commonly used Internet blocking
software products, on Internet searches of all topics from
the state-mandated curriculums of California, Massachusetts,
and North Carolina.
</p>

<p>
Examining nearly a million web pages, the researchers found
the following:
</p>
<ul>
<li> Schools that implement Internet blocking software with the
least restrictive settings will block tens of thousands of
web pages inappropriately, either because the web pages are
miscategorized or because the web pages, while correctly
categorized, do not merit blocking.</li>

<li> A large proportion of blocked sites are miscategorized--
probably about half of the sites blocked.</li>

<li> Although curriculum topic categories more often blocked
by N2H2\'s Bess product in an East Coast high school include
such topics as the Klan (36% blocked), firearms (50%),
drunk driving, slavery, genocide, and perjury (33%), they
also contain topics such as pogo-stick (46%), comedy (42%),
personal care (32%), likes and dislikes (32%), blend sounds
to make words (24%), write or dictate short poems (32%),
and "examine the effect of political programs and activities
of Populists" (100%).</li>

<li> Schools that implement Internet blocking software with the
least restrictive settings will block between 1/2% and 5% of
search results based on state-mandated curriculum topics.</li>

<li> Schools that implement Internet blocking software with the
most restrictive settings will block up to 70% of search
results based on state-mandated curriculum topics.</li>

</ul>
<p>
The final research report will be available in mid-October.
</p>

<h3>Links:</h3>

<ul>
	<li><a href="http://www.eff.org/Censorship/Academic_edu/Censorware/net_block_report/">For this advisory and location of final report</a></li>
	<li><a href="http://action.eff.org/action/index.asp?step=2&amp;item=1851">Action alert for Congressional repeal of CIPA</a></li>
	<li><a href="http://www.eff.org/Censorship/Academic_edu/Censorware/net_blocking_alert/">Action alert for school boards</a></li>
	<li><a href="http://www.eff.org/schoolblocking/">Flash animation of students facing Internet blocking in schools</a></li>
	<li><a href="http://www.salon.com/tech/wire/2002/09/15/filters/index.html">AP article mentioning schools refusing Internet filtering in Eugene, OR</a></li>
</ul>

<h3>About EFF:</h3>

<p>
The Electronic Frontier Foundation is the leading civil
liberties organization working to protect rights in the
digital world. Founded in 1990, EFF actively encourages and
challenges industry and government to support free
expression and privacy online. EFF is a member-supported
organization and maintains one of the most-linked-to
websites in the world at
<a href="http://www.eff.org/">http://www.eff.org/</a>
</p>



<h3>Contact:</h3>

<p>
Will Doherty
&nbsp;&nbsp;Media Relations Director<br>
  Electronic Frontier Foundation<br>
  <a href="mailto:wild@eff.org">wild@eff.org</a><br>
  +1 415 436-9333 x111 (office)
</p>



</div>
';

global $REQUEST_URI;
$smarty->assign('content',$content);
$smarty->display('generic.tpl',$REQUEST_URI);

?>
