13 : <link rel="stylesheet" type="text/css" href="highslide/highslide.css" />
14 : <!--- <cfinclude template="includes/rollover.cfm"> --->
15 : <cfquery name="GetCategories" datasource="#DSname#" cachedwithin="#CreateTimeSpan(0, 0, 4, 0)#">
16 : Select CatID, Category
17 : From WYRecipeCategories
|