Meowify is a jQuery plugin created in recognition of National Cat Day (October 29). Just include it in your template and get meowifed.
Include the script:
<script src="meowify.js"></script>
Call the meowify() function on any element you'd like to meowify!
Example (this makes all links meow!):
<script>
$('a').meowify();
</script>