
			$(document).ready(function() {
				$("#roll > li:last-child").addClass("last-entry");
				$("#roll-interior > li:last-child").addClass("last-entry");
				$("#tweet-list > li:last-child").addClass("last-entry");
				Cufon.replace('#nav li a', {textShadow: '1px 1px #fff', hover: {color: '#00355f'}});
				Cufon.replace('p.brand', {textShadow: '1px 1px #c1c3c4'});
				Cufon.replace('p.beer', {textShadow: '1px 1px #c1c3c4'});
				Cufon.replace('h2', {textShadow: '1px 1px #fcdc83'});
				Cufon.replace('h3', {textShadow: '1px 1px #f1f1f1'});
				Cufon.replace('#page-content div.entry h3 a', {textShadow: '1px 1px #f1f1f1', hover: {color: '#015b73'}});
				Cufon.replace('form fieldset label');
				Cufon.replace('form fieldset label span', {textShadow: '1px 1px #f1f1f1'});
				Cufon.replace('ul.contact-information li');
				Cufon.replace('ul.contact-information li a', {textShadow: '1px 1px #f1f1f1'});
				Cufon.replace('p.required span', {textShadow: '1px 1px #f1f1f1'});
				Cufon.replace('#tweet a.follow', {textShadow: '1px 1px #a6ba8a', hover: {color: '#000'}});
			});
