function prazdnik(ct,sk,cf,razm,rt) 
{
var txt = "";
txt+='<marquee truespeed="1" scrollamount="1" scrolldelay="'; 
txt+=sk+'" bgcolor="'+cf; 
txt+='" width="'+razm+'">'; 
txt+='<a href="http://www.pojelanie.ru/" target="_blank" style="text-decoration: none">'; 
txt+='<font color="'+ct+'" size="'+rt+'">'; 
txt+='Сегодня: 03 сентября - День борьбы с терроризмом';
txt+='</font></a></marquee>';  
document.write(txt); 
}