//广告服务器地址
var wak_ad_server = "http://ad.51credit.com"; //"http://192.168.1.147";

//相关内容是否进行缓存
var wak_reference_content_cache = false;

//文章相关内容片断
function wak_load_reference_content_piece(_keywords,_pieceZoneId){
	var _pz = document.getElementById(_pieceZoneId);
	if(_pz){
		_pz.innerHTML=" ";
		var _num = Math.random();
		var _url = 'http://www.51credit.com/toolbox/keyword_file.php?keyword='+ _keywords;
		if(!wak_reference_content_cache){
			_url = _url + "&ts=" + _num;
		}
    var pars = '';
    var myAjax = new Ajax.Updater(_pieceZoneId, _url, {method: 'get', parameters: pars});
	}
}

function wak_navigation_buildNavBar_error(_navigatorId){
	var _navigator = document.getElementById(_navigatorId);
	if(_navigator!=null){
		_navigator.innerHTML = "<a href='/index.shtml' class='text-12-18-'>我爱卡首页</a>";
	}
}