<cda>
		<!---
	<set name="welcome" layout="dashboard" cols="2" title="Welcome" navigationName="Extranet Home">
	
		<cfif listFind( client.permissionList, "ActiveOpportunitiesPortlet")>
			<portlet cols="2" name="myPipeline" title="Active Opportunities" url="apps/SPL/index.cfm?mode=direct&amp;get=gauge&amp;gauge=myPipeline" scriptURL="/_js/apps/SPL/spl.js,/_js/apps/OPR/disp_operator.js" />
		</cfif>
		<portlet cols="2" name="pipelineGauge" title="Sales Pipeline by Stage &amp; Status" url="apps/SPL/index.cfm?mode=direct&amp;get=gauge&amp;gauge=pipelineStatus" scriptURL="/_js/apps/SPL/spl.js"  />
		<content cols="2" name="welcomeMessage" sectionId="2693" categoryId="13314"/>
	</set>
		--->
		
	<set name="welcome" layout="dashboard" cols="3" title="Welcome">
		<cfinclude template="../_common/MFR/dashboard.cfm"/>
		<content cols="3" name="welcomeMessage" sectionId="2693" categoryId="13314" title="Welcome <cfoutput>#htmleditformat( client.user_first )#</cfoutput>"/>
	</set>
			
</cda>
