﻿//document.write('<table width="100%" border="0" cellpadding="0" cellspacing="5"><tr>');
//document.write('<td width="355" height="70" align="center" valign="middle" style="border-color:#FF1D1E; border-style:solid; border-width:1px;">');
//document.write('<a href="http://zangao.maiao.cn/jiulongaoyuan/" target="_blank"><img src="http://www.chinaao.net/images/admin/gg1/2007226192320_27.gif" width="355" height="66" border="0"/></a>');
//document.write('</td><td align="center" valign="middle" style="border-color:#FF1D1E; border-style:solid; border-width:1px;">');
//document.write('<a href="http://zangao.maiao.cn/ao/hsay/" target="_blank"><img src="http://www.chinaao.net/images/admin/gg2/20061223152420_26.gif" width="355" height="66" border="0"/></a>');
//document.write('</td></tr></table>');


document.write('<table width="100%" border="0" cellpadding="0" cellspacing="3"><tr>');
document.write('<td align="center" valign="middle">');
document.write('<a href="http://www.majunren.com/" target="_blank" align="right"><img src="http://www.chinaao.net/upfile/AD/201012519174681686.gif" width="710" height="86" border="0"/></a>');
document.write('</td></tr></table>');


if (window.Event)  
document.captureEvents(Event.MOUSEUP);  
function nocontextmenu(){  
event.cancelBubble = true  
event.returnValue = false;  
return false;  
}   
function norightclick(e){  
if (window.Event){  
if (e.which == 2 || e.which == 3)  
return false;  
}  
else  
if (event.button == 2 || event.button == 3){  
event.cancelBubble = true  
event.returnValue = false;  
return false;  
}  
}   
document.oncontextmenu = nocontextmenu; // for IE5+  
document.onmousedown = norightclick; // for all others  


document.oncontextmenu=new Function("event.returnValue=false;");
document.onselectstart=new Function("event.returnValue=false;");
///防另存
document.write('<noscript><iframe src=*.html></iframe></noscript>');
