<?php

include("eff_setup2.php");
$smarty = new EFFSmarty;
$smarty->assign('title','Patent Busting Project');
$smarty->assign('patent','true');
$smarty->assign('issue',$issue);
$smarty->caching = false;
$issue = array("Patent Busting Project" => "/patent/");

$content  = <<<EOT
<div class="wrapper">
<div class="clr"></div>
<img src="img/logo.gif" width="350" height="105" alt="Patent Busting Project"><br />
<b>
An EFF Initiative To Protect Innovation and Free Expression
</b>
<p>
Tired of bogus software patents? So are we! To combat these annoying
and often dangerous legal weapons, EFF has launched the Patent Busting
Project to take down some of worst offenders.
</p><p>
<b>We need your help!</b> Take a look at the Top Ten Most Wanted culprits on
our list, and let us know if you have any leads on technology that
predates them (called "prior art") that we can use to challenge their
validity. Click on a patent to find out more. 
</p><p>
<p><b>&raquo; EFF has discovered a new bogus patent &#8212; <a href="http://www.eff.org/deeplinks/2009/11/eff-tackles-bogus-podcasting-patent-and-we-need-yo">help us bust Volomedia's podcasting patent!</a></b></p><p>
&raquo; <a href="wp.php">Read more about this project</a><br />

<div class="wanted">
<img src="img/header-350.png" width="350" height="106" alt="Wanted by EFF Marshals" border="0" />
<br />

<table border="0" cellspacing="0" cellpadding="4" width="100%">
  <tr>
    <td width="70" valign="top"><a href="wanted/patent.php?p=acacia"><img src="img/face_acacia-70.png" width="70" height="93" alt="Acacia Research" border="0" /></a>
    </td>
    <td valign="top" width="105">
    <a href="wanted/patent.php?p=acacia"><b>Acacia Research</b></a><br />
    Streaming Media Patent
    </td>
    <td width="70" valign="top"><a href="wanted/patent.php?p=clearchannel"><img src="img/face_clearchannel.png" width="70" height="93" alt="Clear Channel" border="0" /></a></td>
    <td width="105" valign="top">
    <a href="wanted/patent.php?p=clearchannel"><b>Clear Channel/Live Nation</b></a><br />
    Live Concert Recording Patent
    </td>
  </tr>
  <tr>
  <td width="70" valign="top"><a href="wanted/patent.php?p=acceris"><img src="img/face_acceris-70.png" width="70" height="93" alt="Acceris" border="0" /></a>
    </td>
    <td valign="top" width="105">	
    <a href="wanted/patent.php?p=acceris"><b>C2 (formerly Acceris)</b></a><br />
    VoIP Patent 
    </td>
    <td width="70" valign="top"><a href="wanted/patent.php?p=sheldon"><img src="img/face_sheldon2_70.png" width="70" height="93" alt="Sheldon Goldberg" border="0" /></a>
    </td>
    <td valign="top" width="105">
    <a href="wanted/patent.php?p=sheldon"><b>Sheldon F. Goldberg</b></a><br />
    Online Gaming Patent
    </td>
  </tr>
  <tr>
    <td width="70" valign="top"><a href="wanted/patent.php?p=ideaflood"><img src="img/face_ideaflood-70.png" width="70" height="93" alt="Ideaflood/Hoshiko" border="0" /></a>
    </td>
    <td valign="top" width="105">
    <a href="wanted/patent.php?p=ideaflood"><b>Ideaflood/Hoshiko</b></a><br />
    Personalized Sub-domain patent
    </td>
    <td width="70" valign="top"><a href="wanted/patent.php?p=neomedia"><img src="img/face_neomedia-70.png" width="70" height="93" alt="Neomedia" border="0" /></a>
    </td>
    <td valign="top" width="105">
    <a href="wanted/patent.php?p=neomedia"><b>Neomedia Technologies</b></a><br />
    Identifier/Directory Lookup Patent
    </td>
  </tr>
  <tr>
    <td width="70" valign="top"><a href="wanted/patent.php?p=test"><img src="wanted/imgz/face_test-r.png" width="70" height="93" alt="Test.com" border="0" />
    </td>
    <td valign="top" width="105">
    <a href="wanted/patent.php?p=test"><b>Test.com</b></a><br />
    Online Test-Taking Patent 
    </td>
    <td width="70" valign="top"><a href="wanted/patent.php?p=nintendo"><img src="img/face_nintendo-70.png" width="70" height="93" alt="Nintendo" border="0" /></a>
    </td>
    <td valign="top" width="105">
    <a href="wanted/patent.php?p=nintendo"><b>Nintendo</b></a><br />
    Handheld Software Emulation Patent 
    </td>
  </tr>
  <tr>
  <td width="70" valign="top"><a href="wanted/patent.php?p=firepond"><img src="img/face_firepond-70.png" width="70" height="93" alt="Firepond/Polaris" border="0" /></a>
    </td>
    <td valign="top" width="105">
    <a href="wanted/patent.php?p=firepond"><b>Firepond/Polaris</b></a><br />
    Natural Language Processing Patent 
    </td>
	<td width="70" valign="top"><a href="wanted/patent.php?p=seer"><img src="img/face_seer-70.png" width="70" height="93" alt="Seer Systems" border="0" /></a>
    </td>
    <td valign="top" width="105">
    <a href="wanted/patent.php?p=seer"><b>Seer Systems</b></a><br />
    Digital Music Encoding Patent
   </td>
</tr>
<tr><td colspan="4"><img src="img/footer-350.png" border="0" width="350" height="13" /><br /></td></tr>

</table>

</div>
<div class="clr"></div>

EOT;

global $REQUEST_URI;
$request = preg_replace('/(\?|&)f=\//', '\1f=', $REQUEST_URI);
$request = preg_replace('/(\?|&)f=(\.\.\/)*/', '\1f=', $request);
$smarty->assign('content',$content);
$smarty->display('drupal.tpl', $request);

?>
