<?php

$thanks = false;
if(isset($_GET["thanks"])) $thanks = $_GET["thanks"];

?><!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" lang="EN" xml:lang="EN">
<head><title>discombo. contact</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="Keywords" content="Creative Technology, Communication, Collaboration, Webcam,  Fragmentary, Educational, interactive, tutorials, Design Challenge, simulations, QTVR, Panorama, Panoramic, Director , Process, Culture, Electronics, Flash, webcams , motion detection"/>
<meta name="Description" content="Discombo: Play, learn, create and share... Richard England's portfolio - selected projects - Flash/Flex/Air development, interactive 3D, accessible interfaces, creative technology, communication, collaboration..."/>
<meta name="Author" content="Richard England"/>
<meta name="robots" content="index,follow"/>
<link rel="stylesheet" rev="stylesheet" href="discombo.css" type="text/css" charset="utf-8"/>
<!--<script src="images/global.js" type="text/javascript" language="Javascript1.2" charset="utf-8"></script>--></head>
<body>
  <table cellpadding="0" cellspacing="0" width="720" align="center">
    <tbody>
      <tr>
        <td style="background-image:url(images/banner1.jpg);" height="85" valign="top" width="100%"><table width="100%" cellspacing="0" cellpadding="0"><tr><td height="66" width="555"></td><td align="left" valign="bottom"><a href="contact.php"></a></td>
        <td></td></tr></table></td>
      </tr>
      <tr>
        <td style="background-image:url(images/tdbg.jpg);"><table cellpadding="0" cellspacing="0" width="100%">
              <tr>
                <td width="65"></td>
                <td width="590"><h3>Contact</h3>
                  <?php
  if ($thanks != false){
  ?>
                  <p style="color:#660033; font-weight:bold;">Thanks for your email!</p>
                  <p><a href="/">Back to the home page </a></p>
                  <?php
  } else {
  
  ?>
                 
                  <?php
  }
  
  ?><h4 align="left">&nbsp;</h4>
                </td>
                <td width="65"></td>
      </tr>
	  </table></td></tr>
      <tr>
        <td style="background-image:url(images/banner-b.gif);" height="63" width="685"><div style="font-size:80%; text-align:center;"></div></td>
      </tr>
    </tbody>
  </table>
</body></html>