// rtr_forms.js
//
// Written by Paul Bingman, http://edgewood.net
//
// Copyright (c) 2009, Robin Taylor Roth Enterprises LLC.
// All rights reserved.

$(function()
{
	$(".date-picker").datepicker({ minDate: +0, duration: 'fast' });
});

// end of rtr_forms.js
