<!--- Randomly set the app-specific data source. ---> <cfif (randRange( 1, 2 ) EQ 1)> <cfset this.datasource = "ben" /> <cfelse> <cfset this.datasource = "ben_bunk" /> </cfif>