$(document).ready(function() {

  // language menu

	//   $('li.status_language_bar a').click(function() {
	//     $('#language div:first').slideToggle("slow");
	// });
  
	// 
	//   $('li.status_language_bar a').click(function() {
	// alert("ご迷惑をおかけして申し訳ございません。日本語サイトはただいま工事中です。2009年8月10日（金）までには更新予定ですので、もうしばらくお待ちください。");
	// return false
	//   }); 

  $('.rss p a.drop_us_a_line').click(function() {
    // $('#respond').slideToggle("slow");
    $('#respond').toggle('normal');return false;
  });  


});


function postdate(date){
	$.ajax({
   type: "POST",
   url: "talentdate.php",
   data: date,
   cache: false,
   success: function(msg){
	  $('.subcontent').empty();
	  $('.subcontent').append(msg);
   }
 });
 return false;
}