$("dgSubNav").innerHTML='
';
uri=document.location+'';
uri=uri.toLowerCase();
if(uri.lastIndexOf("news.bkqq.com")==-1)
{
var reg = /http:\/\/[^\/]*/ig;
var result = uri.match(reg)[0];
uri='http://news.bkqq.com'+uri.replace(result,'');
//uri='http://news.bkqq.com'+uri.substr(uri.lastIndexOf('/'));
window.location=uri;
}