<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Tandem Group Inc.</title>
<link rel="stylesheet" href="css/tandem_home.css" type="text/css">
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" media="screen"
href="ie.css" />
<![endif]-->
<script type="text/javascript" src="iepngfix_tilebg.js"></script>
</head>
<body>
<div id="background_static">
<div id="static_img" class="secondary_img"></div>
</div>
<div id="background_pattern">
<div id="pattern_img" class="primary_img"></div>
</div>
<div id="main">
<div id="tandem_logo">
<img src="images/tandem_logo.gif" width="265" height="100" alt="" border="0" />
</div>
<div id="introduction">
<?php
mail('david@davidsieren.com', 'message testing', 'poop', 'From: dsieren@remedychicago.com');
$sent = true;
if($sent)
{print "<img src='images/thankyou.png' width='179' height='55' alt='' border='0'/><br />
<h4> You’ve been successfully added to our mailing list.<br />
We’ll notify you when our new website launches.</h4><br />
<h3> <a href='http://www.TandemGroupInc.com'>Return to TandemGroupInc.com</a></h3>"; }
else
{print "<img src='images/sorry.png' width='179' height='55' alt='' border='0'/><br />
<h4> We encountered an error processing<br />
your request. Please try again.</h4><br />
<h3> <a href='http://www.TandemGroupInc.com'>Return to TandemGroupInc.com</a></h3>"; }
?>
</div>
</div>
<div id="copyright">
© 2009 Tandem Group Inc.
</div>
</body>
</html>