jQuery(function($) {

	// adjust print action to expand read more
	$('#Print a').click(function() { $('a.awc-show').click(); });

	
});

