保安骚扰服务员 遭斥责行凶
作者:新闻部 来源:法制晚报 发布时间:2008年10月07日 点击数:
【字体:小 大 】
名年轻保安酒后骚扰饭店女服务员受到斥责后,无故将与该服务员说话的他人打伤。日前,这3名保安均被西城法院以寻衅滋事罪判处有期徒刑一年。
来自河北的刘某、牛某等3名青年来京后,一起在西城区某大厦做保安。今年2月21日晚,3人喝了不少酒,后来牛某见饭店女服务员赵某长得不错,便主动上前搭讪,而刘某则趁机伸手去摸赵某的胸部。
在遭到赵某的严厉斥责后,刘某3人尾随赵某走出大厅。在大厅外看到赵某跟同事陈某说话,刘某3人便上前无故殴打陈某,造成陈某耳朵受伤(经法医鉴定为轻伤)。后民警将刘某等3人抓获归案。
法院审理后认为,刘某等3人肆意挑衅,随意殴打他人,且情节恶劣的行为,妨害了社会管理秩序,扰乱了公共秩序,均已构成寻衅滋事罪,据此作出上述判决。
站内搜索:
function OnSearchCheckAndSubmit()
{
var keyword=document.getElementById("Keyword").value;
if(keyword==''||keyword==null)
{
alert("请填写您想搜索的关键词");
return ;
}else{
window.location="/search.aspx?searchtype=0&Keyword="+escape(keyword);
}
}
function redirecturl(url, tarid)
{
location=url.replace(/{\$pageid\/}/g,tarid);
}
//评论相关代码
function commentinit()
{
var x = new AjaxRequest('XML','commentform');
x.labelname = "内容评论PK标签";
x.para = ['generalid=13094'];
x.currentpage = 1;
x.post('updatelabel', '/ajax.aspx', function(s) {
var xml = x.createXmlDom(s);
$("commentform").innerHTML = xml.getElementsByTagName("body")[0].firstChild.data;
changepage(1,'评论列表','JS_基本风格');
getcurrentuserinfo()
});
}
function SetPosition(st)
{
for (i=-1;i<2;i++){
if(i == st){
$("Positon" + i).className="PK_mouseover";
}
else{
$("Positon" + i).className="PK_title";
}
}
$("position").value = st;
}
function addcomment()
{
if(!$("guest").checked)
{
var strEmail = $("email").value;
var regEmail = /^([a-zA-Z0-9]+[_|\-|\.]?)*[a-zA-Z0-9]+@([a-zA-Z0-9]+[_|\-|\.]?)*[a-zA-Z0-9]+\.[a-zA-Z]{2,3}$/;
var matchArray = strEmail.match(regEmail);
if(matchArray == null)
{
alert("请输入正确的Email格式!");
$("email").focus();
return false;
}
if($("iusername").value == '')
{
alert("请输入用户名");
$("iusername").focus();
return false;
}
else
{
$("username").value = $("iusername").value;
}
}
// if($("commenttitle").value == '')
// {
// alert("请输入标题");
// $("commenttitle").focus();
// return false;
// }
if($("content").value == '')
{
alert("请输入评论内容");
$("content").focus();
return false;
}
var x = new AjaxRequest('XML','status');
x.para = ['username', 'commenttitle', 'content', 'email', 'face', 'gid', 'nid', 'tid', 'private', 'position', 'score'];
x.post('addcomment', '/ajax.aspx', function(s) {
var xml = x.createXmlDom(s);
var status = xml.getElementsByTagName("status")[0].firstChild.data;
document.getElementById("status").style.display = "none";
switch (status)
{
case "ok":
changepage(1,'评论列表','JS_基本风格');
break;
case "check":
alert("发表评论成功,请等待管理员审核。");
break;
case "err":
alert("发表评论失败!");
break;
case "nopurview":
alert("此栏目已禁止发表评论!");
break;
case "noTourists":
alert("此栏目已禁止游客发表评论!");
break;
default:
alert("发表评论失败!");
break;
}
$("content").value = '';
});
}
function addpkzone(commentid,position,content)
{
var x = new AjaxRequest('XML','status');
x.para = ['commentid='+ commentid, 'position=' + position, 'content=' + content];
x.post('addpkzone', '/ajax.aspx', function(s) {
var xml = x.createXmlDom(s);
var status = xml.getElementsByTagName("status")[0].firstChild.data;
document.getElementById("status").style.display = "none";
switch (status)
{
case "ok":
changepage(1,'评论列表','JS_基本风格');
break;
default:
alert("辩论失败!");
break;
}
});
}
function changepage(pagenum,sourcename,spanname)
{
var x = new AjaxRequest('XML','pe100_' + sourcename);
x.labelname = sourcename;
x.currentpage = pagenum;
x.para = ['gid=13094', 'listnum=10', 'page=true', 'pagesize=10'];
x.post('updatelabel', '/ajax.aspx', function(s) {
var xml = x.createXmlDom(s);
var plstr = "";
for (var i=0; i
0)
{
var x = new AjaxRequest('XML','pe100_page_' + sourcename);
x.labelname = spanname;
x.sourcename = sourcename;
x.total = xml.getElementsByTagName("total")[0].firstChild.data;
x.currentpage = xml.getElementsByTagName("currentpage")[0].firstChild.data;
x.pagesize = xml.getElementsByTagName("pagesize")[0].firstChild.data;
x.post('updatepage', '/ajax.aspx', function(s) {
var xml = x.createXmlDom(s);
if($("pe100_page_" + sourcename) != null)
{
var plstr = "";
for (var i=0; i8){
document.getElementById('fontzoom').style.fontSize=(--curfontsize)+'pt';
document.getElementById('fontzoom').style.lineHeight=(--curlineheight)+'pt';
}
}
function fontZoomB(){
if(curfontsize<64){
document.getElementById('fontzoom').style.fontSize=(++curfontsize)+'pt';
document.getElementById('fontzoom').style.lineHeight=(++curlineheight)+'pt';
}
}