function auto_nav() 
{
print_links();
}

function print_links()
{
document.write("<Style>P {FONT-SIZE: 8pt; FONT-FAMILY:arial, helvetica}</style> \
<BR>Baton Rouge also has a cajun & zydeco radio program on KLSU 91.1 FM Sundays 7pm-9pm. Webcast at <A href='http://www.klsuradio.fm'>www.klsuradio.fm</A> \
");
}
auto_nav();
