// change on air-off sign
day = new Date()
hr = day.getHours()
theday = day.getDay()
themin = day.getMinutes()

// Monday-Sunday 
if (hr >= 0 & hr <= 23 && theday >= 0 & theday <= 6) {
document.write( '<a href="http://lonestar101.com/mobi/index.html" target="F1"><b><font size=2 color= #663300 font face=Arial, Verdana >Lonestar101 Live</font></b></a>' );
}


