 
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"> 
  <channel> 
    <title>Team Nautique News</title> 
    <link>http://team.nautiques.com</link> 
    <description>Team Nautique News</description> 
    <language>en-us</language> 
    <pubDate>Thu, 7 Aug 2008 09:29:14 GMT</pubDate> 
    Thu, Aug 7th 2008, 09:29 GMT 
    <docs>http://blogs.law.harvard.edu/tech/rss</docs> 
    <generator>CakePHP</generator> 
    <managingEditor>editor@correctcraft.com</managingEditor> 
    <webMaster>webmaster@correctcraft.com</webMaster> 
    
<pre class="cake-debug">
<a href='javascript:void(0);' onclick='document.getElementById("CakeStackTrace0").style.display = (document.getElementById("CakeStackTrace0").style.display == "none" ? "" : "none")'><b>Warning</b> (2)</a>: Invalid argument supplied for foreach() [<b>APP/views/news/rss.thtml</b>, line <b>13</b>]
</pre>
<div id="CakeStackTrace0" class="cake-stack-trace" style="display: none;"><a href='javascript:void(0);' onclick='document.getElementById("CakeErrorCode0").style.display = (document.getElementById("CakeErrorCode0").style.display == "none" ? "" : "none")'>Code</a> | <a href='javascript:void(0);' onclick='document.getElementById("CakeErrorContext0").style.display = (document.getElementById("CakeErrorContext0").style.display == "none" ? "" : "none")'>Context</a><pre id="CakeErrorContext0" class="cake-context" style="display: none;">$this	=	view
view::$_log = NULL
view::$base = "[empty string]"
view::$here = "/news/rss/"
view::$plugin = NULL
view::$name = "News"
view::$action = "rss"
view::$params = array(
	"pass" => array(),
	"named" => array(),
	"controller" => "news",
	"action" => "rss",
	"plugin" => null,
	"form" => array(),
	"url" => array(
	"url" => "news/rss/"
),
	"bare" => 0,
	"webservices" => null,
	"models" => array(
	"News"
)
)
view::$passedArgs = array()
view::$data = NULL
view::$helpers = array(
	"html",
	"time",
	"textile",
	"Html",
	"Form"
)
view::$viewPath = "news"
view::$viewVars = array(
	"news" => false
)
view::$layout = "xml"
view::$layoutPath = NULL
view::$pageTitle = false
view::$autoRender = true
view::$autoLayout = true
view::$ext = ".ctp"
view::$subDir = NULL
view::$themeWeb = NULL
view::$cacheAction = false
view::$validationErrors = array()
view::$hasRendered = false
view::$loaded = array(
	"html" => htmlhelper
htmlhelper::$helpers = NULL
htmlhelper::$base = "[empty string]"
htmlhelper::$webroot = "/"
htmlhelper::$themeWeb = NULL
htmlhelper::$here = "/news/rss/"
htmlhelper::$params = array(
	"pass" => array(),
	"named" => array(),
	"controller" => "news",
	"action" => "rss",
	"plugin" => null,
	"form" => array(),
	"url" => array(
	"url" => "news/rss/"
),
	"bare" => 0,
	"webservices" => null,
	"models" => array(
	"News"
)
)
htmlhelper::$action = "rss"
htmlhelper::$plugin = NULL
htmlhelper::$data = NULL
htmlhelper::$namedArgs = NULL
htmlhelper::$argSeparator = NULL
htmlhelper::$validationErrors = NULL
htmlhelper::$tags = array(
	"meta" => "&lt;meta%s/&gt;",
	"metalink" => "&lt;link href=&quot;%s&quot;%s/&gt;",
	"link" => "&lt;a href=&quot;%s&quot;%s&gt;%s&lt;/a&gt;",
	"mailto" => "&lt;a href=&quot;mailto:%s&quot; %s&gt;%s&lt;/a&gt;",
	"form" => "&lt;form %s&gt;",
	"formend" => "&lt;/form&gt;",
	"input" => "&lt;input name=&quot;%s&quot; %s/&gt;",
	"textarea" => "&lt;textarea name=&quot;%s&quot; %s&gt;%s&lt;/textarea&gt;",
	"hidden" => "&lt;input type=&quot;hidden&quot; name=&quot;%s&quot; %s/&gt;",
	"checkbox" => "&lt;input type=&quot;checkbox&quot; name=&quot;%s&quot; %s/&gt;",
	"checkboxmultiple" => "&lt;input type=&quot;checkbox&quot; name=&quot;%s[]&quot;%s /&gt;",
	"radio" => "&lt;input type=&quot;radio&quot; name=&quot;%s&quot; id=&quot;%s&quot; %s /&gt;%s",
	"selectstart" => "&lt;select name=&quot;%s&quot;%s&gt;",
	"selectmultiplestart" => "&lt;select name=&quot;%s[]&quot;%s&gt;",
	"selectempty" => "&lt;option value=&quot;&quot;%s&gt;&amp;nbsp;&lt;/option&gt;",
	"selectoption" => "&lt;option value=&quot;%s&quot;%s&gt;%s&lt;/option&gt;",
	"selectend" => "&lt;/select&gt;",
	"optiongroup" => "&lt;optgroup label=&quot;%s&quot;%s&gt;",
	"optiongroupend" => "&lt;/optgroup&gt;",
	"checkboxmultiplestart" => "[empty string]",
	"checkboxmultipleend" => "[empty string]",
	"password" => "&lt;input type=&quot;password&quot; name=&quot;%s&quot; %s/&gt;",
	"file" => "&lt;input type=&quot;file&quot; name=&quot;%s&quot; %s/&gt;",
	"file_no_model" => "&lt;input type=&quot;file&quot; name=&quot;%s&quot; %s/&gt;",
	"submit" => "&lt;input type=&quot;submit&quot; %s/&gt;",
	"submitimage" => "&lt;input type=&quot;image&quot; src=&quot;%s&quot; %s/&gt;",
	"button" => "&lt;input type=&quot;%s&quot; %s/&gt;",
	"image" => "&lt;img src=&quot;%s&quot; %s/&gt;",
	"tableheader" => "&lt;th%s&gt;%s&lt;/th&gt;",
	"tableheaderrow" => "&lt;tr%s&gt;%s&lt;/tr&gt;",
	"tablecell" => "&lt;td%s&gt;%s&lt;/td&gt;",
	"tablerow" => "&lt;tr%s&gt;%s&lt;/tr&gt;",
	"block" => "&lt;div%s&gt;%s&lt;/div&gt;",
	"blockstart" => "&lt;div%s&gt;",
	"blockend" => "&lt;/div&gt;",
	"para" => "&lt;p%s&gt;%s&lt;/p&gt;",
	"parastart" => "&lt;p%s&gt;",
	"label" => "&lt;label for=&quot;%s&quot;%s&gt;%s&lt;/label&gt;",
	"fieldset" => "&lt;fieldset&gt;&lt;legend&gt;%s&lt;/legend&gt;%s&lt;/fieldset&gt;",
	"fieldsetstart" => "&lt;fieldset&gt;&lt;legend&gt;%s&lt;/legend&gt;",
	"fieldsetend" => "&lt;/fieldset&gt;",
	"legend" => "&lt;legend&gt;%s&lt;/legend&gt;",
	"css" => "&lt;link rel=&quot;%s&quot; type=&quot;text/css&quot; href=&quot;%s&quot; %s/&gt;",
	"style" => "&lt;style type=&quot;text/css&quot;%s&gt;%s&lt;/style&gt;",
	"charset" => "&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=%s&quot; /&gt;",
	"ul" => "&lt;ul%s&gt;%s&lt;/ul&gt;",
	"ol" => "&lt;ol%s&gt;%s&lt;/ol&gt;",
	"li" => "&lt;li%s&gt;%s&lt;/li&gt;",
	"error" => "&lt;div%s&gt;%s&lt;/div&gt;"
)
htmlhelper::$__tainted = NULL
htmlhelper::$__cleaned = NULL
htmlhelper::$_log = NULL
htmlhelper::$_crumbs = array()
htmlhelper::$__docTypes = array(
	"html4-strict" => "&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/TR/html4/strict.dtd&quot;&gt;",
	"html4-trans" => "&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;",
	"html4-frame" => "&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Frameset//EN&quot; &quot;http://www.w3.org/TR/html4/frameset.dtd&quot;&gt;",
	"xhtml-strict" => "&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;",
	"xhtml-trans" => "&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;",
	"xhtml-frame" => "&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Frameset//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd&quot;&gt;",
	"xhtml11" => "&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.1//EN&quot; &quot;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&quot;&gt;"
)
htmlhelper::get__()
htmlhelper::set__()
htmlhelper::call__()
htmlhelper::loadconfig()
htmlhelper::url()
htmlhelper::webroot()
htmlhelper::clean()
htmlhelper::setformtag()
htmlhelper::setentity()
htmlhelper::model()
htmlhelper::modelid()
htmlhelper::field()
htmlhelper::tagisinvalid()
htmlhelper::domid()
htmlhelper::value()
htmlhelper::addclass()
htmlhelper::output()
htmlhelper::assign()
htmlhelper::beforerender()
htmlhelper::afterrender()
htmlhelper::beforelayout()
htmlhelper::afterlayout()
htmlhelper::object()
htmlhelper::tostring()
htmlhelper::requestaction()
htmlhelper::log()
htmlhelper::cakeerror()
htmlhelper::overload()
htmlhelper::overloadable()
htmlhelper::helper()
htmlhelper::apphelper()
htmlhelper::addcrumb()
htmlhelper::doctype()
htmlhelper::meta()
htmlhelper::charset()
htmlhelper::link()
htmlhelper::css()
htmlhelper::style()
htmlhelper::getcrumbs()
htmlhelper::image()
htmlhelper::radio()
htmlhelper::tableheaders()
htmlhelper::tablecells()
htmlhelper::div()
htmlhelper::para()
htmlhelper::nestedlist()
htmlhelper::password()
htmlhelper::textarea()
htmlhelper::checkbox()
htmlhelper::hidden()
htmlhelper::input()
htmlhelper::tagvalue()
htmlhelper::validate()
htmlhelper::validateerrors()
htmlhelper::tagerrormsg()
htmlhelper::htmlhelper(),
	"time" => timehelper
timehelper::$helpers = NULL
timehelper::$base = "[empty string]"
timehelper::$webroot = "/"
timehelper::$themeWeb = NULL
timehelper::$here = "/news/rss/"
timehelper::$params = array(
	"pass" => array(),
	"named" => array(),
	"controller" => "news",
	"action" => "rss",
	"plugin" => null,
	"form" => array(),
	"url" => array(
	"url" => "news/rss/"
),
	"bare" => 0,
	"webservices" => null,
	"models" => array(
	"News"
)
)
timehelper::$action = "rss"
timehelper::$plugin = NULL
timehelper::$data = NULL
timehelper::$namedArgs = NULL
timehelper::$argSeparator = NULL
timehelper::$validationErrors = NULL
timehelper::$tags = array()
timehelper::$__tainted = NULL
timehelper::$__cleaned = NULL
timehelper::$_log = NULL
timehelper::get__()
timehelper::set__()
timehelper::call__()
timehelper::loadconfig()
timehelper::url()
timehelper::webroot()
timehelper::clean()
timehelper::setformtag()
timehelper::setentity()
timehelper::model()
timehelper::modelid()
timehelper::field()
timehelper::tagisinvalid()
timehelper::domid()
timehelper::value()
timehelper::addclass()
timehelper::output()
timehelper::assign()
timehelper::beforerender()
timehelper::afterrender()
timehelper::beforelayout()
timehelper::afterlayout()
timehelper::object()
timehelper::tostring()
timehelper::requestaction()
timehelper::log()
timehelper::cakeerror()
timehelper::overload()
timehelper::overloadable()
timehelper::helper()
timehelper::apphelper()
timehelper::fromstring()
timehelper::nice()
timehelper::niceshort()
timehelper::daysassql()
timehelper::dayassql()
timehelper::istoday()
timehelper::isthisweek()
timehelper::isthismonth()
timehelper::isthisyear()
timehelper::wasyesterday()
timehelper::istomorrow()
timehelper::toquarter()
timehelper::tounix()
timehelper::toatom()
timehelper::torss()
timehelper::timeagoinwords()
timehelper::relativetime()
timehelper::waswithinlast()
timehelper::gmt()
timehelper::format()
timehelper::timehelper(),
	"textile" => textilehelper
textilehelper::$helpers = NULL
textilehelper::$base = "[empty string]"
textilehelper::$webroot = "/"
textilehelper::$themeWeb = NULL
textilehelper::$here = "/news/rss/"
textilehelper::$params = array(
	"pass" => array(),
	"named" => array(),
	"controller" => "news",
	"action" => "rss",
	"plugin" => null,
	"form" => array(),
	"url" => array(
	"url" => "news/rss/"
),
	"bare" => 0,
	"webservices" => null,
	"models" => array(
	"News"
)
)
textilehelper::$action = "rss"
textilehelper::$plugin = NULL
textilehelper::$data = NULL
textilehelper::$namedArgs = NULL
textilehelper::$argSeparator = NULL
textilehelper::$validationErrors = NULL
textilehelper::$tags = array()
textilehelper::$__tainted = NULL
textilehelper::$__cleaned = NULL
textilehelper::$_log = NULL
textilehelper::$hlgn = "(?:\&lt;(?!&gt;)|(?&lt;!&lt;)\&gt;|\&lt;\&gt;|\=|[()]+(?! ))"
textilehelper::$vlgn = "[\-^~]"
textilehelper::$clas = "(?:\([^)]+\))"
textilehelper::$lnge = "(?:\[[^]]+\])"
textilehelper::$styl = "(?:\{[^}]+\})"
textilehelper::$cspn = "(?:\\\d+)"
textilehelper::$rspn = "(?:\/\d+)"
textilehelper::$a = "(?:(?:\&lt;(?!&gt;)|(?&lt;!&lt;)\&gt;|\&lt;\&gt;|\=|[()]+(?! ))|[\-^~])*"
textilehelper::$s = "(?:(?:\\\d+)|(?:\/\d+))*"
textilehelper::$c = "(?:(?:\([^)]+\))|(?:\{[^}]+\})|(?:\[[^]]+\])|(?:\&lt;(?!&gt;)|(?&lt;!&lt;)\&gt;|\&lt;\&gt;|\=|[()]+(?! )))*"
textilehelper::$pnct = "[\!&quot;#\$%&amp;'()\*\+,\-\./:;&lt;=&gt;\?@\[\\]\^_`{\|}\~]"
textilehelper::$rel = NULL
textilehelper::$fn = NULL
textilehelper::$shelf = array()
textilehelper::$restricted = false
textilehelper::$noimage = false
textilehelper::$lite = false
textilehelper::$url_schemes = array(
	"http",
	"https",
	"ftp",
	"mailto"
)
textilehelper::$glyph = array(
	"quote_single_open" => "&amp;#8216;",
	"quote_single_close" => "&amp;#8217;",
	"quote_double_open" => "&amp;#8220;",
	"quote_double_close" => "&amp;#8221;",
	"apostrophe" => "&amp;#8217;",
	"prime" => "&amp;#8242;",
	"prime_double" => "&amp;#8243;",
	"ellipsis" => "&amp;#8230;",
	"emdash" => "&amp;#8212;",
	"endash" => "&amp;#8211;",
	"dimension" => "&amp;#215;",
	"trademark" => "&amp;#8482;",
	"registered" => "&amp;#174;",
	"copyright" => "&amp;#169;"
)
textilehelper::$hu = "[empty string]"
textilehelper::$ver = "2.0.0"
textilehelper::$rev = "$Rev: 216 $"
textilehelper::$urlch = "[\w&quot;$\-_.+!*'(),&quot;;\/?:@=&amp;%#{}|\^~\[\]`]"
textilehelper::$btag = array(
	"bq",
	"bc",
	"notextile",
	"pre",
	"h[1-6]",
	"fn\d+",
	"p"
)
textilehelper::$options = array(
	"filters" => array(),
	"charset" => "iso-8859-1",
	"char_encoding" => 1,
	"do_quotes" => 1,
	"trim_spaces" => 0,
	"preserve_spaces" => 0,
	"head_offset" => 0,
	"flavor" => "xhtml1/css",
	"_line_open" => "[empty string]",
	"_line_close" => "&lt;br /&gt;",
	"_blockcode_open" => "&lt;pre&gt;&lt;code&gt;",
	"_blockcode_close" => "&lt;/code&gt;&lt;/pre&gt;",
	"css_mode" => 1
)
textilehelper::$urlre = "(?:
    # Must start out right...
    (?=[a-zA-Z0-9./#])
    # Match the leading part (proto://hostname, or just hostname)
    (?:
        # ftp://, http://, or https:// leading part
        (?:ftp|https?|telnet|nntp)://(?:\w+(?::\w+)?@)?[-\w]+(?:\.\w[-\w]*)+
        |
        (?:mailto:)?[-\+\w]+@[-\w]+(?:\.\w[-\w]*)+
        |
        # or, try to find a hostname with our more specific sub-expression
        (?i: [a-z0-9] (?:[-a-z0-9]*[a-z0-9])? \. )+ # sub domains
        # Now ending .com, etc. For these, require lowercase
        (?-i: com\b
            | edu\b
            | biz\b
            | gov\b
            | in(?:t|fo)\b # .int or .info
            | mil\b
            | net\b
            | org\b
            | museum\b
            | aero\b
            | coop\b
            | name\b
            | pro\b
            | [a-z][a-z]\b # two-letter country codes
        )
    )?

    # Allow an optional port number
    (?: : \d+ )?

    # The rest of the URL is optional, and begins with / . . .
    (?:
     /?
     # The rest are heuristics for what seems to work well
     [^.!,?;:&quot;'&lt;&gt;()\[\]{}\s\x7F-\xFF]*
     (?:
        [.!,?;:]+  [^.!,?;:&quot;'&lt;&gt;()\[\]{}\s\x7F-\xFF]+ #'&quot;
     )*
    )?
)"
textilehelper::$punct = "[\!&quot;\#\$%&amp;'()\*\+,\-\./:;&lt;=&gt;\?@\[\\\]\^_`{\|}\~]"
textilehelper::$valignre = "[\-^~]"
textilehelper::$tblalignre = "[&lt;&gt;=]"
textilehelper::$halignre = "(?:&lt;&gt;|[&lt;&gt;=])"
textilehelper::$alignre = "(?:(?:[\-^~]|&lt;&gt;[\-^~]?|[\-^~]?&lt;&gt;|[\-^~]?(?:&lt;&gt;|[&lt;&gt;=])?|(?:&lt;&gt;|[&lt;&gt;=])?[\-^~]?)(?!\w))"
textilehelper::$imgalignre = "(?:(?:[&lt;&gt;]|[\-^~]){1,2})"
textilehelper::$clstypadre = "(?:
  (?:\([A-Za-z0-9_\- \#]+\))
  |
  (?:{
      (?: \( [^)]+ \) | [^\}] )+
     })
  |
  (?:\(+? (?![A-Za-z0-9_\-\#]) )
  |
  (?:\)+?)
  |
  (?: \[ [a-zA-Z\-]+? \] )
)"
textilehelper::$clstyre = "(?:
  (?:\([A-Za-z0-9_\- \#]+\))
  |
  (?:{
      [A-Za-z0-9_\-](?: \( [^)]+ \) | [^\}] )+
     })
  |
  (?: \[ [a-zA-Z\-]+? \] )
)"
textilehelper::$clstyfiltre = "(?:
  (?:\([A-Za-z0-9_\- \#]+\))
  |
  (?:{
      [A-Za-z0-9_\-](?: \( [^)]+ \) | [^\}] )+
     })
  |
  (?:\|[^\|]+\|)
  |
  (?:\(+?(?![A-Za-z0-9_\-\#]))
  |
  (?:\)+)
  |
  (?: \[ [a-zA-Z]+? \] )
)"
textilehelper::$codere = "(?:
    (?:
      [\[{]
      @                           # opening
      (?:\[([A-Za-z0-9]+)\])?     # $1: language id
      (.+?)                       # $2: code
      @                           # closing
      [\]}]
    )
    |
    (?:
      (?:^|(?&lt;=[\s\(]))
      @                           # opening
      (?:\[([A-Za-z0-9]+)\])?     # $3: language id
      ([^\s].+?[^\s])             # $4: code itself
      @                           # closing
      (?:$|(?=[\!&quot;\#\$%&amp;'()\*\+,\-\./:;&lt;=&gt;\?@\[\\\]\^_`{\|}\~]{1,2}|\s))
    )
)"
textilehelper::$blocktags = "
    &lt;
    (( /? ( h[1-6]
     | p
     | pre
     | div
     | table
     | t[rdh]
     | [ou]l
     | li
     | block(?:quote|code)
     | form
     | input
     | select
     | option
     | textarea
     )
    [ &gt;]
    )
    | !--
    )
"
textilehelper::get__()
textilehelper::set__()
textilehelper::call__()
textilehelper::loadconfig()
textilehelper::url()
textilehelper::webroot()
textilehelper::clean()
textilehelper::setformtag()
textilehelper::setentity()
textilehelper::model()
textilehelper::modelid()
textilehelper::field()
textilehelper::tagisinvalid()
textilehelper::domid()
textilehelper::value()
textilehelper::addclass()
textilehelper::output()
textilehelper::assign()
textilehelper::beforerender()
textilehelper::afterrender()
textilehelper::beforelayout()
textilehelper::afterlayout()
textilehelper::object()
textilehelper::tostring()
textilehelper::requestaction()
textilehelper::log()
textilehelper::cakeerror()
textilehelper::overload()
textilehelper::overloadable()
textilehelper::helper()
textilehelper::textilehelper()
textilehelper::set()
textilehelper::get()
textilehelper::disable_html()
textilehelper::head_offset()
textilehelper::flavor()
textilehelper::css()
textilehelper::charset()
textilehelper::docroot()
textilehelper::trim_spaces()
textilehelper::filter_param()
textilehelper::preserve_spaces()
textilehelper::filters()
textilehelper::char_encoding()
textilehelper::handle_quotes()
textilehelper::process()
textilehelper::processrestricted()
textilehelper::pba()
textilehelper::hasrawtext()
textilehelper::table()
textilehelper::ftable()
textilehelper::lists()
textilehelper::flist()
textilehelper::lt()
textilehelper::dopbr()
textilehelper::dobr()
textilehelper::block()
textilehelper::fblock()
textilehelper::graf()
textilehelper::span()
textilehelper::fspan()
textilehelper::links()
textilehelper::flink()
textilehelper::getrefs()
textilehelper::refs()
textilehelper::checkrefs()
textilehelper::relurl()
textilehelper::image()
textilehelper::fimage()
textilehelper::code()
textilehelper::fcode()
textilehelper::fpre()
textilehelper::shelve()
textilehelper::retrieve()
textilehelper::incomingentities()
textilehelper::encodeentities()
textilehelper::fixentities()
textilehelper::cleanwhitespace()
textilehelper::dospecial()
textilehelper::fspecial()
textilehelper::notextile()
textilehelper::ftextile()
textilehelper::footnoteref()
textilehelper::footnoteid()
textilehelper::glyphs()
textilehelper::ialign()
textilehelper::halign()
textilehelper::valign()
textilehelper::encode_high()
textilehelper::decode_high()
textilehelper::cmap()
textilehelper::encode_html()
textilehelper::txtgps()
textilehelper::dump()
textilehelper::blocklite(),
	"form" => formhelper
formhelper::$helpers = array(
	"Html"
)
formhelper::$base = "[empty string]"
formhelper::$webroot = "/"
formhelper::$themeWeb = NULL
formhelper::$here = "/news/rss/"
formhelper::$params = array(
	"pass" => array(),
	"named" => array(),
	"controller" => "news",
	"action" => "rss",
	"plugin" => null,
	"form" => array(),
	"url" => array(
	"url" => "news/rss/"
),
	"bare" => 0,
	"webservices" => null,
	"models" => array(
	"News"
)
)
formhelper::$action = "rss"
formhelper::$plugin = NULL
formhelper::$data = NULL
formhelper::$namedArgs = NULL
formhelper::$argSeparator = NULL
formhelper::$validationErrors = NULL
formhelper::$tags = array()
formhelper::$__tainted = NULL
formhelper::$__cleaned = NULL
formhelper::$_log = NULL
formhelper::$fieldset = array(
	"fields" => array(),
	"key" => "id",
	"validates" => array()
)
formhelper::$__options = array(
	"day" => array(),
	"minute" => array(),
	"hour" => array(),
	"month" => array(),
	"year" => array(),
	"meridian" => array()
)
formhelper::$fields = array()
formhelper::$requestType = NULL
formhelper::$Html = htmlhelper
htmlhelper::$helpers = NULL
htmlhelper::$base = "[empty string]"
htmlhelper::$webroot = "/"
htmlhelper::$themeWeb = NULL
htmlhelper::$here = "/news/rss/"
htmlhelper::$params = array(
	"pass" => array(),
	"named" => array(),
	"controller" => "news",
	"action" => "rss",
	"plugin" => null,
	"form" => array(),
	"url" => array(
	"url" => "news/rss/"
),
	"bare" => 0,
	"webservices" => null,
	"models" => array(
	"News"
)
)
htmlhelper::$action = "rss"
htmlhelper::$plugin = NULL
htmlhelper::$data = NULL
htmlhelper::$namedArgs = NULL
htmlhelper::$argSeparator = NULL
htmlhelper::$validationErrors = NULL
htmlhelper::$tags = array(
	"meta" => "&lt;meta%s/&gt;",
	"metalink" => "&lt;link href=&quot;%s&quot;%s/&gt;",
	"link" => "&lt;a href=&quot;%s&quot;%s&gt;%s&lt;/a&gt;",
	"mailto" => "&lt;a href=&quot;mailto:%s&quot; %s&gt;%s&lt;/a&gt;",
	"form" => "&lt;form %s&gt;",
	"formend" => "&lt;/form&gt;",
	"input" => "&lt;input name=&quot;%s&quot; %s/&gt;",
	"textarea" => "&lt;textarea name=&quot;%s&quot; %s&gt;%s&lt;/textarea&gt;",
	"hidden" => "&lt;input type=&quot;hidden&quot; name=&quot;%s&quot; %s/&gt;",
	"checkbox" => "&lt;input type=&quot;checkbox&quot; name=&quot;%s&quot; %s/&gt;",
	"checkboxmultiple" => "&lt;input type=&quot;checkbox&quot; name=&quot;%s[]&quot;%s /&gt;",
	"radio" => "&lt;input type=&quot;radio&quot; name=&quot;%s&quot; id=&quot;%s&quot; %s /&gt;%s",
	"selectstart" => "&lt;select name=&quot;%s&quot;%s&gt;",
	"selectmultiplestart" => "&lt;select name=&quot;%s[]&quot;%s&gt;",
	"selectempty" => "&lt;option value=&quot;&quot;%s&gt;&amp;nbsp;&lt;/option&gt;",
	"selectoption" => "&lt;option value=&quot;%s&quot;%s&gt;%s&lt;/option&gt;",
	"selectend" => "&lt;/select&gt;",
	"optiongroup" => "&lt;optgroup label=&quot;%s&quot;%s&gt;",
	"optiongroupend" => "&lt;/optgroup&gt;",
	"checkboxmultiplestart" => "[empty string]",
	"checkboxmultipleend" => "[empty string]",
	"password" => "&lt;input type=&quot;password&quot; name=&quot;%s&quot; %s/&gt;",
	"file" => "&lt;input type=&quot;file&quot; name=&quot;%s&quot; %s/&gt;",
	"file_no_model" => "&lt;input type=&quot;file&quot; name=&quot;%s&quot; %s/&gt;",
	"submit" => "&lt;input type=&quot;submit&quot; %s/&gt;",
	"submitimage" => "&lt;input type=&quot;image&quot; src=&quot;%s&quot; %s/&gt;",
	"button" => "&lt;input type=&quot;%s&quot; %s/&gt;",
	"image" => "&lt;img src=&quot;%s&quot; %s/&gt;",
	"tableheader" => "&lt;th%s&gt;%s&lt;/th&gt;",
	"tableheaderrow" => "&lt;tr%s&gt;%s&lt;/tr&gt;",
	"tablecell" => "&lt;td%s&gt;%s&lt;/td&gt;",
	"tablerow" => "&lt;tr%s&gt;%s&lt;/tr&gt;",
	"block" => "&lt;div%s&gt;%s&lt;/div&gt;",
	"blockstart" => "&lt;div%s&gt;",
	"blockend" => "&lt;/div&gt;",
	"para" => "&lt;p%s&gt;%s&lt;/p&gt;",
	"parastart" => "&lt;p%s&gt;",
	"label" => "&lt;label for=&quot;%s&quot;%s&gt;%s&lt;/label&gt;",
	"fieldset" => "&lt;fieldset&gt;&lt;legend&gt;%s&lt;/legend&gt;%s&lt;/fieldset&gt;",
	"fieldsetstart" => "&lt;fieldset&gt;&lt;legend&gt;%s&lt;/legend&gt;",
	"fieldsetend" => "&lt;/fieldset&gt;",
	"legend" => "&lt;legend&gt;%s&lt;/legend&gt;",
	"css" => "&lt;link rel=&quot;%s&quot; type=&quot;text/css&quot; href=&quot;%s&quot; %s/&gt;",
	"style" => "&lt;style type=&quot;text/css&quot;%s&gt;%s&lt;/style&gt;",
	"charset" => "&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=%s&quot; /&gt;",
	"ul" => "&lt;ul%s&gt;%s&lt;/ul&gt;",
	"ol" => "&lt;ol%s&gt;%s&lt;/ol&gt;",
	"li" => "&lt;li%s&gt;%s&lt;/li&gt;",
	"error" => "&lt;div%s&gt;%s&lt;/div&gt;"
)
htmlhelper::$__tainted = NULL
htmlhelper::$__cleaned = NULL
htmlhelper::$_log = NULL
htmlhelper::$_crumbs = array()
htmlhelper::$__docTypes = array(
	"html4-strict" => "&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/TR/html4/strict.dtd&quot;&gt;",
	"html4-trans" => "&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;",
	"html4-frame" => "&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Frameset//EN&quot; &quot;http://www.w3.org/TR/html4/frameset.dtd&quot;&gt;",
	"xhtml-strict" => "&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;",
	"xhtml-trans" => "&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;",
	"xhtml-frame" => "&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Frameset//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd&quot;&gt;",
	"xhtml11" => "&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.1//EN&quot; &quot;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&quot;&gt;"
)
htmlhelper::get__()
htmlhelper::set__()
htmlhelper::call__()
htmlhelper::loadconfig()
htmlhelper::url()
htmlhelper::webroot()
htmlhelper::clean()
htmlhelper::setformtag()
htmlhelper::setentity()
htmlhelper::model()
htmlhelper::modelid()
htmlhelper::field()
htmlhelper::tagisinvalid()
htmlhelper::domid()
htmlhelper::value()
htmlhelper::addclass()
htmlhelper::output()
htmlhelper::assign()
htmlhelper::beforerender()
htmlhelper::afterrender()
htmlhelper::beforelayout()
htmlhelper::afterlayout()
htmlhelper::object()
htmlhelper::tostring()
htmlhelper::requestaction()
htmlhelper::log()
htmlhelper::cakeerror()
htmlhelper::overload()
htmlhelper::overloadable()
htmlhelper::helper()
htmlhelper::apphelper()
htmlhelper::addcrumb()
htmlhelper::doctype()
htmlhelper::meta()
htmlhelper::charset()
htmlhelper::link()
htmlhelper::css()
htmlhelper::style()
htmlhelper::getcrumbs()
htmlhelper::image()
htmlhelper::radio()
htmlhelper::tableheaders()
htmlhelper::tablecells()
htmlhelper::div()
htmlhelper::para()
htmlhelper::nestedlist()
htmlhelper::password()
htmlhelper::textarea()
htmlhelper::checkbox()
htmlhelper::hidden()
htmlhelper::input()
htmlhelper::tagvalue()
htmlhelper::validate()
htmlhelper::validateerrors()
htmlhelper::tagerrormsg()
htmlhelper::htmlhelper()
formhelper::get__()
formhelper::set__()
formhelper::call__()
formhelper::loadconfig()
formhelper::url()
formhelper::webroot()
formhelper::clean()
formhelper::setformtag()
formhelper::setentity()
formhelper::model()
formhelper::modelid()
formhelper::field()
formhelper::tagisinvalid()
formhelper::domid()
formhelper::value()
formhelper::addclass()
formhelper::output()
formhelper::assign()
formhelper::beforerender()
formhelper::afterrender()
formhelper::beforelayout()
formhelper::afterlayout()
formhelper::object()
formhelper::tostring()
formhelper::requestaction()
formhelper::log()
formhelper::cakeerror()
formhelper::overload()
formhelper::overloadable()
formhelper::helper()
formhelper::apphelper()
formhelper::create()
formhelper::end()
formhelper::secure()
formhelper::isfielderror()
formhelper::error()
formhelper::label()
formhelper::inputs()
formhelper::input()
formhelper::checkbox()
formhelper::radio()
formhelper::text()
formhelper::password()
formhelper::textarea()
formhelper::hidden()
formhelper::file()
formhelper::button()
formhelper::submit()
formhelper::submitimage()
formhelper::select()
formhelper::day()
formhelper::year()
formhelper::month()
formhelper::hour()
formhelper::minute()
formhelper::meridian()
formhelper::datetime()
formhelper::formhelper(),
	"session" => sessionhelper
sessionhelper::$_log = NULL
sessionhelper::$valid = false
sessionhelper::$error = false
sessionhelper::$_userAgent = "b260d25dcd9c138e5e653c28eaa88044"
sessionhelper::$path = false
sessionhelper::$lastError = NULL
sessionhelper::$security = NULL
sessionhelper::$time = 1218151754
sessionhelper::$sessionTime = false
sessionhelper::$watchKeys = array()
sessionhelper::$id = NULL
sessionhelper::$helpers = NULL
sessionhelper::$__active = true
sessionhelper::$base = "[empty string]"
sessionhelper::$webroot = "/"
sessionhelper::$here = "/news/rss/"
sessionhelper::$params = array(
	"pass" => array(),
	"named" => array(),
	"controller" => "news",
	"action" => "rss",
	"plugin" => null,
	"form" => array(),
	"url" => array(
	"url" => "news/rss/"
),
	"bare" => 0,
	"webservices" => null,
	"models" => array(
	"News"
)
)
sessionhelper::$action = "rss"
sessionhelper::$data = NULL
sessionhelper::$themeWeb = NULL
sessionhelper::$plugin = NULL
sessionhelper::object()
sessionhelper::tostring()
sessionhelper::requestaction()
sessionhelper::log()
sessionhelper::cakeerror()
sessionhelper::start()
sessionhelper::started()
sessionhelper::check()
sessionhelper::id()
sessionhelper::del()
sessionhelper::error()
sessionhelper::valid()
sessionhelper::read()
sessionhelper::watch()
sessionhelper::ignore()
sessionhelper::write()
sessionhelper::destroy()
sessionhelper::renew()
sessionhelper::cakesession()
sessionhelper::activate()
sessionhelper::flash()
sessionhelper::sessionhelper()
)
view::$modelScope = false
view::$model = NULL
view::$association = NULL
view::$field = NULL
view::$fieldSuffix = NULL
view::$modelId = NULL
view::$uuids = array()
view::$__passedVars = array(
	"viewVars",
	"action",
	"autoLayout",
	"autoRender",
	"ext",
	"base",
	"webroot",
	"helpers",
	"here",
	"layout",
	"name",
	"pageTitle",
	"layoutPath",
	"viewPath",
	"params",
	"data",
	"webservices",
	"plugin",
	"passedArgs",
	"cacheAction"
)
view::$__scripts = array()
view::$__paths = array(
	"/var/www/vhosts/redrocketstudios.net/subdomains/team/Cake/app/views/",
	"/var/www/vhosts/redrocketstudios.net/subdomains/team/Cake/cake/libs/view/"
)
view::$webroot = "/"
view::$webservices = NULL
view::object()
view::tostring()
view::requestaction()
view::log()
view::cakeerror()
view::element()
view::render()
view::renderelement()
view::renderlayout()
view::rendercache()
view::getvars()
view::getvar()
view::addscript()
view::uuid()
view::entity()
view::set()
view::error()
view::view()
$___viewFn	=	"/var/www/vhosts/redrocketstudios.net/subdomains/team/Cake/app/views/news/rss.thtml"
$___dataForView	=	array(
	"news" => false
)
$loadHelpers	=	true
$cached	=	false
$loadedHelpers	=	array(
	"html" => htmlhelper
htmlhelper::$helpers = NULL
htmlhelper::$base = "[empty string]"
htmlhelper::$webroot = "/"
htmlhelper::$themeWeb = NULL
htmlhelper::$here = "/news/rss/"
htmlhelper::$params = array(
	"pass" => array(),
	"named" => array(),
	"controller" => "news",
	"action" => "rss",
	"plugin" => null,
	"form" => array(),
	"url" => array(
	"url" => "news/rss/"
),
	"bare" => 0,
	"webservices" => null,
	"models" => array(
	"News"
)
)
htmlhelper::$action = "rss"
htmlhelper::$plugin = NULL
htmlhelper::$data = NULL
htmlhelper::$namedArgs = NULL
htmlhelper::$argSeparator = NULL
htmlhelper::$validationErrors = NULL
htmlhelper::$tags = array(
	"meta" => "&lt;meta%s/&gt;",
	"metalink" => "&lt;link href=&quot;%s&quot;%s/&gt;",
	"link" => "&lt;a href=&quot;%s&quot;%s&gt;%s&lt;/a&gt;",
	"mailto" => "&lt;a href=&quot;mailto:%s&quot; %s&gt;%s&lt;/a&gt;",
	"form" => "&lt;form %s&gt;",
	"formend" => "&lt;/form&gt;",
	"input" => "&lt;input name=&quot;%s&quot; %s/&gt;",
	"textarea" => "&lt;textarea name=&quot;%s&quot; %s&gt;%s&lt;/textarea&gt;",
	"hidden" => "&lt;input type=&quot;hidden&quot; name=&quot;%s&quot; %s/&gt;",
	"checkbox" => "&lt;input type=&quot;checkbox&quot; name=&quot;%s&quot; %s/&gt;",
	"checkboxmultiple" => "&lt;input type=&quot;checkbox&quot; name=&quot;%s[]&quot;%s /&gt;",
	"radio" => "&lt;input type=&quot;radio&quot; name=&quot;%s&quot; id=&quot;%s&quot; %s /&gt;%s",
	"selectstart" => "&lt;select name=&quot;%s&quot;%s&gt;",
	"selectmultiplestart" => "&lt;select name=&quot;%s[]&quot;%s&gt;",
	"selectempty" => "&lt;option value=&quot;&quot;%s&gt;&amp;nbsp;&lt;/option&gt;",
	"selectoption" => "&lt;option value=&quot;%s&quot;%s&gt;%s&lt;/option&gt;",
	"selectend" => "&lt;/select&gt;",
	"optiongroup" => "&lt;optgroup label=&quot;%s&quot;%s&gt;",
	"optiongroupend" => "&lt;/optgroup&gt;",
	"checkboxmultiplestart" => "[empty string]",
	"checkboxmultipleend" => "[empty string]",
	"password" => "&lt;input type=&quot;password&quot; name=&quot;%s&quot; %s/&gt;",
	"file" => "&lt;input type=&quot;file&quot; name=&quot;%s&quot; %s/&gt;",
	"file_no_model" => "&lt;input type=&quot;file&quot; name=&quot;%s&quot; %s/&gt;",
	"submit" => "&lt;input type=&quot;submit&quot; %s/&gt;",
	"submitimage" => "&lt;input type=&quot;image&quot; src=&quot;%s&quot; %s/&gt;",
	"button" => "&lt;input type=&quot;%s&quot; %s/&gt;",
	"image" => "&lt;img src=&quot;%s&quot; %s/&gt;",
	"tableheader" => "&lt;th%s&gt;%s&lt;/th&gt;",
	"tableheaderrow" => "&lt;tr%s&gt;%s&lt;/tr&gt;",
	"tablecell" => "&lt;td%s&gt;%s&lt;/td&gt;",
	"tablerow" => "&lt;tr%s&gt;%s&lt;/tr&gt;",
	"block" => "&lt;div%s&gt;%s&lt;/div&gt;",
	"blockstart" => "&lt;div%s&gt;",
	"blockend" => "&lt;/div&gt;",
	"para" => "&lt;p%s&gt;%s&lt;/p&gt;",
	"parastart" => "&lt;p%s&gt;",
	"label" => "&lt;label for=&quot;%s&quot;%s&gt;%s&lt;/label&gt;",
	"fieldset" => "&lt;fieldset&gt;&lt;legend&gt;%s&lt;/legend&gt;%s&lt;/fieldset&gt;",
	"fieldsetstart" => "&lt;fieldset&gt;&lt;legend&gt;%s&lt;/legend&gt;",
	"fieldsetend" => "&lt;/fieldset&gt;",
	"legend" => "&lt;legend&gt;%s&lt;/legend&gt;",
	"css" => "&lt;link rel=&quot;%s&quot; type=&quot;text/css&quot; href=&quot;%s&quot; %s/&gt;",
	"style" => "&lt;style type=&quot;text/css&quot;%s&gt;%s&lt;/style&gt;",
	"charset" => "&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=%s&quot; /&gt;",
	"ul" => "&lt;ul%s&gt;%s&lt;/ul&gt;",
	"ol" => "&lt;ol%s&gt;%s&lt;/ol&gt;",
	"li" => "&lt;li%s&gt;%s&lt;/li&gt;",
	"error" => "&lt;div%s&gt;%s&lt;/div&gt;"
)
htmlhelper::$__tainted = NULL
htmlhelper::$__cleaned = NULL
htmlhelper::$_log = NULL
htmlhelper::$_crumbs = array()
htmlhelper::$__docTypes = array(
	"html4-strict" => "&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/TR/html4/strict.dtd&quot;&gt;",
	"html4-trans" => "&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;",
	"html4-frame" => "&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Frameset//EN&quot; &quot;http://www.w3.org/TR/html4/frameset.dtd&quot;&gt;",
	"xhtml-strict" => "&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;",
	"xhtml-trans" => "&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;",
	"xhtml-frame" => "&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Frameset//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd&quot;&gt;",
	"xhtml11" => "&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.1//EN&quot; &quot;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&quot;&gt;"
)
htmlhelper::get__()
htmlhelper::set__()
htmlhelper::call__()
htmlhelper::loadconfig()
htmlhelper::url()
htmlhelper::webroot()
htmlhelper::clean()
htmlhelper::setformtag()
htmlhelper::setentity()
htmlhelper::model()
htmlhelper::modelid()
htmlhelper::field()
htmlhelper::tagisinvalid()
htmlhelper::domid()
htmlhelper::value()
htmlhelper::addclass()
htmlhelper::output()
htmlhelper::assign()
htmlhelper::beforerender()
htmlhelper::afterrender()
htmlhelper::beforelayout()
htmlhelper::afterlayout()
htmlhelper::object()
htmlhelper::tostring()
htmlhelper::requestaction()
htmlhelper::log()
htmlhelper::cakeerror()
htmlhelper::overload()
htmlhelper::overloadable()
htmlhelper::helper()
htmlhelper::apphelper()
htmlhelper::addcrumb()
htmlhelper::doctype()
htmlhelper::meta()
htmlhelper::charset()
htmlhelper::link()
htmlhelper::css()
htmlhelper::style()
htmlhelper::getcrumbs()
htmlhelper::image()
htmlhelper::radio()
htmlhelper::tableheaders()
htmlhelper::tablecells()
htmlhelper::div()
htmlhelper::para()
htmlhelper::nestedlist()
htmlhelper::password()
htmlhelper::textarea()
htmlhelper::checkbox()
htmlhelper::hidden()
htmlhelper::input()
htmlhelper::tagvalue()
htmlhelper::validate()
htmlhelper::validateerrors()
htmlhelper::tagerrormsg()
htmlhelper::htmlhelper(),
	"time" => timehelper
timehelper::$helpers = NULL
timehelper::$base = "[empty string]"
timehelper::$webroot = "/"
timehelper::$themeWeb = NULL
timehelper::$here = "/news/rss/"
timehelper::$params = array(
	"pass" => array(),
	"named" => array(),
	"controller" => "news",
	"action" => "rss",
	"plugin" => null,
	"form" => array(),
	"url" => array(
	"url" => "news/rss/"
),
	"bare" => 0,
	"webservices" => null,
	"models" => array(
	"News"
)
)
timehelper::$action = "rss"
timehelper::$plugin = NULL
timehelper::$data = NULL
timehelper::$namedArgs = NULL
timehelper::$argSeparator = NULL
timehelper::$validationErrors = NULL
timehelper::$tags = array()
timehelper::$__tainted = NULL
timehelper::$__cleaned = NULL
timehelper::$_log = NULL
timehelper::get__()
timehelper::set__()
timehelper::call__()
timehelper::loadconfig()
timehelper::url()
timehelper::webroot()
timehelper::clean()
timehelper::setformtag()
timehelper::setentity()
timehelper::model()
timehelper::modelid()
timehelper::field()
timehelper::tagisinvalid()
timehelper::domid()
timehelper::value()
timehelper::addclass()
timehelper::output()
timehelper::assign()
timehelper::beforerender()
timehelper::afterrender()
timehelper::beforelayout()
timehelper::afterlayout()
timehelper::object()
timehelper::tostring()
timehelper::requestaction()
timehelper::log()
timehelper::cakeerror()
timehelper::overload()
timehelper::overloadable()
timehelper::helper()
timehelper::apphelper()
timehelper::fromstring()
timehelper::nice()
timehelper::niceshort()
timehelper::daysassql()
timehelper::dayassql()
timehelper::istoday()
timehelper::isthisweek()
timehelper::isthismonth()
timehelper::isthisyear()
timehelper::wasyesterday()
timehelper::istomorrow()
timehelper::toquarter()
timehelper::tounix()
timehelper::toatom()
timehelper::torss()
timehelper::timeagoinwords()
timehelper::relativetime()
timehelper::waswithinlast()
timehelper::gmt()
timehelper::format()
timehelper::timehelper(),
	"textile" => textilehelper
textilehelper::$helpers = NULL
textilehelper::$base = "[empty string]"
textilehelper::$webroot = "/"
textilehelper::$themeWeb = NULL
textilehelper::$here = "/news/rss/"
textilehelper::$params = array(
	"pass" => array(),
	"named" => array(),
	"controller" => "news",
	"action" => "rss",
	"plugin" => null,
	"form" => array(),
	"url" => array(
	"url" => "news/rss/"
),
	"bare" => 0,
	"webservices" => null,
	"models" => array(
	"News"
)
)
textilehelper::$action = "rss"
textilehelper::$plugin = NULL
textilehelper::$data = NULL
textilehelper::$namedArgs = NULL
textilehelper::$argSeparator = NULL
textilehelper::$validationErrors = NULL
textilehelper::$tags = array()
textilehelper::$__tainted = NULL
textilehelper::$__cleaned = NULL
textilehelper::$_log = NULL
textilehelper::$hlgn = "(?:\&lt;(?!&gt;)|(?&lt;!&lt;)\&gt;|\&lt;\&gt;|\=|[()]+(?! ))"
textilehelper::$vlgn = "[\-^~]"
textilehelper::$clas = "(?:\([^)]+\))"
textilehelper::$lnge = "(?:\[[^]]+\])"
textilehelper::$styl = "(?:\{[^}]+\})"
textilehelper::$cspn = "(?:\\\d+)"
textilehelper::$rspn = "(?:\/\d+)"
textilehelper::$a = "(?:(?:\&lt;(?!&gt;)|(?&lt;!&lt;)\&gt;|\&lt;\&gt;|\=|[()]+(?! ))|[\-^~])*"
textilehelper::$s = "(?:(?:\\\d+)|(?:\/\d+))*"
textilehelper::$c = "(?:(?:\([^)]+\))|(?:\{[^}]+\})|(?:\[[^]]+\])|(?:\&lt;(?!&gt;)|(?&lt;!&lt;)\&gt;|\&lt;\&gt;|\=|[()]+(?! )))*"
textilehelper::$pnct = "[\!&quot;#\$%&amp;'()\*\+,\-\./:;&lt;=&gt;\?@\[\\]\^_`{\|}\~]"
textilehelper::$rel = NULL
textilehelper::$fn = NULL
textilehelper::$shelf = array()
textilehelper::$restricted = false
textilehelper::$noimage = false
textilehelper::$lite = false
textilehelper::$url_schemes = array(
	"http",
	"https",
	"ftp",
	"mailto"
)
textilehelper::$glyph = array(
	"quote_single_open" => "&amp;#8216;",
	"quote_single_close" => "&amp;#8217;",
	"quote_double_open" => "&amp;#8220;",
	"quote_double_close" => "&amp;#8221;",
	"apostrophe" => "&amp;#8217;",
	"prime" => "&amp;#8242;",
	"prime_double" => "&amp;#8243;",
	"ellipsis" => "&amp;#8230;",
	"emdash" => "&amp;#8212;",
	"endash" => "&amp;#8211;",
	"dimension" => "&amp;#215;",
	"trademark" => "&amp;#8482;",
	"registered" => "&amp;#174;",
	"copyright" => "&amp;#169;"
)
textilehelper::$hu = "[empty string]"
textilehelper::$ver = "2.0.0"
textilehelper::$rev = "$Rev: 216 $"
textilehelper::$urlch = "[\w&quot;$\-_.+!*'(),&quot;;\/?:@=&amp;%#{}|\^~\[\]`]"
textilehelper::$btag = array(
	"bq",
	"bc",
	"notextile",
	"pre",
	"h[1-6]",
	"fn\d+",
	"p"
)
textilehelper::$options = array(
	"filters" => array(),
	"charset" => "iso-8859-1",
	"char_encoding" => 1,
	"do_quotes" => 1,
	"trim_spaces" => 0,
	"preserve_spaces" => 0,
	"head_offset" => 0,
	"flavor" => "xhtml1/css",
	"_line_open" => "[empty string]",
	"_line_close" => "&lt;br /&gt;",
	"_blockcode_open" => "&lt;pre&gt;&lt;code&gt;",
	"_blockcode_close" => "&lt;/code&gt;&lt;/pre&gt;",
	"css_mode" => 1
)
textilehelper::$urlre = "(?:
    # Must start out right...
    (?=[a-zA-Z0-9./#])
    # Match the leading part (proto://hostname, or just hostname)
    (?:
        # ftp://, http://, or https:// leading part
        (?:ftp|https?|telnet|nntp)://(?:\w+(?::\w+)?@)?[-\w]+(?:\.\w[-\w]*)+
        |
        (?:mailto:)?[-\+\w]+@[-\w]+(?:\.\w[-\w]*)+
        |
        # or, try to find a hostname with our more specific sub-expression
        (?i: [a-z0-9] (?:[-a-z0-9]*[a-z0-9])? \. )+ # sub domains
        # Now ending .com, etc. For these, require lowercase
        (?-i: com\b
            | edu\b
            | biz\b
            | gov\b
            | in(?:t|fo)\b # .int or .info
            | mil\b
            | net\b
            | org\b
            | museum\b
            | aero\b
            | coop\b
            | name\b
            | pro\b
            | [a-z][a-z]\b # two-letter country codes
        )
    )?

    # Allow an optional port number
    (?: : \d+ )?

    # The rest of the URL is optional, and begins with / . . .
    (?:
     /?
     # The rest are heuristics for what seems to work well
     [^.!,?;:&quot;'&lt;&gt;()\[\]{}\s\x7F-\xFF]*
     (?:
        [.!,?;:]+  [^.!,?;:&quot;'&lt;&gt;()\[\]{}\s\x7F-\xFF]+ #'&quot;
     )*
    )?
)"
textilehelper::$punct = "[\!&quot;\#\$%&amp;'()\*\+,\-\./:;&lt;=&gt;\?@\[\\\]\^_`{\|}\~]"
textilehelper::$valignre = "[\-^~]"
textilehelper::$tblalignre = "[&lt;&gt;=]"
textilehelper::$halignre = "(?:&lt;&gt;|[&lt;&gt;=])"
textilehelper::$alignre = "(?:(?:[\-^~]|&lt;&gt;[\-^~]?|[\-^~]?&lt;&gt;|[\-^~]?(?:&lt;&gt;|[&lt;&gt;=])?|(?:&lt;&gt;|[&lt;&gt;=])?[\-^~]?)(?!\w))"
textilehelper::$imgalignre = "(?:(?:[&lt;&gt;]|[\-^~]){1,2})"
textilehelper::$clstypadre = "(?:
  (?:\([A-Za-z0-9_\- \#]+\))
  |
  (?:{
      (?: \( [^)]+ \) | [^\}] )+
     })
  |
  (?:\(+? (?![A-Za-z0-9_\-\#]) )
  |
  (?:\)+?)
  |
  (?: \[ [a-zA-Z\-]+? \] )
)"
textilehelper::$clstyre = "(?:
  (?:\([A-Za-z0-9_\- \#]+\))
  |
  (?:{
      [A-Za-z0-9_\-](?: \( [^)]+ \) | [^\}] )+
     })
  |
  (?: \[ [a-zA-Z\-]+? \] )
)"
textilehelper::$clstyfiltre = "(?:
  (?:\([A-Za-z0-9_\- \#]+\))
  |
  (?:{
      [A-Za-z0-9_\-](?: \( [^)]+ \) | [^\}] )+
     })
  |
  (?:\|[^\|]+\|)
  |
  (?:\(+?(?![A-Za-z0-9_\-\#]))
  |
  (?:\)+)
  |
  (?: \[ [a-zA-Z]+? \] )
)"
textilehelper::$codere = "(?:
    (?:
      [\[{]
      @                           # opening
      (?:\[([A-Za-z0-9]+)\])?     # $1: language id
      (.+?)                       # $2: code
      @                           # closing
      [\]}]
    )
    |
    (?:
      (?:^|(?&lt;=[\s\(]))
      @                           # opening
      (?:\[([A-Za-z0-9]+)\])?     # $3: language id
      ([^\s].+?[^\s])             # $4: code itself
      @                           # closing
      (?:$|(?=[\!&quot;\#\$%&amp;'()\*\+,\-\./:;&lt;=&gt;\?@\[\\\]\^_`{\|}\~]{1,2}|\s))
    )
)"
textilehelper::$blocktags = "
    &lt;
    (( /? ( h[1-6]
     | p
     | pre
     | div
     | table
     | t[rdh]
     | [ou]l
     | li
     | block(?:quote|code)
     | form
     | input
     | select
     | option
     | textarea
     )
    [ &gt;]
    )
    | !--
    )
"
textilehelper::get__()
textilehelper::set__()
textilehelper::call__()
textilehelper::loadconfig()
textilehelper::url()
textilehelper::webroot()
textilehelper::clean()
textilehelper::setformtag()
textilehelper::setentity()
textilehelper::model()
textilehelper::modelid()
textilehelper::field()
textilehelper::tagisinvalid()
textilehelper::domid()
textilehelper::value()
textilehelper::addclass()
textilehelper::output()
textilehelper::assign()
textilehelper::beforerender()
textilehelper::afterrender()
textilehelper::beforelayout()
textilehelper::afterlayout()
textilehelper::object()
textilehelper::tostring()
textilehelper::requestaction()
textilehelper::log()
textilehelper::cakeerror()
textilehelper::overload()
textilehelper::overloadable()
textilehelper::helper()
textilehelper::textilehelper()
textilehelper::set()
textilehelper::get()
textilehelper::disable_html()
textilehelper::head_offset()
textilehelper::flavor()
textilehelper::css()
textilehelper::charset()
textilehelper::docroot()
textilehelper::trim_spaces()
textilehelper::filter_param()
textilehelper::preserve_spaces()
textilehelper::filters()
textilehelper::char_encoding()
textilehelper::handle_quotes()
textilehelper::process()
textilehelper::processrestricted()
textilehelper::pba()
textilehelper::hasrawtext()
textilehelper::table()
textilehelper::ftable()
textilehelper::lists()
textilehelper::flist()
textilehelper::lt()
textilehelper::dopbr()
textilehelper::dobr()
textilehelper::block()
textilehelper::fblock()
textilehelper::graf()
textilehelper::span()
textilehelper::fspan()
textilehelper::links()
textilehelper::flink()
textilehelper::getrefs()
textilehelper::refs()
textilehelper::checkrefs()
textilehelper::relurl()
textilehelper::image()
textilehelper::fimage()
textilehelper::code()
textilehelper::fcode()
textilehelper::fpre()
textilehelper::shelve()
textilehelper::retrieve()
textilehelper::incomingentities()
textilehelper::encodeentities()
textilehelper::fixentities()
textilehelper::cleanwhitespace()
textilehelper::dospecial()
textilehelper::fspecial()
textilehelper::notextile()
textilehelper::ftextile()
textilehelper::footnoteref()
textilehelper::footnoteid()
textilehelper::glyphs()
textilehelper::ialign()
textilehelper::halign()
textilehelper::valign()
textilehelper::encode_high()
textilehelper::decode_high()
textilehelper::cmap()
textilehelper::encode_html()
textilehelper::txtgps()
textilehelper::dump()
textilehelper::blocklite(),
	"Html" => htmlhelper
htmlhelper::$helpers = NULL
htmlhelper::$base = "[empty string]"
htmlhelper::$webroot = "/"
htmlhelper::$themeWeb = NULL
htmlhelper::$here = "/news/rss/"
htmlhelper::$params = array(
	"pass" => array(),
	"named" => array(),
	"controller" => "news",
	"action" => "rss",
	"plugin" => null,
	"form" => array(),
	"url" => array(
	"url" => "news/rss/"
),
	"bare" => 0,
	"webservices" => null,
	"models" => array(
	"News"
)
)
htmlhelper::$action = "rss"
htmlhelper::$plugin = NULL
htmlhelper::$data = NULL
htmlhelper::$namedArgs = NULL
htmlhelper::$argSeparator = NULL
htmlhelper::$validationErrors = NULL
htmlhelper::$tags = array(
	"meta" => "&lt;meta%s/&gt;",
	"metalink" => "&lt;link href=&quot;%s&quot;%s/&gt;",
	"link" => "&lt;a href=&quot;%s&quot;%s&gt;%s&lt;/a&gt;",
	"mailto" => "&lt;a href=&quot;mailto:%s&quot; %s&gt;%s&lt;/a&gt;",
	"form" => "&lt;form %s&gt;",
	"formend" => "&lt;/form&gt;",
	"input" => "&lt;input name=&quot;%s&quot; %s/&gt;",
	"textarea" => "&lt;textarea name=&quot;%s&quot; %s&gt;%s&lt;/textarea&gt;",
	"hidden" => "&lt;input type=&quot;hidden&quot; name=&quot;%s&quot; %s/&gt;",
	"checkbox" => "&lt;input type=&quot;checkbox&quot; name=&quot;%s&quot; %s/&gt;",
	"checkboxmultiple" => "&lt;input type=&quot;checkbox&quot; name=&quot;%s[]&quot;%s /&gt;",
	"radio" => "&lt;input type=&quot;radio&quot; name=&quot;%s&quot; id=&quot;%s&quot; %s /&gt;%s",
	"selectstart" => "&lt;select name=&quot;%s&quot;%s&gt;",
	"selectmultiplestart" => "&lt;select name=&quot;%s[]&quot;%s&gt;",
	"selectempty" => "&lt;option value=&quot;&quot;%s&gt;&amp;nbsp;&lt;/option&gt;",
	"selectoption" => "&lt;option value=&quot;%s&quot;%s&gt;%s&lt;/option&gt;",
	"selectend" => "&lt;/select&gt;",
	"optiongroup" => "&lt;optgroup label=&quot;%s&quot;%s&gt;",
	"optiongroupend" => "&lt;/optgroup&gt;",
	"checkboxmultiplestart" => "[empty string]",
	"checkboxmultipleend" => "[empty string]",
	"password" => "&lt;input type=&quot;password&quot; name=&quot;%s&quot; %s/&gt;",
	"file" => "&lt;input type=&quot;file&quot; name=&quot;%s&quot; %s/&gt;",
	"file_no_model" => "&lt;input type=&quot;file&quot; name=&quot;%s&quot; %s/&gt;",
	"submit" => "&lt;input type=&quot;submit&quot; %s/&gt;",
	"submitimage" => "&lt;input type=&quot;image&quot; src=&quot;%s&quot; %s/&gt;",
	"button" => "&lt;input type=&quot;%s&quot; %s/&gt;",
	"image" => "&lt;img src=&quot;%s&quot; %s/&gt;",
	"tableheader" => "&lt;th%s&gt;%s&lt;/th&gt;",
	"tableheaderrow" => "&lt;tr%s&gt;%s&lt;/tr&gt;",
	"tablecell" => "&lt;td%s&gt;%s&lt;/td&gt;",
	"tablerow" => "&lt;tr%s&gt;%s&lt;/tr&gt;",
	"block" => "&lt;div%s&gt;%s&lt;/div&gt;",
	"blockstart" => "&lt;div%s&gt;",
	"blockend" => "&lt;/div&gt;",
	"para" => "&lt;p%s&gt;%s&lt;/p&gt;",
	"parastart" => "&lt;p%s&gt;",
	"label" => "&lt;label for=&quot;%s&quot;%s&gt;%s&lt;/label&gt;",
	"fieldset" => "&lt;fieldset&gt;&lt;legend&gt;%s&lt;/legend&gt;%s&lt;/fieldset&gt;",
	"fieldsetstart" => "&lt;fieldset&gt;&lt;legend&gt;%s&lt;/legend&gt;",
	"fieldsetend" => "&lt;/fieldset&gt;",
	"legend" => "&lt;legend&gt;%s&lt;/legend&gt;",
	"css" => "&lt;link rel=&quot;%s&quot; type=&quot;text/css&quot; href=&quot;%s&quot; %s/&gt;",
	"style" => "&lt;style type=&quot;text/css&quot;%s&gt;%s&lt;/style&gt;",
	"charset" => "&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=%s&quot; /&gt;",
	"ul" => "&lt;ul%s&gt;%s&lt;/ul&gt;",
	"ol" => "&lt;ol%s&gt;%s&lt;/ol&gt;",
	"li" => "&lt;li%s&gt;%s&lt;/li&gt;",
	"error" => "&lt;div%s&gt;%s&lt;/div&gt;"
)
htmlhelper::$__tainted = NULL
htmlhelper::$__cleaned = NULL
htmlhelper::$_log = NULL
htmlhelper::$_crumbs = array()
htmlhelper::$__docTypes = array(
	"html4-strict" => "&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/TR/html4/strict.dtd&quot;&gt;",
	"html4-trans" => "&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;",
	"html4-frame" => "&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Frameset//EN&quot; &quot;http://www.w3.org/TR/html4/frameset.dtd&quot;&gt;",
	"xhtml-strict" => "&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;",
	"xhtml-trans" => "&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;",
	"xhtml-frame" => "&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Frameset//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd&quot;&gt;",
	"xhtml11" => "&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.1//EN&quot; &quot;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&quot;&gt;"
)
htmlhelper::get__()
htmlhelper::set__()
htmlhelper::call__()
htmlhelper::loadconfig()
htmlhelper::url()
htmlhelper::webroot()
htmlhelper::clean()
htmlhelper::setformtag()
htmlhelper::setentity()
htmlhelper::model()
htmlhelper::modelid()
htmlhelper::field()
htmlhelper::tagisinvalid()
htmlhelper::domid()
htmlhelper::value()
htmlhelper::addclass()
htmlhelper::output()
htmlhelper::assign()
htmlhelper::beforerender()
htmlhelper::afterrender()
htmlhelper::beforelayout()
htmlhelper::afterlayout()
htmlhelper::object()
htmlhelper::tostring()
htmlhelper::requestaction()
htmlhelper::log()
htmlhelper::cakeerror()
htmlhelper::overload()
htmlhelper::overloadable()
htmlhelper::helper()
htmlhelper::apphelper()
htmlhelper::addcrumb()
htmlhelper::doctype()
htmlhelper::meta()
htmlhelper::charset()
htmlhelper::link()
htmlhelper::css()
htmlhelper::style()
htmlhelper::getcrumbs()
htmlhelper::image()
htmlhelper::radio()
htmlhelper::tableheaders()
htmlhelper::tablecells()
htmlhelper::div()
htmlhelper::para()
htmlhelper::nestedlist()
htmlhelper::password()
htmlhelper::textarea()
htmlhelper::checkbox()
htmlhelper::hidden()
htmlhelper::input()
htmlhelper::tagvalue()
htmlhelper::validate()
htmlhelper::validateerrors()
htmlhelper::tagerrormsg()
htmlhelper::htmlhelper(),
	"Form" => formhelper
formhelper::$helpers = array(
	"Html"
)
formhelper::$base = "[empty string]"
formhelper::$webroot = "/"
formhelper::$themeWeb = NULL
formhelper::$here = "/news/rss/"
formhelper::$params = array(
	"pass" => array(),
	"named" => array(),
	"controller" => "news",
	"action" => "rss",
	"plugin" => null,
	"form" => array(),
	"url" => array(
	"url" => "news/rss/"
),
	"bare" => 0,
	"webservices" => null,
	"models" => array(
	"News"
)
)
formhelper::$action = "rss"
formhelper::$plugin = NULL
formhelper::$data = NULL
formhelper::$namedArgs = NULL
formhelper::$argSeparator = NULL
formhelper::$validationErrors = NULL
formhelper::$tags = array()
formhelper::$__tainted = NULL
formhelper::$__cleaned = NULL
formhelper::$_log = NULL
formhelper::$fieldset = array(
	"fields" => array(),
	"key" => "id",
	"validates" => array()
)
formhelper::$__options = array(
	"day" => array(),
	"minute" => array(),
	"hour" => array(),
	"month" => array(),
	"year" => array(),
	"meridian" => array()
)
formhelper::$fields = array()
formhelper::$requestType = NULL
formhelper::$Html = htmlhelper
htmlhelper::$helpers = NULL
htmlhelper::$base = "[empty string]"
htmlhelper::$webroot = "/"
htmlhelper::$themeWeb = NULL
htmlhelper::$here = "/news/rss/"
htmlhelper::$params = array(
	"pass" => array(),
	"named" => array(),
	"controller" => "news",
	"action" => "rss",
	"plugin" => null,
	"form" => array(),
	"url" => array(
	"url" => "news/rss/"
),
	"bare" => 0,
	"webservices" => null,
	"models" => array(
	"News"
)
)
htmlhelper::$action = "rss"
htmlhelper::$plugin = NULL
htmlhelper::$data = NULL
htmlhelper::$namedArgs = NULL
htmlhelper::$argSeparator = NULL
htmlhelper::$validationErrors = NULL
htmlhelper::$tags = array(
	"meta" => "&lt;meta%s/&gt;",
	"metalink" => "&lt;link href=&quot;%s&quot;%s/&gt;",
	"link" => "&lt;a href=&quot;%s&quot;%s&gt;%s&lt;/a&gt;",
	"mailto" => "&lt;a href=&quot;mailto:%s&quot; %s&gt;%s&lt;/a&gt;",
	"form" => "&lt;form %s&gt;",
	"formend" => "&lt;/form&gt;",
	"input" => "&lt;input name=&quot;%s&quot; %s/&gt;",
	"textarea" => "&lt;textarea name=&quot;%s&quot; %s&gt;%s&lt;/textarea&gt;",
	"hidden" => "&lt;input type=&quot;hidden&quot; name=&quot;%s&quot; %s/&gt;",
	"checkbox" => "&lt;input type=&quot;checkbox&quot; name=&quot;%s&quot; %s/&gt;",
	"checkboxmultiple" => "&lt;input type=&quot;checkbox&quot; name=&quot;%s[]&quot;%s /&gt;",
	"radio" => "&lt;input type=&quot;radio&quot; name=&quot;%s&quot; id=&quot;%s&quot; %s /&gt;%s",
	"selectstart" => "&lt;select name=&quot;%s&quot;%s&gt;",
	"selectmultiplestart" => "&lt;select name=&quot;%s[]&quot;%s&gt;",
	"selectempty" => "&lt;option value=&quot;&quot;%s&gt;&amp;nbsp;&lt;/option&gt;",
	"selectoption" => "&lt;option value=&quot;%s&quot;%s&gt;%s&lt;/option&gt;",
	"selectend" => "&lt;/select&gt;",
	"optiongroup" => "&lt;optgroup label=&quot;%s&quot;%s&gt;",
	"optiongroupend" => "&lt;/optgroup&gt;",
	"checkboxmultiplestart" => "[empty string]",
	"checkboxmultipleend" => "[empty string]",
	"password" => "&lt;input type=&quot;password&quot; name=&quot;%s&quot; %s/&gt;",
	"file" => "&lt;input type=&quot;file&quot; name=&quot;%s&quot; %s/&gt;",
	"file_no_model" => "&lt;input type=&quot;file&quot; name=&quot;%s&quot; %s/&gt;",
	"submit" => "&lt;input type=&quot;submit&quot; %s/&gt;",
	"submitimage" => "&lt;input type=&quot;image&quot; src=&quot;%s&quot; %s/&gt;",
	"button" => "&lt;input type=&quot;%s&quot; %s/&gt;",
	"image" => "&lt;img src=&quot;%s&quot; %s/&gt;",
	"tableheader" => "&lt;th%s&gt;%s&lt;/th&gt;",
	"tableheaderrow" => "&lt;tr%s&gt;%s&lt;/tr&gt;",
	"tablecell" => "&lt;td%s&gt;%s&lt;/td&gt;",
	"tablerow" => "&lt;tr%s&gt;%s&lt;/tr&gt;",
	"block" => "&lt;div%s&gt;%s&lt;/div&gt;",
	"blockstart" => "&lt;div%s&gt;",
	"blockend" => "&lt;/div&gt;",
	"para" => "&lt;p%s&gt;%s&lt;/p&gt;",
	"parastart" => "&lt;p%s&gt;",
	"label" => "&lt;label for=&quot;%s&quot;%s&gt;%s&lt;/label&gt;",
	"fieldset" => "&lt;fieldset&gt;&lt;legend&gt;%s&lt;/legend&gt;%s&lt;/fieldset&gt;",
	"fieldsetstart" => "&lt;fieldset&gt;&lt;legend&gt;%s&lt;/legend&gt;",
	"fieldsetend" => "&lt;/fieldset&gt;",
	"legend" => "&lt;legend&gt;%s&lt;/legend&gt;",
	"css" => "&lt;link rel=&quot;%s&quot; type=&quot;text/css&quot; href=&quot;%s&quot; %s/&gt;",
	"style" => "&lt;style type=&quot;text/css&quot;%s&gt;%s&lt;/style&gt;",
	"charset" => "&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=%s&quot; /&gt;",
	"ul" => "&lt;ul%s&gt;%s&lt;/ul&gt;",
	"ol" => "&lt;ol%s&gt;%s&lt;/ol&gt;",
	"li" => "&lt;li%s&gt;%s&lt;/li&gt;",
	"error" => "&lt;div%s&gt;%s&lt;/div&gt;"
)
htmlhelper::$__tainted = NULL
htmlhelper::$__cleaned = NULL
htmlhelper::$_log = NULL
htmlhelper::$_crumbs = array()
htmlhelper::$__docTypes = array(
	"html4-strict" => "&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/TR/html4/strict.dtd&quot;&gt;",
	"html4-trans" => "&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;",
	"html4-frame" => "&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Frameset//EN&quot; &quot;http://www.w3.org/TR/html4/frameset.dtd&quot;&gt;",
	"xhtml-strict" => "&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;",
	"xhtml-trans" => "&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;",
	"xhtml-frame" => "&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Frameset//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd&quot;&gt;",
	"xhtml11" => "&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.1//EN&quot; &quot;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&quot;&gt;"
)
htmlhelper::get__()
htmlhelper::set__()
htmlhelper::call__()
htmlhelper::loadconfig()
htmlhelper::url()
htmlhelper::webroot()
htmlhelper::clean()
htmlhelper::setformtag()
htmlhelper::setentity()
htmlhelper::model()
htmlhelper::modelid()
htmlhelper::field()
htmlhelper::tagisinvalid()
htmlhelper::domid()
htmlhelper::value()
htmlhelper::addclass()
htmlhelper::output()
htmlhelper::assign()
htmlhelper::beforerender()
htmlhelper::afterrender()
htmlhelper::beforelayout()
htmlhelper::afterlayout()
htmlhelper::object()
htmlhelper::tostring()
htmlhelper::requestaction()
htmlhelper::log()
htmlhelper::cakeerror()
htmlhelper::overload()
htmlhelper::overloadable()
htmlhelper::helper()
htmlhelper::apphelper()
htmlhelper::addcrumb()
htmlhelper::doctype()
htmlhelper::meta()
htmlhelper::charset()
htmlhelper::link()
htmlhelper::css()
htmlhelper::style()
htmlhelper::getcrumbs()
htmlhelper::image()
htmlhelper::radio()
htmlhelper::tableheaders()
htmlhelper::tablecells()
htmlhelper::div()
htmlhelper::para()
htmlhelper::nestedlist()
htmlhelper::password()
htmlhelper::textarea()
htmlhelper::checkbox()
htmlhelper::hidden()
htmlhelper::input()
htmlhelper::tagvalue()
htmlhelper::validate()
htmlhelper::validateerrors()
htmlhelper::tagerrormsg()
htmlhelper::htmlhelper()
formhelper::get__()
formhelper::set__()
formhelper::call__()
formhelper::loadconfig()
formhelper::url()
formhelper::webroot()
formhelper::clean()
formhelper::setformtag()
formhelper::setentity()
formhelper::model()
formhelper::modelid()
formhelper::field()
formhelper::tagisinvalid()
formhelper::domid()
formhelper::value()
formhelper::addclass()
formhelper::output()
formhelper::assign()
formhelper::beforerender()
formhelper::afterrender()
formhelper::beforelayout()
formhelper::afterlayout()
formhelper::object()
formhelper::tostring()
formhelper::requestaction()
formhelper::log()
formhelper::cakeerror()
formhelper::overload()
formhelper::overloadable()
formhelper::helper()
formhelper::apphelper()
formhelper::create()
formhelper::end()
formhelper::secure()
formhelper::isfielderror()
formhelper::error()
formhelper::label()
formhelper::inputs()
formhelper::input()
formhelper::checkbox()
formhelper::radio()
formhelper::text()
formhelper::password()
formhelper::textarea()
formhelper::hidden()
formhelper::file()
formhelper::button()
formhelper::submit()
formhelper::submitimage()
formhelper::select()
formhelper::day()
formhelper::year()
formhelper::month()
formhelper::hour()
formhelper::minute()
formhelper::meridian()
formhelper::datetime()
formhelper::formhelper(),
	"Session" => sessionhelper
sessionhelper::$_log = NULL
sessionhelper::$valid = false
sessionhelper::$error = false
sessionhelper::$_userAgent = "b260d25dcd9c138e5e653c28eaa88044"
sessionhelper::$path = false
sessionhelper::$lastError = NULL
sessionhelper::$security = NULL
sessionhelper::$time = 1218151754
sessionhelper::$sessionTime = false
sessionhelper::$watchKeys = array()
sessionhelper::$id = NULL
sessionhelper::$helpers = NULL
sessionhelper::$__active = true
sessionhelper::$base = "[empty string]"
sessionhelper::$webroot = "/"
sessionhelper::$here = "/news/rss/"
sessionhelper::$params = array(
	"pass" => array(),
	"named" => array(),
	"controller" => "news",
	"action" => "rss",
	"plugin" => null,
	"form" => array(),
	"url" => array(
	"url" => "news/rss/"
),
	"bare" => 0,
	"webservices" => null,
	"models" => array(
	"News"
)
)
sessionhelper::$action = "rss"
sessionhelper::$data = NULL
sessionhelper::$themeWeb = NULL
sessionhelper::$plugin = NULL
sessionhelper::object()
sessionhelper::tostring()
sessionhelper::requestaction()
sessionhelper::log()
sessionhelper::cakeerror()
sessionhelper::start()
sessionhelper::started()
sessionhelper::check()
sessionhelper::id()
sessionhelper::del()
sessionhelper::error()
sessionhelper::valid()
sessionhelper::read()
sessionhelper::watch()
sessionhelper::ignore()
sessionhelper::write()
sessionhelper::destroy()
sessionhelper::renew()
sessionhelper::cakesession()
sessionhelper::activate()
sessionhelper::flash()
sessionhelper::sessionhelper()
)
$helper	=	sessionhelper
sessionhelper::$_log = NULL
sessionhelper::$valid = false
sessionhelper::$error = false
sessionhelper::$_userAgent = "b260d25dcd9c138e5e653c28eaa88044"
sessionhelper::$path = false
sessionhelper::$lastError = NULL
sessionhelper::$security = NULL
sessionhelper::$time = 1218151754
sessionhelper::$sessionTime = false
sessionhelper::$watchKeys = array()
sessionhelper::$id = NULL
sessionhelper::$helpers = NULL
sessionhelper::$__active = true
sessionhelper::$base = "[empty string]"
sessionhelper::$webroot = "/"
sessionhelper::$here = "/news/rss/"
sessionhelper::$params = array(
	"pass" => array(),
	"named" => array(),
	"controller" => "news",
	"action" => "rss",
	"plugin" => null,
	"form" => array(),
	"url" => array(
	"url" => "news/rss/"
),
	"bare" => 0,
	"webservices" => null,
	"models" => array(
	"News"
)
)
sessionhelper::$action = "rss"
sessionhelper::$data = NULL
sessionhelper::$themeWeb = NULL
sessionhelper::$plugin = NULL
sessionhelper::object()
sessionhelper::tostring()
sessionhelper::requestaction()
sessionhelper::log()
sessionhelper::cakeerror()
sessionhelper::start()
sessionhelper::started()
sessionhelper::check()
sessionhelper::id()
sessionhelper::del()
sessionhelper::error()
sessionhelper::valid()
sessionhelper::read()
sessionhelper::watch()
sessionhelper::ignore()
sessionhelper::write()
sessionhelper::destroy()
sessionhelper::renew()
sessionhelper::cakesession()
sessionhelper::activate()
sessionhelper::flash()
sessionhelper::sessionhelper()
$camelBackedHelper	=	"session"
$html	=	htmlhelper
htmlhelper::$helpers = NULL
htmlhelper::$base = "[empty string]"
htmlhelper::$webroot = "/"
htmlhelper::$themeWeb = NULL
htmlhelper::$here = "/news/rss/"
htmlhelper::$params = array(
	"pass" => array(),
	"named" => array(),
	"controller" => "news",
	"action" => "rss",
	"plugin" => null,
	"form" => array(),
	"url" => array(
	"url" => "news/rss/"
),
	"bare" => 0,
	"webservices" => null,
	"models" => array(
	"News"
)
)
htmlhelper::$action = "rss"
htmlhelper::$plugin = NULL
htmlhelper::$data = NULL
htmlhelper::$namedArgs = NULL
htmlhelper::$argSeparator = NULL
htmlhelper::$validationErrors = NULL
htmlhelper::$tags = array(
	"meta" => "&lt;meta%s/&gt;",
	"metalink" => "&lt;link href=&quot;%s&quot;%s/&gt;",
	"link" => "&lt;a href=&quot;%s&quot;%s&gt;%s&lt;/a&gt;",
	"mailto" => "&lt;a href=&quot;mailto:%s&quot; %s&gt;%s&lt;/a&gt;",
	"form" => "&lt;form %s&gt;",
	"formend" => "&lt;/form&gt;",
	"input" => "&lt;input name=&quot;%s&quot; %s/&gt;",
	"textarea" => "&lt;textarea name=&quot;%s&quot; %s&gt;%s&lt;/textarea&gt;",
	"hidden" => "&lt;input type=&quot;hidden&quot; name=&quot;%s&quot; %s/&gt;",
	"checkbox" => "&lt;input type=&quot;checkbox&quot; name=&quot;%s&quot; %s/&gt;",
	"checkboxmultiple" => "&lt;input type=&quot;checkbox&quot; name=&quot;%s[]&quot;%s /&gt;",
	"radio" => "&lt;input type=&quot;radio&quot; name=&quot;%s&quot; id=&quot;%s&quot; %s /&gt;%s",
	"selectstart" => "&lt;select name=&quot;%s&quot;%s&gt;",
	"selectmultiplestart" => "&lt;select name=&quot;%s[]&quot;%s&gt;",
	"selectempty" => "&lt;option value=&quot;&quot;%s&gt;&amp;nbsp;&lt;/option&gt;",
	"selectoption" => "&lt;option value=&quot;%s&quot;%s&gt;%s&lt;/option&gt;",
	"selectend" => "&lt;/select&gt;",
	"optiongroup" => "&lt;optgroup label=&quot;%s&quot;%s&gt;",
	"optiongroupend" => "&lt;/optgroup&gt;",
	"checkboxmultiplestart" => "[empty string]",
	"checkboxmultipleend" => "[empty string]",
	"password" => "&lt;input type=&quot;password&quot; name=&quot;%s&quot; %s/&gt;",
	"file" => "&lt;input type=&quot;file&quot; name=&quot;%s&quot; %s/&gt;",
	"file_no_model" => "&lt;input type=&quot;file&quot; name=&quot;%s&quot; %s/&gt;",
	"submit" => "&lt;input type=&quot;submit&quot; %s/&gt;",
	"submitimage" => "&lt;input type=&quot;image&quot; src=&quot;%s&quot; %s/&gt;",
	"button" => "&lt;input type=&quot;%s&quot; %s/&gt;",
	"image" => "&lt;img src=&quot;%s&quot; %s/&gt;",
	"tableheader" => "&lt;th%s&gt;%s&lt;/th&gt;",
	"tableheaderrow" => "&lt;tr%s&gt;%s&lt;/tr&gt;",
	"tablecell" => "&lt;td%s&gt;%s&lt;/td&gt;",
	"tablerow" => "&lt;tr%s&gt;%s&lt;/tr&gt;",
	"block" => "&lt;div%s&gt;%s&lt;/div&gt;",
	"blockstart" => "&lt;div%s&gt;",
	"blockend" => "&lt;/div&gt;",
	"para" => "&lt;p%s&gt;%s&lt;/p&gt;",
	"parastart" => "&lt;p%s&gt;",
	"label" => "&lt;label for=&quot;%s&quot;%s&gt;%s&lt;/label&gt;",
	"fieldset" => "&lt;fieldset&gt;&lt;legend&gt;%s&lt;/legend&gt;%s&lt;/fieldset&gt;",
	"fieldsetstart" => "&lt;fieldset&gt;&lt;legend&gt;%s&lt;/legend&gt;",
	"fieldsetend" => "&lt;/fieldset&gt;",
	"legend" => "&lt;legend&gt;%s&lt;/legend&gt;",
	"css" => "&lt;link rel=&quot;%s&quot; type=&quot;text/css&quot; href=&quot;%s&quot; %s/&gt;",
	"style" => "&lt;style type=&quot;text/css&quot;%s&gt;%s&lt;/style&gt;",
	"charset" => "&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=%s&quot; /&gt;",
	"ul" => "&lt;ul%s&gt;%s&lt;/ul&gt;",
	"ol" => "&lt;ol%s&gt;%s&lt;/ol&gt;",
	"li" => "&lt;li%s&gt;%s&lt;/li&gt;",
	"error" => "&lt;div%s&gt;%s&lt;/div&gt;"
)
htmlhelper::$__tainted = NULL
htmlhelper::$__cleaned = NULL
htmlhelper::$_log = NULL
htmlhelper::$_crumbs = array()
htmlhelper::$__docTypes = array(
	"html4-strict" => "&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/TR/html4/strict.dtd&quot;&gt;",
	"html4-trans" => "&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;",
	"html4-frame" => "&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Frameset//EN&quot; &quot;http://www.w3.org/TR/html4/frameset.dtd&quot;&gt;",
	"xhtml-strict" => "&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;",
	"xhtml-trans" => "&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;",
	"xhtml-frame" => "&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Frameset//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd&quot;&gt;",
	"xhtml11" => "&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.1//EN&quot; &quot;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&quot;&gt;"
)
htmlhelper::get__()
htmlhelper::set__()
htmlhelper::call__()
htmlhelper::loadconfig()
htmlhelper::url()
htmlhelper::webroot()
htmlhelper::clean()
htmlhelper::setformtag()
htmlhelper::setentity()
htmlhelper::model()
htmlhelper::modelid()
htmlhelper::field()
htmlhelper::tagisinvalid()
htmlhelper::domid()
htmlhelper::value()
htmlhelper::addclass()
htmlhelper::output()
htmlhelper::assign()
htmlhelper::beforerender()
htmlhelper::afterrender()
htmlhelper::beforelayout()
htmlhelper::afterlayout()
htmlhelper::object()
htmlhelper::tostring()
htmlhelper::requestaction()
htmlhelper::log()
htmlhelper::cakeerror()
htmlhelper::overload()
htmlhelper::overloadable()
htmlhelper::helper()
htmlhelper::apphelper()
htmlhelper::addcrumb()
htmlhelper::doctype()
htmlhelper::meta()
htmlhelper::charset()
htmlhelper::link()
htmlhelper::css()
htmlhelper::style()
htmlhelper::getcrumbs()
htmlhelper::image()
htmlhelper::radio()
htmlhelper::tableheaders()
htmlhelper::tablecells()
htmlhelper::div()
htmlhelper::para()
htmlhelper::nestedlist()
htmlhelper::password()
htmlhelper::textarea()
htmlhelper::checkbox()
htmlhelper::hidden()
htmlhelper::input()
htmlhelper::tagvalue()
htmlhelper::validate()
htmlhelper::validateerrors()
htmlhelper::tagerrormsg()
htmlhelper::htmlhelper()
$time	=	timehelper
timehelper::$helpers = NULL
timehelper::$base = "[empty string]"
timehelper::$webroot = "/"
timehelper::$themeWeb = NULL
timehelper::$here = "/news/rss/"
timehelper::$params = array(
	"pass" => array(),
	"named" => array(),
	"controller" => "news",
	"action" => "rss",
	"plugin" => null,
	"form" => array(),
	"url" => array(
	"url" => "news/rss/"
),
	"bare" => 0,
	"webservices" => null,
	"models" => array(
	"News"
)
)
timehelper::$action = "rss"
timehelper::$plugin = NULL
timehelper::$data = NULL
timehelper::$namedArgs = NULL
timehelper::$argSeparator = NULL
timehelper::$validationErrors = NULL
timehelper::$tags = array()
timehelper::$__tainted = NULL
timehelper::$__cleaned = NULL
timehelper::$_log = NULL
timehelper::get__()
timehelper::set__()
timehelper::call__()
timehelper::loadconfig()
timehelper::url()
timehelper::webroot()
timehelper::clean()
timehelper::setformtag()
timehelper::setentity()
timehelper::model()
timehelper::modelid()
timehelper::field()
timehelper::tagisinvalid()
timehelper::domid()
timehelper::value()
timehelper::addclass()
timehelper::output()
timehelper::assign()
timehelper::beforerender()
timehelper::afterrender()
timehelper::beforelayout()
timehelper::afterlayout()
timehelper::object()
timehelper::tostring()
timehelper::requestaction()
timehelper::log()
timehelper::cakeerror()
timehelper::overload()
timehelper::overloadable()
timehelper::helper()
timehelper::apphelper()
timehelper::fromstring()
timehelper::nice()
timehelper::niceshort()
timehelper::daysassql()
timehelper::dayassql()
timehelper::istoday()
timehelper::isthisweek()
timehelper::isthismonth()
timehelper::isthisyear()
timehelper::wasyesterday()
timehelper::istomorrow()
timehelper::toquarter()
timehelper::tounix()
timehelper::toatom()
timehelper::torss()
timehelper::timeagoinwords()
timehelper::relativetime()
timehelper::waswithinlast()
timehelper::gmt()
timehelper::format()
timehelper::timehelper()
$textile	=	textilehelper
textilehelper::$helpers = NULL
textilehelper::$base = "[empty string]"
textilehelper::$webroot = "/"
textilehelper::$themeWeb = NULL
textilehelper::$here = "/news/rss/"
textilehelper::$params = array(
	"pass" => array(),
	"named" => array(),
	"controller" => "news",
	"action" => "rss",
	"plugin" => null,
	"form" => array(),
	"url" => array(
	"url" => "news/rss/"
),
	"bare" => 0,
	"webservices" => null,
	"models" => array(
	"News"
)
)
textilehelper::$action = "rss"
textilehelper::$plugin = NULL
textilehelper::$data = NULL
textilehelper::$namedArgs = NULL
textilehelper::$argSeparator = NULL
textilehelper::$validationErrors = NULL
textilehelper::$tags = array()
textilehelper::$__tainted = NULL
textilehelper::$__cleaned = NULL
textilehelper::$_log = NULL
textilehelper::$hlgn = "(?:\&lt;(?!&gt;)|(?&lt;!&lt;)\&gt;|\&lt;\&gt;|\=|[()]+(?! ))"
textilehelper::$vlgn = "[\-^~]"
textilehelper::$clas = "(?:\([^)]+\))"
textilehelper::$lnge = "(?:\[[^]]+\])"
textilehelper::$styl = "(?:\{[^}]+\})"
textilehelper::$cspn = "(?:\\\d+)"
textilehelper::$rspn = "(?:\/\d+)"
textilehelper::$a = "(?:(?:\&lt;(?!&gt;)|(?&lt;!&lt;)\&gt;|\&lt;\&gt;|\=|[()]+(?! ))|[\-^~])*"
textilehelper::$s = "(?:(?:\\\d+)|(?:\/\d+))*"
textilehelper::$c = "(?:(?:\([^)]+\))|(?:\{[^}]+\})|(?:\[[^]]+\])|(?:\&lt;(?!&gt;)|(?&lt;!&lt;)\&gt;|\&lt;\&gt;|\=|[()]+(?! )))*"
textilehelper::$pnct = "[\!&quot;#\$%&amp;'()\*\+,\-\./:;&lt;=&gt;\?@\[\\]\^_`{\|}\~]"
textilehelper::$rel = NULL
textilehelper::$fn = NULL
textilehelper::$shelf = array()
textilehelper::$restricted = false
textilehelper::$noimage = false
textilehelper::$lite = false
textilehelper::$url_schemes = array(
	"http",
	"https",
	"ftp",
	"mailto"
)
textilehelper::$glyph = array(
	"quote_single_open" => "&amp;#8216;",
	"quote_single_close" => "&amp;#8217;",
	"quote_double_open" => "&amp;#8220;",
	"quote_double_close" => "&amp;#8221;",
	"apostrophe" => "&amp;#8217;",
	"prime" => "&amp;#8242;",
	"prime_double" => "&amp;#8243;",
	"ellipsis" => "&amp;#8230;",
	"emdash" => "&amp;#8212;",
	"endash" => "&amp;#8211;",
	"dimension" => "&amp;#215;",
	"trademark" => "&amp;#8482;",
	"registered" => "&amp;#174;",
	"copyright" => "&amp;#169;"
)
textilehelper::$hu = "[empty string]"
textilehelper::$ver = "2.0.0"
textilehelper::$rev = "$Rev: 216 $"
textilehelper::$urlch = "[\w&quot;$\-_.+!*'(),&quot;;\/?:@=&amp;%#{}|\^~\[\]`]"
textilehelper::$btag = array(
	"bq",
	"bc",
	"notextile",
	"pre",
	"h[1-6]",
	"fn\d+",
	"p"
)
textilehelper::$options = array(
	"filters" => array(),
	"charset" => "iso-8859-1",
	"char_encoding" => 1,
	"do_quotes" => 1,
	"trim_spaces" => 0,
	"preserve_spaces" => 0,
	"head_offset" => 0,
	"flavor" => "xhtml1/css",
	"_line_open" => "[empty string]",
	"_line_close" => "&lt;br /&gt;",
	"_blockcode_open" => "&lt;pre&gt;&lt;code&gt;",
	"_blockcode_close" => "&lt;/code&gt;&lt;/pre&gt;",
	"css_mode" => 1
)
textilehelper::$urlre = "(?:
    # Must start out right...
    (?=[a-zA-Z0-9./#])
    # Match the leading part (proto://hostname, or just hostname)
    (?:
        # ftp://, http://, or https:// leading part
        (?:ftp|https?|telnet|nntp)://(?:\w+(?::\w+)?@)?[-\w]+(?:\.\w[-\w]*)+
        |
        (?:mailto:)?[-\+\w]+@[-\w]+(?:\.\w[-\w]*)+
        |
        # or, try to find a hostname with our more specific sub-expression
        (?i: [a-z0-9] (?:[-a-z0-9]*[a-z0-9])? \. )+ # sub domains
        # Now ending .com, etc. For these, require lowercase
        (?-i: com\b
            | edu\b
            | biz\b
            | gov\b
            | in(?:t|fo)\b # .int or .info
            | mil\b
            | net\b
            | org\b
            | museum\b
            | aero\b
            | coop\b
            | name\b
            | pro\b
            | [a-z][a-z]\b # two-letter country codes
        )
    )?

    # Allow an optional port number
    (?: : \d+ )?

    # The rest of the URL is optional, and begins with / . . .
    (?:
     /?
     # The rest are heuristics for what seems to work well
     [^.!,?;:&quot;'&lt;&gt;()\[\]{}\s\x7F-\xFF]*
     (?:
        [.!,?;:]+  [^.!,?;:&quot;'&lt;&gt;()\[\]{}\s\x7F-\xFF]+ #'&quot;
     )*
    )?
)"
textilehelper::$punct = "[\!&quot;\#\$%&amp;'()\*\+,\-\./:;&lt;=&gt;\?@\[\\\]\^_`{\|}\~]"
textilehelper::$valignre = "[\-^~]"
textilehelper::$tblalignre = "[&lt;&gt;=]"
textilehelper::$halignre = "(?:&lt;&gt;|[&lt;&gt;=])"
textilehelper::$alignre = "(?:(?:[\-^~]|&lt;&gt;[\-^~]?|[\-^~]?&lt;&gt;|[\-^~]?(?:&lt;&gt;|[&lt;&gt;=])?|(?:&lt;&gt;|[&lt;&gt;=])?[\-^~]?)(?!\w))"
textilehelper::$imgalignre = "(?:(?:[&lt;&gt;]|[\-^~]){1,2})"
textilehelper::$clstypadre = "(?:
  (?:\([A-Za-z0-9_\- \#]+\))
  |
  (?:{
      (?: \( [^)]+ \) | [^\}] )+
     })
  |
  (?:\(+? (?![A-Za-z0-9_\-\#]) )
  |
  (?:\)+?)
  |
  (?: \[ [a-zA-Z\-]+? \] )
)"
textilehelper::$clstyre = "(?:
  (?:\([A-Za-z0-9_\- \#]+\))
  |
  (?:{
      [A-Za-z0-9_\-](?: \( [^)]+ \) | [^\}] )+
     })
  |
  (?: \[ [a-zA-Z\-]+? \] )
)"
textilehelper::$clstyfiltre = "(?:
  (?:\([A-Za-z0-9_\- \#]+\))
  |
  (?:{
      [A-Za-z0-9_\-](?: \( [^)]+ \) | [^\}] )+
     })
  |
  (?:\|[^\|]+\|)
  |
  (?:\(+?(?![A-Za-z0-9_\-\#]))
  |
  (?:\)+)
  |
  (?: \[ [a-zA-Z]+? \] )
)"
textilehelper::$codere = "(?:
    (?:
      [\[{]
      @                           # opening
      (?:\[([A-Za-z0-9]+)\])?     # $1: language id
      (.+?)                       # $2: code
      @                           # closing
      [\]}]
    )
    |
    (?:
      (?:^|(?&lt;=[\s\(]))
      @                           # opening
      (?:\[([A-Za-z0-9]+)\])?     # $3: language id
      ([^\s].+?[^\s])             # $4: code itself
      @                           # closing
      (?:$|(?=[\!&quot;\#\$%&amp;'()\*\+,\-\./:;&lt;=&gt;\?@\[\\\]\^_`{\|}\~]{1,2}|\s))
    )
)"
textilehelper::$blocktags = "
    &lt;
    (( /? ( h[1-6]
     | p
     | pre
     | div
     | table
     | t[rdh]
     | [ou]l
     | li
     | block(?:quote|code)
     | form
     | input
     | select
     | option
     | textarea
     )
    [ &gt;]
    )
    | !--
    )
"
textilehelper::get__()
textilehelper::set__()
textilehelper::call__()
textilehelper::loadconfig()
textilehelper::url()
textilehelper::webroot()
textilehelper::clean()
textilehelper::setformtag()
textilehelper::setentity()
textilehelper::model()
textilehelper::modelid()
textilehelper::field()
textilehelper::tagisinvalid()
textilehelper::domid()
textilehelper::value()
textilehelper::addclass()
textilehelper::output()
textilehelper::assign()
textilehelper::beforerender()
textilehelper::afterrender()
textilehelper::beforelayout()
textilehelper::afterlayout()
textilehelper::object()
textilehelper::tostring()
textilehelper::requestaction()
textilehelper::log()
textilehelper::cakeerror()
textilehelper::overload()
textilehelper::overloadable()
textilehelper::helper()
textilehelper::textilehelper()
textilehelper::set()
textilehelper::get()
textilehelper::disable_html()
textilehelper::head_offset()
textilehelper::flavor()
textilehelper::css()
textilehelper::charset()
textilehelper::docroot()
textilehelper::trim_spaces()
textilehelper::filter_param()
textilehelper::preserve_spaces()
textilehelper::filters()
textilehelper::char_encoding()
textilehelper::handle_quotes()
textilehelper::process()
textilehelper::processrestricted()
textilehelper::pba()
textilehelper::hasrawtext()
textilehelper::table()
textilehelper::ftable()
textilehelper::lists()
textilehelper::flist()
textilehelper::lt()
textilehelper::dopbr()
textilehelper::dobr()
textilehelper::block()
textilehelper::fblock()
textilehelper::graf()
textilehelper::span()
textilehelper::fspan()
textilehelper::links()
textilehelper::flink()
textilehelper::getrefs()
textilehelper::refs()
textilehelper::checkrefs()
textilehelper::relurl()
textilehelper::image()
textilehelper::fimage()
textilehelper::code()
textilehelper::fcode()
textilehelper::fpre()
textilehelper::shelve()
textilehelper::retrieve()
textilehelper::incomingentities()
textilehelper::encodeentities()
textilehelper::fixentities()
textilehelper::cleanwhitespace()
textilehelper::dospecial()
textilehelper::fspecial()
textilehelper::notextile()
textilehelper::ftextile()
textilehelper::footnoteref()
textilehelper::footnoteid()
textilehelper::glyphs()
textilehelper::ialign()
textilehelper::halign()
textilehelper::valign()
textilehelper::encode_high()
textilehelper::decode_high()
textilehelper::cmap()
textilehelper::encode_html()
textilehelper::txtgps()
textilehelper::dump()
textilehelper::blocklite()
$form	=	formhelper
formhelper::$helpers = array(
	"Html"
)
formhelper::$base = "[empty string]"
formhelper::$webroot = "/"
formhelper::$themeWeb = NULL
formhelper::$here = "/news/rss/"
formhelper::$params = array(
	"pass" => array(),
	"named" => array(),
	"controller" => "news",
	"action" => "rss",
	"plugin" => null,
	"form" => array(),
	"url" => array(
	"url" => "news/rss/"
),
	"bare" => 0,
	"webservices" => null,
	"models" => array(
	"News"
)
)
formhelper::$action = "rss"
formhelper::$plugin = NULL
formhelper::$data = NULL
formhelper::$namedArgs = NULL
formhelper::$argSeparator = NULL
formhelper::$validationErrors = NULL
formhelper::$tags = array()
formhelper::$__tainted = NULL
formhelper::$__cleaned = NULL
formhelper::$_log = NULL
formhelper::$fieldset = array(
	"fields" => array(),
	"key" => "id",
	"validates" => array()
)
formhelper::$__options = array(
	"day" => array(),
	"minute" => array(),
	"hour" => array(),
	"month" => array(),
	"year" => array(),
	"meridian" => array()
)
formhelper::$fields = array()
formhelper::$requestType = NULL
formhelper::$Html = htmlhelper
htmlhelper::$helpers = NULL
htmlhelper::$base = "[empty string]"
htmlhelper::$webroot = "/"
htmlhelper::$themeWeb = NULL
htmlhelper::$here = "/news/rss/"
htmlhelper::$params = array(
	"pass" => array(),
	"named" => array(),
	"controller" => "news",
	"action" => "rss",
	"plugin" => null,
	"form" => array(),
	"url" => array(
	"url" => "news/rss/"
),
	"bare" => 0,
	"webservices" => null,
	"models" => array(
	"News"
)
)
htmlhelper::$action = "rss"
htmlhelper::$plugin = NULL
htmlhelper::$data = NULL
htmlhelper::$namedArgs = NULL
htmlhelper::$argSeparator = NULL
htmlhelper::$validationErrors = NULL
htmlhelper::$tags = array(
	"meta" => "&lt;meta%s/&gt;",
	"metalink" => "&lt;link href=&quot;%s&quot;%s/&gt;",
	"link" => "&lt;a href=&quot;%s&quot;%s&gt;%s&lt;/a&gt;",
	"mailto" => "&lt;a href=&quot;mailto:%s&quot; %s&gt;%s&lt;/a&gt;",
	"form" => "&lt;form %s&gt;",
	"formend" => "&lt;/form&gt;",
	"input" => "&lt;input name=&quot;%s&quot; %s/&gt;",
	"textarea" => "&lt;textarea name=&quot;%s&quot; %s&gt;%s&lt;/textarea&gt;",
	"hidden" => "&lt;input type=&quot;hidden&quot; name=&quot;%s&quot; %s/&gt;",
	"checkbox" => "&lt;input type=&quot;checkbox&quot; name=&quot;%s&quot; %s/&gt;",
	"checkboxmultiple" => "&lt;input type=&quot;checkbox&quot; name=&quot;%s[]&quot;%s /&gt;",
	"radio" => "&lt;input type=&quot;radio&quot; name=&quot;%s&quot; id=&quot;%s&quot; %s /&gt;%s",
	"selectstart" => "&lt;select name=&quot;%s&quot;%s&gt;",
	"selectmultiplestart" => "&lt;select name=&quot;%s[]&quot;%s&gt;",
	"selectempty" => "&lt;option value=&quot;&quot;%s&gt;&amp;nbsp;&lt;/option&gt;",
	"selectoption" => "&lt;option value=&quot;%s&quot;%s&gt;%s&lt;/option&gt;",
	"selectend" => "&lt;/select&gt;",
	"optiongroup" => "&lt;optgroup label=&quot;%s&quot;%s&gt;",
	"optiongroupend" => "&lt;/optgroup&gt;",
	"checkboxmultiplestart" => "[empty string]",
	"checkboxmultipleend" => "[empty string]",
	"password" => "&lt;input type=&quot;password&quot; name=&quot;%s&quot; %s/&gt;",
	"file" => "&lt;input type=&quot;file&quot; name=&quot;%s&quot; %s/&gt;",
	"file_no_model" => "&lt;input type=&quot;file&quot; name=&quot;%s&quot; %s/&gt;",
	"submit" => "&lt;input type=&quot;submit&quot; %s/&gt;",
	"submitimage" => "&lt;input type=&quot;image&quot; src=&quot;%s&quot; %s/&gt;",
	"button" => "&lt;input type=&quot;%s&quot; %s/&gt;",
	"image" => "&lt;img src=&quot;%s&quot; %s/&gt;",
	"tableheader" => "&lt;th%s&gt;%s&lt;/th&gt;",
	"tableheaderrow" => "&lt;tr%s&gt;%s&lt;/tr&gt;",
	"tablecell" => "&lt;td%s&gt;%s&lt;/td&gt;",
	"tablerow" => "&lt;tr%s&gt;%s&lt;/tr&gt;",
	"block" => "&lt;div%s&gt;%s&lt;/div&gt;",
	"blockstart" => "&lt;div%s&gt;",
	"blockend" => "&lt;/div&gt;",
	"para" => "&lt;p%s&gt;%s&lt;/p&gt;",
	"parastart" => "&lt;p%s&gt;",
	"label" => "&lt;label for=&quot;%s&quot;%s&gt;%s&lt;/label&gt;",
	"fieldset" => "&lt;fieldset&gt;&lt;legend&gt;%s&lt;/legend&gt;%s&lt;/fieldset&gt;",
	"fieldsetstart" => "&lt;fieldset&gt;&lt;legend&gt;%s&lt;/legend&gt;",
	"fieldsetend" => "&lt;/fieldset&gt;",
	"legend" => "&lt;legend&gt;%s&lt;/legend&gt;",
	"css" => "&lt;link rel=&quot;%s&quot; type=&quot;text/css&quot; href=&quot;%s&quot; %s/&gt;",
	"style" => "&lt;style type=&quot;text/css&quot;%s&gt;%s&lt;/style&gt;",
	"charset" => "&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=%s&quot; /&gt;",
	"ul" => "&lt;ul%s&gt;%s&lt;/ul&gt;",
	"ol" => "&lt;ol%s&gt;%s&lt;/ol&gt;",
	"li" => "&lt;li%s&gt;%s&lt;/li&gt;",
	"error" => "&lt;div%s&gt;%s&lt;/div&gt;"
)
htmlhelper::$__tainted = NULL
htmlhelper::$__cleaned = NULL
htmlhelper::$_log = NULL
htmlhelper::$_crumbs = array()
htmlhelper::$__docTypes = array(
	"html4-strict" => "&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/TR/html4/strict.dtd&quot;&gt;",
	"html4-trans" => "&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;",
	"html4-frame" => "&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Frameset//EN&quot; &quot;http://www.w3.org/TR/html4/frameset.dtd&quot;&gt;",
	"xhtml-strict" => "&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;",
	"xhtml-trans" => "&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;",
	"xhtml-frame" => "&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Frameset//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd&quot;&gt;",
	"xhtml11" => "&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.1//EN&quot; &quot;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&quot;&gt;"
)
htmlhelper::get__()
htmlhelper::set__()
htmlhelper::call__()
htmlhelper::loadconfig()
htmlhelper::url()
htmlhelper::webroot()
htmlhelper::clean()
htmlhelper::setformtag()
htmlhelper::setentity()
htmlhelper::model()
htmlhelper::modelid()
htmlhelper::field()
htmlhelper::tagisinvalid()
htmlhelper::domid()
htmlhelper::value()
htmlhelper::addclass()
htmlhelper::output()
htmlhelper::assign()
htmlhelper::beforerender()
htmlhelper::afterrender()
htmlhelper::beforelayout()
htmlhelper::afterlayout()
htmlhelper::object()
htmlhelper::tostring()
htmlhelper::requestaction()
htmlhelper::log()
htmlhelper::cakeerror()
htmlhelper::overload()
htmlhelper::overloadable()
htmlhelper::helper()
htmlhelper::apphelper()
htmlhelper::addcrumb()
htmlhelper::doctype()
htmlhelper::meta()
htmlhelper::charset()
htmlhelper::link()
htmlhelper::css()
htmlhelper::style()
htmlhelper::getcrumbs()
htmlhelper::image()
htmlhelper::radio()
htmlhelper::tableheaders()
htmlhelper::tablecells()
htmlhelper::div()
htmlhelper::para()
htmlhelper::nestedlist()
htmlhelper::password()
htmlhelper::textarea()
htmlhelper::checkbox()
htmlhelper::hidden()
htmlhelper::input()
htmlhelper::tagvalue()
htmlhelper::validate()
htmlhelper::validateerrors()
htmlhelper::tagerrormsg()
htmlhelper::htmlhelper()
formhelper::get__()
formhelper::set__()
formhelper::call__()
formhelper::loadconfig()
formhelper::url()
formhelper::webroot()
formhelper::clean()
formhelper::setformtag()
formhelper::setentity()
formhelper::model()
formhelper::modelid()
formhelper::field()
formhelper::tagisinvalid()
formhelper::domid()
formhelper::value()
formhelper::addclass()
formhelper::output()
formhelper::assign()
formhelper::beforerender()
formhelper::afterrender()
formhelper::beforelayout()
formhelper::afterlayout()
formhelper::object()
formhelper::tostring()
formhelper::requestaction()
formhelper::log()
formhelper::cakeerror()
formhelper::overload()
formhelper::overloadable()
formhelper::helper()
formhelper::apphelper()
formhelper::create()
formhelper::end()
formhelper::secure()
formhelper::isfielderror()
formhelper::error()
formhelper::label()
formhelper::inputs()
formhelper::input()
formhelper::checkbox()
formhelper::radio()
formhelper::text()
formhelper::password()
formhelper::textarea()
formhelper::hidden()
formhelper::file()
formhelper::button()
formhelper::submit()
formhelper::submitimage()
formhelper::select()
formhelper::day()
formhelper::year()
formhelper::month()
formhelper::hour()
formhelper::minute()
formhelper::meridian()
formhelper::datetime()
formhelper::formhelper()
$session	=	sessionhelper
sessionhelper::$_log = NULL
sessionhelper::$valid = false
sessionhelper::$error = false
sessionhelper::$_userAgent = "b260d25dcd9c138e5e653c28eaa88044"
sessionhelper::$path = false
sessionhelper::$lastError = NULL
sessionhelper::$security = NULL
sessionhelper::$time = 1218151754
sessionhelper::$sessionTime = false
sessionhelper::$watchKeys = array()
sessionhelper::$id = NULL
sessionhelper::$helpers = NULL
sessionhelper::$__active = true
sessionhelper::$base = "[empty string]"
sessionhelper::$webroot = "/"
sessionhelper::$here = "/news/rss/"
sessionhelper::$params = array(
	"pass" => array(),
	"named" => array(),
	"controller" => "news",
	"action" => "rss",
	"plugin" => null,
	"form" => array(),
	"url" => array(
	"url" => "news/rss/"
),
	"bare" => 0,
	"webservices" => null,
	"models" => array(
	"News"
)
)
sessionhelper::$action = "rss"
sessionhelper::$data = NULL
sessionhelper::$themeWeb = NULL
sessionhelper::$plugin = NULL
sessionhelper::object()
sessionhelper::tostring()
sessionhelper::requestaction()
sessionhelper::log()
sessionhelper::cakeerror()
sessionhelper::start()
sessionhelper::started()
sessionhelper::check()
sessionhelper::id()
sessionhelper::del()
sessionhelper::error()
sessionhelper::valid()
sessionhelper::read()
sessionhelper::watch()
sessionhelper::ignore()
sessionhelper::write()
sessionhelper::destroy()
sessionhelper::renew()
sessionhelper::cakesession()
sessionhelper::activate()
sessionhelper::flash()
sessionhelper::sessionhelper()
$news	=	false</pre><div id="CakeErrorCode0" class="cake-code-dump" style="display: none;"><br />
<b>Warning</b>:  implode() [<a href='http://php.net/function.implode'>function.implode</a>]: Bad arguments. in <b>/var/www/vhosts/redrocketstudios.net/subdomains/team/Cake/cake/libs/debugger.php</b> on line <b>497</b><br />
<pre>
</pre></div><pre>unknown - [internal], line ??
include - APP/views/news/rss.thtml, line 13
view::_render() - CORE/cake/libs/view/view.php, line 648
view::render() - CORE/cake/libs/view/view.php, line 336
newscontroller::render() - CORE/cake/libs/controller/controller.php, line 712
dispatcher::_invoke() - CORE/cake/dispatcher.php, line 272
dispatcher::dispatch() - CORE/cake/dispatcher.php, line 240
[main] - /var/www/vhosts/redrocketstudios.net/subdomains/team/httpdocs/index.php, line 85</pre></div> 
  </channel> 
</rss> <!-- 0.5027s -->