<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','Stickers');


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

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

<H1 CLASS="NAV">EFF Sticker Campaigns</H1>

<p>Please feel free to grab one of our stickers to put on your website
or distribute in any other way you see fit.
</p><p>
If you\'d like to use an image on your website, you can download the image to your own server, or use our <a
href="#html">suggested HTML</a> for including the image from our
webserver.  We have a multitude of designs and sizes to choose from.
We also have <a href="/campaigns/flash/">Flash banners</a> and <a href="/campaigns/banners/">gif banners</a>.
</p>

<p>&nbsp;</p>


<table border="0" cellpadding="2" cellspacing="2" width="100%">

<tr align="center">
	<th>Design</th>
	<th>120x60</th>
	<th>270x135</th>
	<th>540x270</th>
</tr>

<tr valign="middle" align="center">
	<td><img src="eff-posse-270x135.gif" alt="Fair Use Has A Posse" width="270" height="135" border="0"></td>
	<td>[<a href="eff-posse-120x60.gif">gif</a>]<br>[<a href="eff-posse-120x60.png">png</a>]</td>
	<td>[<a href="eff-posse-270x135.gif">gif</a>]<br>[<a href="eff-posse-270x135.png">png</a>]</td>
	<td>[<a href="eff-posse-540x270.gif">gif</a>]<br>[<a href="eff-posse-540x270.png">png</a>]<br>[<a href="eff-posse.tiff">tif</a>]</td>
</tr>

<tr valign="middle" align="center">
	<td><img src="eff-mp3-270x135.gif" alt="Fair Use Has A mp3" width="270" height="135" border="0"></td>
	<td>[<a href="eff-mp3-120x60.gif">gif</a>]<br>[<a href="eff-mp3-120x60.png">png</a>]</td>
	<td>[<a href="eff-mp3-270x135.gif">gif</a>]<br>[<a href="eff-mp3-270x135.png">png</a>]</td>
	<td>[<a href="eff-mp3-540x270.gif">gif</a>]<br>[<a href="eff-mp3-540x270.png">png</a>]<br>[<a href="eff-mp3.tiff">tif</a>]</td>
</tr>

<tr valign="middle" align="center">
	<td><img src="eff-coding-270x135.gif" alt="Fair Use Has A coding" width="270" height="135" border="0"></td>
	<td>[<a href="eff-coding-120x60.gif">gif</a>]<br>[<a href="eff-coding-120x60.png">png</a>]</td>
	<td>[<a href="eff-coding-270x135.gif">gif</a>]<br>[<a href="eff-coding-270x135.png">png</a>]</td>
	<td>[<a href="eff-coding-540x270.gif">gif</a>]<br>[<a href="eff-coding-540x270.png">png</a>]<br>[<a href="eff-coding.tiff">tif</a>]</td>
</tr>

</table>

<a name="html"></a> 
<p>Copy n\' Paste HTML</p>

<form>
<textarea rows="5" cols="60">
&lt;a href="http://www.eff.org/"&gt;
&lt;img src="http://www.eff.org/campaigns/stickers/eff-posse-120x60.gif" alt="Fair Use Has A Posse" border="0" width="120" height="60"&gt;&lt;/a&gt;
</textarea>
</form>
</div>
';

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

?>
