(Click on chart to view larger copy. In August '06 we began using Google Analytics to be able to track web site traffic very accurately and do more sophisticated analysis. Note that these numbers actually underestimate our site visitation, slightly, because some older files and certain file types like PDFs aren't being counted.)
<?php
/**
* This php snippet displays content of a specified type, with teasers
*
* To change the type of content listed, change the $content_type.
*
* Works with drupal 4.6
*/
$content_type = 'content-action_alerts';
print '' . '' . l('DONATE', 'http://stopthedrugwar.org/changingminds09/donate') . '
' . '';
?>

