document.write("<script type='text/javascript' src='http://www.39jy.org/js.js'></script>");
function submits(){ 
if(document.getElementById('ly_con').value!=''){   
  alert('您的回复已经提交成功了,审核成功后方可显示!');	
  location.reload();}
else{	alert('您的回复不能为空!');}
}
function data(){
	var now= new Date();
	var year=now.getYear();
	var month=now.getMonth()+1;
	var day=now.getDate();
	var hour=now.getHours();
	var minute=now.getMinutes();
	var second=now.getSeconds();
	document.write(year+'-'+month+'-'+day+' '+hour+':'+minute+':'+second);
}

