/**
 * 
 */
// Custom JS functions 

jQuery(document).ready(function()		// make sure js functionality will be loaded on the end of the loading page process 
{
	jQuery('.view-display-id-page_1 .date-nav-wrapper .prev a').html('Previous Month');
	jQuery('.view-display-id-page_1 .date-nav-wrapper .next a').html('Next Month');
	
//	jQuery('.form-item-submitted-date-month').parent().append(this);
});
;

