<!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>www.ianga.com is for sale</title>
<!-- Link to the reset CSS sheet -->
<link rel="stylesheet" href="css/reset.css" type="text/css" />
<!-- Link to the style CSS sheet -->
<link rel="stylesheet" href="css/style.css" type="text/css" />

	<!-- Unit PNG Fix -->
    <!--[if lt IE 7]>
        <script type="text/javascript" src="js/unitpngfix.js"></script>
	<![endif]-->


    <!-- Link to jQuery library -->
 	    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>

    <!-- Link to twitter script -->
        <script src="js/jquery.tweet.js" type="text/javascript"></script>

    <!-- Link to twitter initialising script -->
        <script src="js/jquery.tweet.init.js" type="text/javascript"></script>

    <!-- Link to ajax contact form script -->
        <script src="js/ajax.contact.js" type="text/javascript"></script>

</head>

<body>

<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-10054249-12']);
  _gaq.push(['_setDomainName', 'none']);
  _gaq.push(['_setAllowLinker', true]);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>

<div id="container"><!-- Start Container DIV -->

    <div id="tagline"><!-- Start Tagline DIV -->
    <!-- Your Tagline Goes Here -->
    <h1>This domain is for sale</h1>
    </div><!-- End Tagline DIV -->

    <!-- Start Main Content -->
    <div id="main"><!-- Start Main DIV -->
    	<div id="column_left"><!-- Start Left Column DIV -->
       		<!-- Your Subheader Goes Here -->
      		
		<h2>
		Send your inquiry using the contact form:
		</h2>

       		<!-- Your Paragraph Of Text Goes Here -->


<!-- End Paragraph Of Text -->

<!--
            <div id="tweetbox"><!-- Start Latest Tweet DIV // DO NOT EDIT -->
                <div id="bird"></div><!-- Twitter bird icon -->
                <div id="tweet"></div><!-- The actual tweet -->

                <br class="clear" />
            </div><!-- End Latest Tweet DIV --> -->

        </div><!-- End Left Column DIV -->

        <div class="separator"></div> <!-- This is the separator between the two columns -->

        <div id="column_right"><!-- Start Right Column DIV -->
        <form method="get" action="mail.php"><!-- Start Contact Form -->

        	<!-- Name field -->
        	<input name="name" type="text" value="Name..." id="name"  onfocus="if(this.value == 'Name...') this.value = ''" />

            <!-- Email field -->
            <input name="email" type="text" value="E-mail..." id="email" onfocus="if(this.value == 'E-mail...') this.value = ''" />

            <!-- Message Text Area -->
            <textarea name="message" id="message" onfocus="if(this.value == 'Message...') this.value = ''" rows="" cols="">Message...</textarea>

            <input name="submit" type="submit" value="Send" id="submit" /><!-- Send Message Button -->

            <div id="response" style="float:right"><p></p></div>
        </form><!-- End Contact Form -->
        </div><!-- End Right Column DIV -->

        <br class="clear" />
    </div><!-- End Main DIV -->
    <!-- End Main Content -->

<!--    <div id="footer"><!-- Start Footer DIV -->
    <div id="copyright_notice"><span>© 2009 copyright</span> Mobius Designs. All rights reserved.</div><!-- Copyright Notice -->

   		<div id="nav"><!-- Start Links DIV -->
            <ul id="links"><!-- Start Links UL -->
                <li><a href="#" title="Terms Of Service">Terms of Service</a></li>
                <li><a href="#" title="Privacy Policy">Privacy Policy</a></li>
                <li><a href="#" title="Support">Support</a></li>
            </ul><!-- End Links UL -->
    	</div><!-- End Links DIV -->
    </div><!-- End Footer DIV --> -->
</div><!-- End Container DIV -->
</body>
</html>


