<cfswitch expression="#thistag.executionMode#">
	<cfcase value="start">
		.
	</cfcase>
	<cfcase value="end">
		
	</cfcase>
</cfswitch>