<!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">

<br />
<b>Warning</b>:  Undefined array key "name" in <b>/home/mhd-01/www.ciotoli.it/htdocs/index.php</b> on line <b>9</b><br />
<br />
<b>Warning</b>:  Undefined array key "email" in <b>/home/mhd-01/www.ciotoli.it/htdocs/index.php</b> on line <b>10</b><br />
<br />
<b>Warning</b>:  Undefined array key "message" in <b>/home/mhd-01/www.ciotoli.it/htdocs/index.php</b> on line <b>20</b><br />
<br />
<b>Warning</b>:  Undefined array key "HTTP_REFERER" in <b>/home/mhd-01/www.ciotoli.it/htdocs/index.php</b> on line <b>28</b><br />
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Fabio Ciotoli</title>
<link rel="stylesheet" href="css/main.css" type="text/css" media="screen" />
<link href="css/style.css" rel="stylesheet" type="text/css" />

<script type="text/javascript" src="js/mootools.js"></script>
<script type="text/javascript" src="js/formcheck.js"></script>
<script type="text/javascript">
	window.addEvent('domready', function(){check = new FormCheck('third', {
		display : {
			fadeDuration : 500,
			errorsLocation : 1,
			indicateErrors : 1,
			showErrors : 1
		}
	})});
</script>
<script type="text/javascript">
window.addEvent('domready', function() {
	var myVerticalSlide = new Fx.Slide('contactform');
	myVerticalSlide.hide();
	$('emailbtn').addEvent('click', function(e){
		e = new Event(e);
		myVerticalSlide.toggle();
		e.stop();
	});
});
</script>
</style>
</head>

<body>


<div id="wrap">
  <div id="content" class="vcard" itemscope itemtype="http://data-vocabulary.org/Person">
    <img src="images/logo.png" alt="ciotoli.it" width="200" height="55" />
    <p>
 • 
            <span class="fn" itemprop="name"><span class="given-name"></span></span> • <br /><span class="description">If you have any question, please don't hesitate to contact me</span> <br /><br />
        </p>
	<p>
    <img src="images/mail.png" width="48" height="48" alt="sendmail" id="emailbtn"/> 
    </p>
      <!-- Start Form -->
      
      
      <div id="contactform">
      <!-- Start HTML form -->
   	<form name="form" method="post" id="third" action="/index.php"  class="niceform">
        <p><!-- Name -->
          <label for="name"><strong><span class="blue">*</span> Name : </strong></label>
          <input id="name" name="name" type="text" class="validate['required','length[3,-1]','nodigit']" size="45" style="width:100%"/>
          
          <!-- Email -->
          <label for="email"><strong><span class="blue">*</span> Email : </strong></label>
          <input id="email" name="email" type="text" class="validate['required','length[5,-1]','email']" size="45" style="width:100%" />
          
          <!-- Message -->
          <label for="msg"><strong><span class="blue">*</span> Your message : </strong></label>
          <textarea id="message" name="message" type="text" class="validate['required']" rows="10" cols="40" style="width:100%"></textarea>
          
          <!-- Spam Check -->
          <label for="spamcheck"><span class="blue">*</span> <acronym  title="[ Spam prevention ]"><strong>Are you human?</acronym> : <strong><span class="blue">t w o + 402 = ???</span></strong></label>
          <input id="spamcheck" name="spamcheck" type="text" size="5" class="validate['required','number','spamcheck']" />
          <br />
          <br />
          <input type="submit" class"sendit" value="Send it!" style="cursor:pointer; height: 25px; padding:3px; background-color:#666666; color:#FFF" />
          <br />
          <br />
          <br />
        </p>
<div id="stylesheetTest"></div>

	</form>
      
      </div>
      
      
      
      
  </div><!-- #content -->
</div><!-- #wrap -->
<div class="social">
    <a href="https://www.facebook.com/ciotoli.fabio" target="_blank"><img src="images/facebook.png" width="64" height="64" alt="Facebook" /></a>
    <a href="http://www.twitter.com/fabiociotoli" target="_blank"><img src="images/twitter.png" width="64" height="64" alt="twitter" /></a> 
    <a href="https://plus.google.com/u/0/109511804216828817337" target="_blank"><img src="images/google.png" width="64" height="64" alt="google" /></a> 
    <a href="http://it.linkedin.com/in/fabiociotoli" target="_blank"><img src="images/linkedin.png" width="64" height="64" alt="linkedin" /></a>
</div>


</body>
</html>	