/**
 * @Copyright CSSJockey - Web Design and Development
 * @Website: http://www.cssjockey.com
 * @Terms of Use: http://www.cssjockey.com/terms-of-use
 * If you change the contents below sky will fall on your head!
 */

$(document).ready(function(){
    $(function() {
	$("#datepicker").datepicker();
    });
})
$(document).ready(function(){
    $(function() {
	$("#datepicker2").datepicker();
    });
})