Warning: include_once(/home/sites/heteml/users/m/o/r/moriya-h5/web/confrage/bin/headers.php): failed to open stream: No such file or directory in /home/users/2/moriya-h5/web/confrage/ajax/jquery/focus.html on line 1

Warning: include_once(): Failed opening '/home/sites/heteml/users/m/o/r/moriya-h5/web/confrage/bin/headers.php' for inclusion (include_path='.:/usr/local/php/5.6/lib/php') in /home/users/2/moriya-h5/web/confrage/ajax/jquery/focus.html on line 1
input要素がフォーカスを得た時に実行されます。
以下、サンプルソースです。

<html>
<head>
<title></title>
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript">google.load("jquery", "1.3");</script>
<script type="text/javascript">
$(document).ready(function(){
	$("#textfield2").focus(function(){
		$("this").css("color","red");
	});
});
</script>
</head>
<body>
<input type="text" value="textfield2" id="textfield2" />
</body>
</html>
以下テキストフィールドにフォーカスをあててください。

Warning: include_once(/home/sites/heteml/users/m/o/r/moriya-h5/web/confrage/bin/footer.php): failed to open stream: No such file or directory in /home/users/2/moriya-h5/web/confrage/ajax/jquery/focus.html on line 28

Warning: include_once(): Failed opening '/home/sites/heteml/users/m/o/r/moriya-h5/web/confrage/bin/footer.php' for inclusion (include_path='.:/usr/local/php/5.6/lib/php') in /home/users/2/moriya-h5/web/confrage/ajax/jquery/focus.html on line 28