<?xml version="1.0" encoding="US-ASCII"?>
<?xml-stylesheet title="XSL_formatting" type="text/xsl" href="../RSS/norss.xsl"?>
<rss version="2.0"  xmlns:atom="http://www.w3.org/2005/Atom">
<%@ Language=VBScript%>
<% Response.ContentType = "text/xml" %>
<!--#Include Virtual="ssi/VBSDBOpen.inc"-->
<% 	dim blnNotes(25)
	lngMID=387
	strBR = "&lt;br /&gt;" %>
<channel>

<!--#Include Virtual="ssi/VBSSession.inc"-->  
<!--#Include Virtual="ssi/VBSValidate.inc"-->
<!--#Include Virtual="ssi/VBSRecipe.inc"-->
<!--#Include Virtual="ssi/VBSViewRecipeRSS.inc"-->

<title>FormulaZone: Free Zone Recipes</title>
	<link>http://www.formulazone.com</link>
	<atom:link href="http://www.formulazone.com/rss/freezonerecipe.xml" rel="self" type="application/rss+xml" />
	<description>
		Free Zone Diet Recipes delivered Often
	</description>
	<image>
		<title>FormulaZone: Free Zone Recipes</title>
		<url>http://www.formulazone.com/Images/FZ-Logo-mini.gif</url>
		<width>144</width>
		<height>20</height>
		<link>http://www.formulazone.com</link>
	</image>
	<ttl>300</ttl>
	<lastBuildDate><% = strBuildDate %></lastBuildDate>

<item>
<title><% =strName %></title>
<description>
<% = strBR & strPrize %>
<% = strBR & strRating & strBR %>
<% = strIngredients %>
<% = strBR & strPreparation %>
<% = strBR & strTMakes %>
</description>
<link>http://www.formulazone.com/ViewRecipe.asp?MID=<% = lngMID %></link>
<pubDate><% = strPubDate %></pubDate>
<guid isPermaLink="true">http://www.formulazone.com/ViewRecipe.asp?MID=<% = lngMID %></guid>
</item>
</channel>
</rss>

