<h3><?php_e('Using Widgets to Put Ads on Your Site','plugin-wonderful')?></h3>
<p>
<?php_e('Visit <a href="widgets.php">Appearance -> Widgets</a> to quickly add Project Wonderful advertisements to your site. Having multiple widgets on your site only works in WordPress 2.8 and above.','plugin-wonderful')?>
</p>
<h3><?php_e('Using the Template Tags in Your Theme','plugin-wonderful')?></h3>
<p>
<?php_e('Find the location in your theme where you want the ad to appear. Type in the template tag for that ad, surrounded in PHP tags, like this:','plugin-wonderful')?>
<h3><?php_e('Embedding Ads Directly In Body Copy','plugin-wonderful')?></h3>
<p>
<?php_e('In your blog post, use a PW() tag with either the adbox ID or the template tag name to embed the adbox directly in your entry:','plugin-wonderful')?>
</p>
<tt>PW(<?phpecho$this->first_adboxid?>)</tt>
<p><?php_e('If you need to display the PW() code in your post, escape the parenthesis:','plugin-wonderful')?></p>
<tt>PW\(<?phpecho$this->first_adboxid?>\)</tt>
<h3><?php_e('Inserting Ads Into Your RSS Feeds <em>(experimental)</em>','plugin-wonderful')?></h3>
<p>
<?php_e('You can insert your Project Wonderful ads into you RSS feeds. The ads you insert into your feed also need to be crawlable by the Project Wonderful ad checking robot, so it\'s recommended that you put ads into your RSS feed that you\'re already showing on your site. Not all RSS feed readers support displaying the embedded ads.','plugin-wonderful')?>
</p>
<?phpif(isset($_GET['allow-destroy'])){?>
<h3><?php_e('Rebuilding Your Project Wonderful Ad Database','plugin-wonderful')?></h3>
<p>
<?php_e('If you are having issues with your ads not downloading correctly from Project Wonderful, click this button to destroy and rebuild the database that stores ad info.','plugin-wonderful')?>