<?
function num_comments2($pid) {  // the function to get the number of comments on a certain post
	$sql = "SELECT cid FROM comment_text WHERE pid='$pid' AND isSpam='no'";
	$result = mysql_query($sql) or die("Your SQL query: <br />$sql<br /><br />MySQL said:<br />".mysql_error());
	$number = mysql_num_rows($result);
	return($number);
}
$db = mysql_connect("internal-db.s2231.gridserver.com", "stillfam", "rootbeer1");
if (!$db)
	echo "<font color=\"red\">ERROR</font>: could not connect to database for some odd reason... please try again later";
mysql_select_db("db2231_talkback");
?>
<!-- BEGIN BLOGGER CODE -->


<? $frontpage = 1; ?>

<h1>Monday, April 03, 2006</h1>

<h2><a href="http://www.stilldavid.com/2006/04/more-fun-in-chico.php" title="more fun in chico">more fun in chico</a><a name="114411143725630345"></a></h2>
<p>You know, you gotta love this town.  I hate to go on another rant, but I just got <a href="/stuff/zinggletter.html">this letter</a> from the president of the university I attend.  It basically outlines a hate crime that happened last Sunday.  Some car downtown got defaced with racial slurs, <em>in front of the guy's house</em>.  This is ridiculous!  If you live in California, you may have also heard that <a href="http://www.sacbee.com/content/news/story/14237211p-15058000c.html">our girls softball season was canceled</a>.  Why?  A seventeen year old recruit was sent to the hospital for alcohol poisoning <em>at a softball party</em>.  The best part?  She was recruit, as in, not even on the team or even a college student for that matter.<br /><br />The sad part is how commonplace this is.  Here's a direct quote from the article in the <em>Sacramento Bee</em>:<br /><blockquote>An 18-year-old student died in 2000 after drinking a bottle of brandy at a fraternity party; a 19-year-old Chico student was killed the following year after authorities say he passed out drunk on train tracks.<br /><br />In January 2005, a 19-year-old Butte College student nearly died after drinking a large quantity of vodka in a pledge initiation held on the Chico campus; in February 2005, a fraternity hazing ritual resulted in the death of a 21-year-old pledge.</blockquote><br />While it's cool going to the nation's "party school"&mdash;we have been mentioned in primetime hits such as <em>American Dad</em> and <em>King of the Hill</em>&mdash;it is still a sobering reminder how much of a reality living in this town is.<br /><br />Anyway, I'm not mad. I mean, people do what they do, and goodness knows I get my fair share of partying in.  But are hate crimes necessary?  Do people have to die?</p>
<div class="byline">posted @ 5:36 PM
<?
if (isset($frontpage) && $frontpage == 1) { 
	?>
[ <a href="http://www.stilldavid.com/2006/04/more-fun-in-chico.php#comments" onclick="sndReq('114411143725630345'); return false;" id="a114411143725630345"><? echo (num_comments2("114411143725630345") == 0 ? " Add Comment" : " Show ".num_comments2("114411143725630345")." Comments"); ?></a> <a href="http://www.stilldavid.com/2006/04/more-fun-in-chico.php#comments" title="add/view comments" onclick="commentPopUp('/talkback/index.php?pid=114411143725630345'); return false;"><img src="/images/newwin.gif" alt="new window" title="new window" /></a> ]
[<a href="http://www.stilldavid.com/2006/04/more-fun-in-chico.php" title="permalink">link to this post</a>] 
</div><br /><div class="comment" id="c114411143725630345"></div><br />
	<?
} else {
	echo "</div>";
	$pid = '114411143725630345';
	include '../../talkback/showcomments.php';
}
?>

<!-- END BLOGGER CODE -->