function auto_nav() 
{
print_links();
}

function print_links()
{
document.write("<Style>P {FONT-SIZE: 8pt; FONT-FAMILY:arial, helvetica}</style> \
<BR>Baton Rouge has a new Cajun Zydeco radio show on Sundays 7pm - 9pm on KLSU 91.1 FM. It broadcasts on the web at <A href='http://www.klsuradio.fm'>www.klsuradio.fm</A> \
");
}
auto_nav();
