SCHEDULES

It's Time to Start Your Adventures

Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus ullamcorpe pulvinar.

It's Time to Start Your Adventures

Why Outdoor Adventure

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

What You Get

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

<html><h2>Schedule<h2/><script> <script type=”text/javascript”>
var address = “npztv.dyndns.org“;  //showing the current systems ip address, needs to be the publicly accessible address for Internet use, port forwarding may need to be configured
var port = “50001”;  //web schedule port as set from systems front panel config menu
var channel = “0”;  //0=all channels, 1=channel 1, 2=channel 2, 3=channel 3, etc.
var weekday = new Array(“sun”,”mon”,”tue”,”wed”,“thu”,”fri”,”sat”);
var today = new Date();
var Day = today.getDay();
var mode = “day”;  //day mode displays programming for the current day, week mode displays programming for the current week starting with the current day
var headers = “0”;  //0=off, 1 = shows date, day, and program time headers above respected columns
var showSecs = “0”;  //0=off, 1 = shows seconds in start time
var width = “500”;  //width of iframe
var height = “300”;  //height of iframe
document.write(“<iframe id=\”lgxProgGuide\” width=\”” + width + “\” height=\”” + height + “\” src=\”http://” + address + “:” + port + “/websched.php?channel=” + channel + “&day=“ +  weekday[Day] + “&mode=” + mode + “&headers=” + headers + “&secs=” + showSecs + “\”></iframe>”);
</script>
>html/>