<script language="JavaScript">
if (navigator.appName.indexOf("Internet Explorer") != -1)
document.onmousedown = noSourceExplorer;
function noSourceExplorer()
{
if (event.button == 2 | event.button == 3)
{
alert("欢迎进入纯真过往-方宁个人站");
location.replace( http://www.czgwnn.cn);
}
}
</script>