﻿// Functions specific to a site.

(function($) {
	$(document).ready(function() {
		// Place document manipulation code here
		Cufon.replace('h1, .vineyard-title, table.wine-listing .wine-year');
		
		$('#bottle').randomClass( [ 'bottle1', 'bottle2', 'bottle3' ] );
		
		$('#subnav li:last').addClass('last');
	}); 
})(jQuery);
