<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/styles/XMLStylesDoc_xhtml10_en.xsl"?><!DOCTYPE document SYSTEM "/schemas/XMLStyles10.dtd">
<document xmlns="http://XMLStyles.com/namespaces/styles" xmlns:xst="http://XMLStyles.com/namespaces/styles" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:date="http://exslt.org/dates-and-times">
   <noxml>
      <p xmlns="http://www.w3.org/1999/xhtml"/>
      <!-- You are viewing the source.  The following message should be ignored if you did "View Source" in your browser. -->
      <p xmlns="http://www.w3.org/1999/xhtml">
ATTENTION: XML WEB PAGES NOT SUPPORTED
   If you see this message, your current browser does not support the
   1999 XSLT 1.0 (or later) standard for XML web pages such as this one.
   Please upgrade your browser to a newer version
   that supports 1999 or later standards such as:
      Mozilla Firefox version 1.0.2 or later (GetFirefox -&gt; http://www.GetFirefox.com/)
      Netscape version 8 or later
      Safari version 1.3 or later
      Opera version 9 or later
      Microsoft Internet Explorer (MSIE) version 5 or later
   For further assistance, contact the software vendor for your browser.
   To go to the X<!-- extended HTML -->HTML version of this page click the following link:
<a href="index.html">index.html</a>
      </p>
      <p xmlns="http://www.w3.org/1999/xhtml">&#160;</p>
   </noxml>
   <path>/metatags/</path>
   <site>HTML 5 Reference</site>
   <logo xlink:type="simple" xlink:href="/images/html-5.jpg" media="screen" width="156" height="27">HTML 5 Reference</logo>
   <logo xlink:type="simple" xlink:href="/images/html-5.jpg" media="print" width="156" height="27">HTML 5 Reference</logo>
   <logo xlink:type="simple" xlink:href="/images/html-5.jpg" media="handheld" width="150" height="17">HTML 5 Reference</logo>
   <navigation where="sections">
      <label>HTML 5 Reference</label>
      <link xlink:type="simple" xlink:href="/index.xml">Home</link>
      <link xlink:type="simple" xlink:href="/tutorial/index.xml">Tutorial</link>
      <link xlink:type="simple" xlink:href="/tags/index.xml">HTML5 Tags</link>
      <link xlink:type="simple" xlink:href="/attributes/index.xml">Attributes</link>
      <link xlink:type="simple" xlink:href="/css-styles/index.xml">CSS Styles</link>
      <link xlink:type="simple" xlink:href="/metatags/index.xml">Metatags</link>
      <link xlink:type="simple" xlink:href="/cheat-sheet/index.xml">Cheat Sheet</link>
      <link xlink:type="simple" xlink:href="/examples/index.xml">Examples</link>
      <link xlink:type="simple" xlink:href="/definitions/index.xml">Definitions</link>
      <link xlink:type="simple" xlink:href="/diffs/index.xml">Differences</link>
      <link xlink:type="simple" xlink:href="/avoid/index.xml">Avoid</link>
      <link xlink:type="simple" xlink:href="/faqs/index.xml">HTML5 FAQs</link>
      <link xlink:type="simple" xlink:href="/prod/rssfeeds.cgi">RSS Feeds</link>
      <link xlink:type="simple" xlink:href="/prod/help/index.cgi">Help</link>
   </navigation>
   <navigation where="left">
      <label>HTML 5 Reference</label>
      <link xlink:type="simple" xlink:href="/tutorial/index.xml">HTML Tutorial</link>
      <link xlink:type="simple" xlink:href="/tags/index.xml">HTML 5 Tags</link>
      <link xlink:type="simple" xlink:href="/attributes/index.xml">HTML Attributes</link>
      <link xlink:type="simple" xlink:href="/css-styles/index.xml">CSS Styles</link>
      <link xlink:type="simple" xlink:href="/metatags/index.xml">HTML Metatags</link>
      <link xlink:type="simple" xlink:href="/cheat-sheet/index.xml">Cheat Sheet</link>
      <link xlink:type="simple" xlink:href="/examples/index.xml">HTML Examples</link>
      <link xlink:type="simple" xlink:href="/definitions/index.xml">Definitions</link>
      <link xlink:type="simple" xlink:href="/diffs/index.xml">HTML 5 Changes</link>
      <link xlink:type="simple" xlink:href="/avoid/index.xml">Things to Avoid</link>
      <link xlink:type="simple" xlink:href="/faqs/index.xml">HTML 5 FAQs</link>
      <link xlink:type="simple" xlink:href="/prod/help/index.cgi">Help</link>
      <link xlink:type="simple" xlink:href="/prod/help/index.cgi?p=about">About</link>
   </navigation>
   <section id="body" type="body">
      <pages name="index">
         <page id="N1009F" name="index">
            <label>HTML5 Metatags</label>
            <title>HTML 5 Metatag Elements</title>
            <h2 class="center">HTML 5 <code>metatag</code> Elements</h2>
            <subpage id="N100AB" name="metatag-list">
               <h3>Format of HTML <code>metatag</code> elements</h3>
               <p>HTML <code>metatag</code> elements have a <code>content</code> attribute and
                  either a <code>name</code> attribute or an <code>http-equiv</code> attribute.
               </p>
               <blockcode>
                  <l>&lt;meta name="..." content="..."/&gt;</l>
                  <l>&lt;meta http-equiv="..." content="..."/&gt;</l>
               </blockcode>
               <h3>Converting to HTML 5</h3>
               <p>We are working on <link xlink:type="simple" xlink:href="../tutorials/converting-to-html-5.html">converting to HTML 5</link>.
               Please visit <link xlink:type="simple" xlink:href="index.html">Meta Tags in HTML 5</link> on the
               <link xlink:type="simple" xlink:href="http://www.HTML-5.com/index.html">HTML 5 standard</link> version of this site.
            </p>
               <h3>Most Common Metatags</h3>
               <p>The most commonly used HTML metatags include:
               </p>
               <h4>Metatags for Search Engine Optimization (<acronym term="Search Engine Optimization">SEO</acronym>)</h4>
               <ul class="lsn">
                  <li>
                     <link xlink:type="simple" xlink:href="#description">"description" metatag</link>
                  </li>
                  <li>
                     <link xlink:type="simple" xlink:href="#googlebot">"googlebot" metatag</link>
                  </li>
                  <li>
                     <link xlink:type="simple" xlink:href="#keywords">"keywords" metatag</link>
                  </li>
                  <li>
                     <link xlink:type="simple" xlink:href="#robots">"robots" metatag</link>
                  </li>
                  <li>
                     <link xlink:type="simple" xlink:href="#verify">"verify" metatag</link>
                  </li>
               </ul>
               <h4>Metatags for HTML pages on Mobile / Handheld Devices</h4>
               <ul class="lsn">
                  <li>
                     <link xlink:type="simple" xlink:href="#handheldfriendly">"HandheldFriendly" metatag</link>
                  </li>
                  <li>
                     <link xlink:type="simple" xlink:href="#viewport">"viewport" metatag</link>
                  </li>
               </ul>
               <h3>List of HTML Metatags</h3>
               <p>This is a complete list of HTML metatags documented here:
               </p>
               <!-- block type="toc" -->
               <dl>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="#application-name">The name="application-name" Metatag</link>
                     </dt>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="#author">The name="author" Metatag</link>
                     </dt>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="#classification">The name="classification" Metatag</link>
                     </dt>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="#copyright">The name="copyright" Metatag</link>
                     </dt>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="#description">The name="description" Metatag</link>
                     </dt>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="#formatter">The name="formatter" Metatag</link>
                     </dt>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="#generator">The name="generator" Metatag</link>
                     </dt>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="#google">The name="google" Metatag</link>
                     </dt>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="#googlebot">The name="googlebot" Metatag</link>
                     </dt>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="#http-equiv">The http-equiv Metatag</link>
                     </dt>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="#handheldfriendly">The name="HandheldFriendly" Metatag</link>
                     </dt>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="#keywords">The name="keywords" Metatag</link>
                     </dt>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="#rating">The name="rating" Metatag</link>
                     </dt>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="#robots">The name="robots" Metatag</link>
                     </dt>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="#verify">The name="verify" Metatag</link>
                     </dt>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="#viewport">The name="viewport" Metatag</link>
                     </dt>
                  </di>
               </dl>
            </subpage>
            <subpage id="application-name" name="application-name-metatag">
               <label>application-name</label>
               <title>The name="application-name" Metatag</title>
               <h3>The <code>name="application-name"</code> HTML metatag</h3>
               <p/>
               <h4>Examples</h4>
               <blockcode>
                  <l>&lt;meta name="application-name" content=""/&gt;</l>
               </blockcode>
            </subpage>
            <subpage id="author" name="author-metatag">
               <label>author</label>
               <title>The name="author" Metatag</title>
               <h3>The <code>name="author"</code> HTML metatag</h3>
               <p/>
               <h4>Examples</h4>
               <blockcode>
                  <l>&lt;meta name="author" content=""/&gt;</l>
               </blockcode>
            </subpage>
            <subpage id="classification" name="classification-metatag">
               <label>classification</label>
               <title>The name="classification" Metatag</title>
               <h3>The <code>name="classification"</code> HTML metatag</h3>
               <p>The <code>classification</code> metatag
               </p>
               <h4>Examples</h4>
               <blockcode>
                  <l>&lt;meta name="classification" content=""/&gt;</l>
               </blockcode>
            </subpage>
            <subpage id="copyright" name="copyright-metatag">
               <label>copyright</label>
               <title>The name="copyright" Metatag</title>
               <h3>The <code>name="copyright"</code> HTML metatag</h3>
               <p/>
               <h4>Examples</h4>
               <blockcode>
                  <l>&lt;meta name="copyright" content="Copyright © 2010 Accilent<span class="sup">®</span> Corp."/&gt;</l>
               </blockcode>
            </subpage>
            <subpage id="description" name="description-metatag">
               <label>description</label>
               <title>The name="description" Metatag</title>
               <h3>The <code>name="description"</code> HTML metatag</h3>
               <p>The <code>description</code> metatag contains a human-readable summary of the web page.
                  The description may appear in the results of some search engines.
               </p>
               <h4>Examples</h4>
               <blockcode>
                  <l>&lt;meta name="description" content="A reference of HTML tags, attributes and metatags</l>
                  <l>   in HTML version 5, and the differences between HTML version 4 and version 5."/&gt;</l>
               </blockcode>
            </subpage>
            <subpage id="formatter" name="formatter-metatag">
               <label>formatter</label>
               <title>The name="formatter" Metatag</title>
               <h3>The <code>name="formatter"</code> HTML metatag</h3>
               <p>The <code>formatter</code> metatag
               </p>
               <h4>Examples</h4>
               <blockcode>
                  <l>&lt;meta name="formatter" content=""/&gt;</l>
               </blockcode>
            </subpage>
            <subpage id="generator" name="generator-metatag">
               <label>generator</label>
               <title>The name="generator" Metatag</title>
               <h3>The <code>name="generator"</code> HTML metatag</h3>
               <p>The <code>generator</code> metatag
               </p>
               <h4>Examples</h4>
               <blockcode>
                  <l>&lt;meta name="generator" content=""/&gt;</l>
               </blockcode>
            </subpage>
            <subpage id="google" name="google-metatag">
               <label>google</label>
               <title>The name="google" Metatag</title>
               <h3>The <code>name="google"</code> HTML metatag</h3>
               <p>The <code>google</code> metatag provides directives for the Google search engine.
               </p>
               <dl>
                  <di>
                     <dt>notranslate</dt>
                     <dd>indicates that the page should not be translated
                        into other spoken languages by Google Translate
http://translate.Google.com/support/ 
                     </dd>
                  </di>
               </dl>
               <p>For translation of literals on HTML pages, such as those used in forms and tables, see the
                  <link xlink:type="simple" xlink:href="http://code.Google.com/literals/">Literals.com project</link>
                  in Google code.
               </p>
               <h4>Examples</h4>
               <blockcode>
                  <l>&lt;meta name="google" content="notranslate"/&gt;</l>
               </blockcode>
            </subpage>
            <subpage id="googlebot" name="googlebot-metatag">
               <label>googlebot</label>
               <title>The name="googlebot" Metatag</title>
               <h3>The <code>name="googlebot"</code> HTML metatag</h3>
               <p>The <code>googlebot</code> metatag is equivalent to the
                  <link xlink:type="simple" xlink:href="#robots">robots metatag</link>
                  but provides directives specifically for the Googlebot robot
                  and is supposed to be ignored by other web robots, crawlers and spiders.
               </p>
               <dl>
                  <di>
                     <dt>archive / noarchive</dt>
                     <dd>indicates whether or not the page should be archived by Google
                     </dd>
                  </di>
                  <di>
                     <dt>follow / nofollow</dt>
                     <dd>indicates whether or not Googlebot should continue to crawl
                        other pages referenced in the hypertext links on the page
                     </dd>
                  </di>
                  <di>
                     <dt>imageindex / noimageindex</dt>
                     <dd>indicates whether or not the page should appear as the
                        referring page for images that appear in Google's search results
                     </dd>
                  </di>
                  <di>
                     <dt>index / noindex</dt>
                     <dd>indicates whether or not the page should be included in Google's search index
                     </dd>
                  </di>
                  <di>
                     <dt>odp / noodp</dt>
                     <dd>indicates whether or not the description from the
                        <acronym term="Open-Directory-Project">ODP</acronym> should be used
                     </dd>
                  </di>
                  <di>
                     <dt>snippet / nosnippet</dt>
                     <dd>indicates whether or not a snippet of the web page
                        should be shown in the search engine's results
                     </dd>
                  </di>
                  <di>
                     <dt>unavailable_after:<i>date</i>
                     </dt>
                     <dd>allows specifying the time and date that Googlebot
                        should discontinue crawling and indexing the page
                     </dd>
                  </di>
               </dl>
               <h4>Examples</h4>
               <blockcode>
                  <l>&lt;meta name="googlebot" content="noarchive"/&gt;</l>
               </blockcode>
               <p>See
http://www.Google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=79812
               </p>
            </subpage>
            <subpage id="http-equiv" name="http-equiv-metatag">
               <label>http-equiv</label>
               <title>The http-equiv Metatag</title>
               <h3>The <code>http-equiv</code> HTML metatag</h3>
               <h3>Default Style</h3>
               <p>The <code>http-equiv="default-style"</code> metatag specifies the default
                  style sheet for the page.  For example, this could be a site-wide template:
               </p>
               <h4>Examples</h4>
               <blockcode>
                  <l>&lt;meta http-equiv="default-style" content="/site-template.xsl ; type=application/xslt+xml"/&gt;</l>
               </blockcode>
               <h3>Meta Refresh</h3>
               <p>The <code>http-equiv="refresh"</code> metatag can be used to refresh the current page
                  at regular intervals or redirect to a different page after a given period of time.
                  The first parameter of <code>content</code> is the time to wait, in seconds.
                  The second parameter is the URL of the next page to be displayed and is optional.
               </p>
               <h4>Examples</h4>
               <blockcode>
                  <l>&lt;meta http-equiv="refresh" content="10"/&gt;</l>
                  <l>&lt;meta http-equiv="refresh" content="0;http://www.ExampleOnly.com/"/&gt;</l>
               </blockcode>
               <h3>http-equiv Metatag for Other HTTP Headers</h3>
               <p>Other frequently used <code>http-equiv</code> metatags for HTTP headers include:
               </p>
               <dl>
                  <di>
                     <dt>
                        <code>Cache-Control</code>
                     </dt>
                     <dd>which indicates how long the page should remain in the client's cache</dd>
                  </di>
                  <di>
                     <dt>
                        <code>Content-Disposition</code>
                     </dt>
                     <dd>which indicates how or when the content should be displayed</dd>
                  </di>
                  <di>
                     <dt>
                        <code>Content-Type</code>
                     </dt>
                     <dd>which indicates how the document is encoded, in terms of
                        both the character encoding used and the syntax of the content.
                     </dd>
                  </di>
                  <di>
                     <dt>
                        <code>Expires</code>
                     </dt>
                     <dd>which is an alternative way of indicating when the content should expire from cache</dd>
                  </di>
                  <di>
                     <dt>
                        <code>X-UA-Compatible</code>
                     </dt>
                     <dd>
                        <code>X-UA-Compatible</code> is used to indicate to an IE browser
                        which version of the rendering engine should be used to display the page.
                        This metatag does not affect other browsers such as Firefox and Opera,
                        which in general attempt to avoid bloating the size of the browser code
                        by displaying web pages only one way according to established standards.
                        (Supporting multiple rendering engines presents some major challenges, especially when
                        content rendered by one engine accesses embedded content rendered by a different engine).
                     </dd>
                  </di>
               </dl>
               <h4>Examples</h4>
               <blockcode>
                  <l>&lt;meta http-equiv="Cache-Control" content="no-cache"/&gt;</l>
                  <l>&lt;meta http-equiv="Cache-Control" content="max-age=120"/&gt;</l>
                  <l>&lt;meta http-equiv="Content-Disposition" content="inline; filename=spreadsheet.xls"/&gt;</l>
                  <l>&lt;meta http-equiv="Content-Type" content="application/xhtml+xml;charset=UTF-8"/&gt;</l>
                  <l>&lt;meta http-equiv="Expires" content="Day, dd Mon yyyy hh:mm:ss GMT"/&gt;</l>
                  <l>&lt;meta http-equiv="X-UA-Compatible" content="IE=8"/&gt;</l>
                  <l>&lt;meta http-equiv="X-UA-Compatible" content="IE=edge"/&gt;</l>
               </blockcode>
               <h3>Differences between HTML 5 and earlier versions</h3>
               <ul>
                  <li>
                     <code>http-equiv="Content-Language"</code> has been deprecated.
                     The <link xlink:type="simple" xlink:href="../attributes/#lang">lang attribute</link>
                     should be used instead.
                  </li>
               </ul>
            </subpage>
            <subpage id="handheldfriendly" name="handheldfriendly-metatag">
               <label>HandheldFriendly</label>
               <title>The name="HandheldFriendly" Metatag</title>
               <h3>The <code>name="HandheldFriendly"</code> HTML metatag</h3>
               <p/>
               <h4>Examples</h4>
               <blockcode>
                  <l>&lt;meta name="HandheldFriendly" content="true"/&gt;</l>
               </blockcode>
            </subpage>
            <subpage id="keywords" name="keywords-metatag">
               <label>keywords</label>
               <title>The name="keywords" Metatag</title>
               <h3>The <code>name="keywords"</code> HTML metatag</h3>
               <p/>
               <h4>Examples</h4>
               <blockcode>
                  <l>&lt;meta name="keywords" content="html5,html 5,html codes,html tags,html elements,html tutorial,html coding"/&gt;</l>
               </blockcode>
            </subpage>
            <subpage id="rating" name="rating-metatag">
               <label>rating</label>
               <title>The name="rating" Metatag</title>
               <h3>The <code>name="rating"</code> HTML metatag</h3>
               <p>The <code>rating</code> metatag
               </p>
               <h4>Examples</h4>
               <blockcode>
                  <l>&lt;meta name="rating" content=""/&gt;</l>
               </blockcode>
            </subpage>
            <subpage id="robots" name="robots-metatag">
               <label>robots</label>
               <title>The name="robots" Metatag</title>
               <h3>The <code>name="robots"</code> HTML metatag</h3>
               <p>The <code>robots</code> metatag provides directives for search engine crawlers.
               </p>
               <dl>
                  <di>
                     <dt>archive / noarchive</dt>
                     <dd>indicates whether or not the page should be archived by a search engine
                     </dd>
                  </di>
                  <di>
                     <dt>follow / nofollow</dt>
                     <dd>indicates whether or not the robot should continue to crawl
                        other pages referenced in the hypertext links on the page
                     </dd>
                  </di>
                  <di>
                     <dt>imageindex / noimageindex</dt>
                     <dd>indicates whether or not the page should appear as the
                        referring page for images that appear in search engine results
                     </dd>
                  </di>
                  <di>
                     <dt>index / noindex</dt>
                     <dd>indicates whether or not the page should be included in the search engine's index
                     </dd>
                  </di>
                  <di>
                     <dt>odp / noodp</dt>
                     <dd>indicates whether or not the description from the
                        <acronym term="Open-Directory-Project">ODP</acronym> should be used
                     </dd>
                  </di>
                  <di>
                     <dt>snippet / nosnippet</dt>
                     <dd>indicates whether or not a snippet of the web page
                        should be shown in the search engine's results
                     </dd>
                  </di>
                  <di>
                     <dt>unavailable_after:<i>date</i>
                     </dt>
                     <dd>allows specifying the time and date that robots
                        should discontinue crawling and indexing the page
                     </dd>
                  </di>
               </dl>
               <h4>Examples</h4>
               <blockcode>
                  <l>&lt;meta name="robots" content="index,follow"/&gt;</l>
                  <l>&lt;meta name="robots" content="index,nofollow"/&gt;</l>
                  <l>&lt;meta name="robots" content="noindex,nofollow"/&gt;</l>
               </blockcode>
            </subpage>
            <subpage id="verify" name="verify-metatag">
               <label>verify</label>
               <title>The name="verify" Metatag</title>
               <h3>The <code>name="verify"</code> HTML metatag</h3>
               <p>The <code>verify</code> metatag on the default page of a web site is used to
                  verify the ownership of the web site for access from Google Webmaster Tools.
http://www.Google.com/support/webmasters/bin/answer.py?answer=35659
               </p>
               <h4>Examples</h4>
               <blockcode>
                  <l>&lt;meta name="verify-v1" content="aBCdefGHIjK/mnOpQRSTUVWxyzabCdEfGhIJKlMnoPQ="/&gt;</l>
               </blockcode>
            </subpage>
            <subpage id="viewport" name="viewport-metatag">
               <label>viewport</label>
               <title>The name="viewport" Metatag</title>
               <h3>The <code>name="viewport"</code> HTML metatag</h3>
               <p>The <code>viewport</code> metatag
               </p>
http://www.w3.org/TR/mwabp/#bp-viewport

               <h3>Content of the <code>viewport</code> metatag</h3>
               <dl>
                  <di>
                     <dt>
                        <code>width</code>
                     </dt>
                     <dd>
                        <code>device-width</code> or a floating-point value
                     </dd>
                     <dt>
                        <code>height</code>
                     </dt>
                     <dd>
                        <code>device-height</code> or a floating-point value
                     </dd>
                     <dt>
                        <code>user-scalable</code>
                     </dt>
                     <dd>a boolean true/false value indicated by <code>0</code> or <code>1</code>
                     </dd>
                     <dt>
                        <code>initial-scale</code>
                     </dt>
                     <dd>a floating-point value</dd>
                     <dt>
                        <code>maximum-scale</code>
                     </dt>
                     <dd>a floating-point value</dd>
                  </di>
               </dl>
               <h4>Examples</h4>
               <blockcode>
                  <l>&lt;meta name="viewport" content="width=device-width; height=device-height; user-scalable=1; initial-scale=1.0; maximum-scale=1.4"/&gt;</l>
               </blockcode>
            </subpage>
            <updated local="2010-09-19">Sunday September 19, 2010</updated>
         </page>
      </pages>
   </section>
   <copyright>Copyright © 2010 Accilent<span class="sup">®</span> Corp. Alteration of content, including addition of any function such as hypertext links or pop-up advertising, or interference with the hypertext links or other functions of this site is expressly prohibited.</copyright>
   <disclaimer>All information, links, forms, applications and other items on this site or obtained from it are provided <b>AS IS</b>, WITHOUT WARRANTY OF ANY KIND EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.</disclaimer>
</document>

