Arguments in header, footer and empty of Views

I know that this is going to come in handy - wait, it already has. Used it on the Michigan Outdoor Properties website (http://www.michiganoutdoorproperties.com) for the Listings by County and Listings by Use.

Link to stuff here: http://drupal.org/node/42599#comment-105738
This is how I am using it:

<?php global $current_view?>
<h3>You are viewing Michigan Outdoor 
Properties property listings located in 
<?php print $current_view->args[0]; ?> county Michigan.</h3>
<p>Michigan Outdoor Properties listings are 
carefully chosen by our associates and represent 
some of the best Hunting and Fishing property 
available in Michigan.  If you are having difficulty 
finding a property that fits your needs please 
<a href="/contact-us" title="Contact Michigan 
Outdoor Properties">contact us</a>.
?>