// goto m.index.html if device is iphone or ipad
if(strstr($_SERVER['HTTP_USER_AGENT'],'iPhone') ||
strstr($_SERVER['HTTP_USER_AGENT'],'iPod')) {
header('Location: http://spellingwithcomet.com/m.index-6.html');
exit();
}
?>
include("activemindsonline_config.php");
?>
include("header.inc.php");
?>
include("m.body_header.inc.php");
?>
Privacy
Policy
Our privacy policy is simple; we never share
your private information with anyone. We understand and respect your
need for privacy.
Comet The Spelling Game (Active Minds Education, Inc.) collects the
following:
1. E-mail addresses of those who communicate with
us via e-mail. These are kept so that we may respond to your
comments, purchases and/or
questions.
2. Information on what pages visitors access.
Information collected is
used for internal review, and to improve the content of our website.
3. Information volunteered by our visitors. This
information includes
names, addresses, and/or credit card information to provide funding.
We do not partner with, nor do we have any special relationships with any
ad server companies. We never share or sell private information with other
organizations.
If our information practices change at some time in the future we will
post the policy changes here to notify you of these changes.
If you are concerned about how your information is used, you
should check back at our website periodically.
include("footer.inc.php");
?>