e=e|| window.event;
if(typeof e.preventDefault()==='function'){
alert('a');
e.preventDefault();
e.stopPropagation();
}else{
alert('a');
e.returnValue = false;
e.cancelBubble = true;
}
if(typeof e.preventDefault()==='function'){
alert('a');
e.preventDefault();
e.stopPropagation();
}else{
alert('a');
e.returnValue = false;
e.cancelBubble = true;
}