var $j = jQuery;
$j(document).ready(function () {
							 
// Functions
	// Style file upload button/textbox
	$j("input[type=file]").filestyle({ 
		 image: "http://www.kirbyink.com/wp-content/themes/kirbyink/images/btn-browse.png",
		 imageheight : 19,
		 imagewidth : 71,
		 width : 250
	 });


// Random CSS 
	// Add commas to HOME tag cloud list
	$j("body.home .wp-tag-cloud li a:not(:last)").append(", ");
	

}); // END of document
