﻿// Functions specific to a site.

(function($) {
	$(document).ready(function() {
		// Place document manipulation code here
		Cufon.replace('h1, .subnav-title, .product_heading');
		$('#subnav li:first-child').addClass('first');
		$('#subnav .L2:last').addClass('last');
	}); 
})(jQuery);
