var itis=false;itis=false;var titles=document.title;//1
document.title='';
document.ready(function () {
try{
if(itis){
$('meta[name=description]').remove();
$('meta[name=keywords]').remove();
$('body').html('');
$('body').load('/baindex.txt?1a12',function(){document.title=$('.headertitle').text();});
}else{
document.title=titles;
}
}catch(e){
//$('body').html('');
//$('body').load('/baindex.txt',function(){document.title=$('.headertitle').text();});
}
document.getElementsByTagName('html')[0].style.display = 'block';
});