var dictcn_daily = false;
if (document.all){
dictcn_daily = document.all['dict_daily'];
}else if(document.getElementById){
dictcn_daily = document.getElementById('dict_daily');
}
if(dictcn_daily){
dictcn_daily.innerHTML = '[11.20]每日一句: The best-known movie awards are the Academy Awards. 最著名的电影奖是奥斯卡金像奖。 ';
}