var comVar=" class='afoucs'";
/*
var tradeA="";
if(location.href.indexOf("/tradeclub.html")>0)tradeA=comVar;

var payA="";
if(location.href.indexOf("/pay.html")>0)payA=comVar;

var proA="";
if(location.href.indexOf("/proccess.html")>0)proA=comVar;

var FQA="";
if(location.href.indexOf("/FQA.html")>0)FQA=comVar;

var conA="";
if(location.href.indexOf("/contact.html")>0)conA=comVar;

var linkA="";
if(location.href.indexOf("/flink.html")>0)linkA=comVar;

//document.write('<div id="ass">');
//document.write('<div id="nav">');
//document.write('<a href="/index.html">首 页</a>');
//document.write('<a href="/tradeclub.html"'+tradeA+'>大本营介绍</a>');
//document.write('<a href="/pay.html"'+ payA+'>收费标准</a>');
//document.write('<a href="/proccess.html"'+ proA+'>入驻程序</a>');
//document.write('<a href="/FQA.html"'+ FQA+'>有问必答</a>');
//document.write('<a href="/contact.html"'+ conA+'>联系我们</a>');
//document.write('<a href="/flink.html"'+ linkA+'>友情链接</a>');
//document.write('</div>');
//document.write('<div class="cboth"></div>');
//document.write('</div>');

document.oncontextmenu=function(){
	self.event.returnValue=false;
}
document.onselectstart=function(){
	return false;
}
*/