// --
// Created with JavaScript Calender generator version 1.01
// This generator is freeware and can be found at:
// http://www.abspoel.com/roel-karin/download.php
// © 2003 Roel S.F. Abspoel (roel@abspoel.com)
// --
var newstoday = 0;
var today = new Date();
var dayofweek = today.getDay();
if (dayofweek == 0) {dayofweek = "SUNDAY"};
if (dayofweek == 1) {dayofweek = "MONDAY"};
if (dayofweek == 2) {dayofweek = "THUESDAY"};
if (dayofweek == 3) {dayofweek = "WEDNESDAY"};
if (dayofweek == 4) {dayofweek = "THURSDAY"};
if (dayofweek == 5) {dayofweek = "FRIDAY"};
if (dayofweek == 6) {dayofweek = "SATURDAY"};
var month = today.getMonth();
if (month == 0) {month = "JANUARY"};
if (month == 1) {month = "FEBRUARY"};
if (month == 2) {month = "MARCH"};
if (month == 3) {month = "APRIL"};
if (month == 4) {month = "MAY"};
if (month == 5) {month = "JUNE"};
if (month == 6) {month = "JULY"};
if (month == 7) {month = "AUGUST"};
if (month == 8) {month = "SEPTEMBER"};
if (month == 9) {month = "OCTOBER"};
if (month == 10) {month = "NOVEMBER"};
if (month == 11) {month = "DECEMBER"};
var monthnext = today.getMonth()+1;
if (monthnext == 12) {monthnext = 0};
if (monthnext == 0) {monthnext = "JANUARY"};
if (monthnext == 1) {monthnext = "FEBRUARY"};
if (monthnext == 2) {monthnext = "MARCH"};
if (monthnext == 3) {monthnext = "APRIL"};
if (monthnext == 4) {monthnext = "MAY"};
if (monthnext == 5) {monthnext = "JUNE"};
if (monthnext == 6) {monthnext = "JULY"};
if (monthnext == 7) {monthnext = "AUGUST"};
if (monthnext == 8) {monthnext = "SEPTEMBER"};
if (monthnext == 9) {monthnext = "OCTOBER"};
if (monthnext == 10) {monthnext = "NOVEMBER"};
if (monthnext == 11) {monthnext = "DECEMBER"};
var dayofmonth = today.getDate();
var year = today.getFullYear();
function thismonth() {
  newstoday = 0;
  document.write("<table width=100% border=0 bordercolor=#000000>");
  document.write("<tr bgcolor=#3300ff> ");
  document.write("<td><font size=2 color=#ffffff><div align=right>" + month + "</td></font></div></tr>");
  document.write("<tr bgcolor=#000000><td>");
  if (month == "APRIL"){
    document.write("<font size=2 color=#FFFFFF><li>20 APRIL ,2007.....Iron Horse Pub in Wichita Falls, 615 8th ST. 9:00pm to 10pm</font></li>")
    newstoday = 1
};
  if (month == "DECEMBER"){
    document.write("<font size=2 color=#FFFFFF><li>7 DECEMBER ,2007.....Odd's Bar, 2501 Lamar, Wichita Falls TX. 9:00 to 1:00am</font></li>")
    newstoday = 1
};
  if (month == "DECEMBER"){
    document.write("<font size=2 color=#FFFFFF><li>31 DECEMBER ,2007.....Orient Drug in Blair OK, 9:30 to 1:30am</font></li>")
    newstoday = 1
};
  if (month == "FEBRUARY"){
    document.write("<font size=2 color=#FFFFFF><li>1 FEBRUARY ,2008.....Odd's Bar, 2501 Lamar, W.Falls TX 9:30 to 1:30am</font></li>")
    newstoday = 1
};
  if (month == "JANUARY"){
    document.write("<font size=2 color=#FFFFFF><li>18 JANUARY ,2007....Trader Toms in Altus OK, 9:30 to 1:30am</font></li>")
    newstoday = 1
};
  if (month == "JULY"){
    document.write("<font size=2 color=#FFFFFF><li>14 JULY ,2007.....Bike run, Little rock tavern, Do it in the dark....9:30pm till ??????</font></li>")
    newstoday = 1
};
  if (month == "JULY"){
    document.write("<font size=2 color=#FFFFFF><li>21 JULY ,2007.....Orient Drug in Blair OK, 9:30 to 1:30am</font></li>")
    newstoday = 1
};
  if (month == "JUNE"){
    document.write("<font size=2 color=#FFFFFF><li>16 JUNE ,2007.....Orient Drug in Blair OK, 9:00pm to 1:00am</font></li>")
    newstoday = 1
};
  if (month == "MAY"){
    document.write("<font size=2 color=#FFFFFF><li>12 MAY ,2007.....Orient Drug in Blair OK, 9:30pm to 1:30am</font></li>")
    newstoday = 1
};
  if (month == "MAY"){
    document.write("<font size=2 color=#FFFFFF><li>26 MAY ,2007.....The Office, 413 Galveston, Wichita Falls TX, 9:00pm to 1:00am</font></li>")
    newstoday = 1
};
  if (month == "SEPTEMBER"){
    document.write("<font size=2 color=#FFFFFF><li>15 SEPTEMBER ,2007.....The Office, 413 Galveston, W.Falls TX, 9:00pm to 1:30am</font></li>")
    newstoday = 1
};
if (newstoday == 0) {document.write("<font size=2 color=#FFFFFF><li>Nothing....yet</li></font><br>")};
newstoday = 0;
document.write("</td></Tr></table>");
}
function nextmonth() {
  newstoday = 0;
  document.write("<table width=100% border=0 bordercolor=#000000>");
  document.write("<tr bgcolor=#3300ff> ");
  document.write("<td><font size=2 color=#ffffff><div align=right>" + monthnext + "</td></font></div></tr>");
  document.write("<tr bgcolor=#000000><td>");
  if (monthnext == "APRIL"){
    document.write("<font size=2 color=#FFFFFF><li>20 APRIL ,2007.....Iron Horse Pub in Wichita Falls, 615 8th ST. 9:00pm to 10pm</font></li>")
    newstoday = 1
};
  if (monthnext == "DECEMBER"){
    document.write("<font size=2 color=#FFFFFF><li>7 DECEMBER ,2007.....Odd's Bar, 2501 Lamar, Wichita Falls TX. 9:00 to 1:00am</font></li>")
    newstoday = 1
};
  if (monthnext == "DECEMBER"){
    document.write("<font size=2 color=#FFFFFF><li>31 DECEMBER ,2007.....Orient Drug in Blair OK, 9:30 to 1:30am</font></li>")
    newstoday = 1
};
  if (monthnext == "FEBRUARY"){
    document.write("<font size=2 color=#FFFFFF><li>1 FEBRUARY ,2008.....Odd's Bar, 2501 Lamar, W.Falls TX 9:30 to 1:30am</font></li>")
    newstoday = 1
};
  if (monthnext == "JANUARY"){
    document.write("<font size=2 color=#FFFFFF><li>18 JANUARY ,2007....Trader Toms in Altus OK, 9:30 to 1:30am</font></li>")
    newstoday = 1
};
  if (monthnext == "JULY"){
    document.write("<font size=2 color=#FFFFFF><li>14 JULY ,2007.....Bike run, Little rock tavern, Do it in the dark....9:30pm till ??????</font></li>")
    newstoday = 1
};
  if (monthnext == "JULY"){
    document.write("<font size=2 color=#FFFFFF><li>21 JULY ,2007.....Orient Drug in Blair OK, 9:30 to 1:30am</font></li>")
    newstoday = 1
};
  if (monthnext == "JUNE"){
    document.write("<font size=2 color=#FFFFFF><li>16 JUNE ,2007.....Orient Drug in Blair OK, 9:00pm to 1:00am</font></li>")
    newstoday = 1
};
  if (monthnext == "MAY"){
    document.write("<font size=2 color=#FFFFFF><li>12 MAY ,2007.....Orient Drug in Blair OK, 9:30pm to 1:30am</font></li>")
    newstoday = 1
};
  if (monthnext == "MAY"){
    document.write("<font size=2 color=#FFFFFF><li>26 MAY ,2007.....The Office, 413 Galveston, Wichita Falls TX, 9:00pm to 1:00am</font></li>")
    newstoday = 1
};
  if (monthnext == "SEPTEMBER"){
    document.write("<font size=2 color=#FFFFFF><li>15 SEPTEMBER ,2007.....The Office, 413 Galveston, W.Falls TX, 9:00pm to 1:30am</font></li>")
    newstoday = 1
};
  if (newstoday == 0) {document.write("<font size=2 color=#FFFFFF><li>Nothing....yet</li></font><br>")};
    newstoday = 0;
    document.write("</td></Tr></table>");
}
function countdowns() {
  document.write("<table width=100% border=0 bordercolor=#000000>");
  document.write("<tr bgcolor=#3300ff>");
  document.write("<td><font size=2 color=#ffffff><div align=right>Coming soon!</td></font></div></tr>");
  document.write("<tr bgcolor=#000000><td>");
  var vandaag = new Date();
  var totdatum = new Date("APRIL 20, 2007 ");
  var verschil = totdatum.getTime() - vandaag.getTime();
  verschil = Math.floor(verschil / (1000 * 60 * 60 * 24));
  if (verschil >= 0) {
    newstoday = 1
    document.write("<font size=2 color=#FFFFFF><li>" + verschil + " more days until: SLEEPER Rocks the Iron Horse Pub in Wichita Falls... </li></font><br>");
};
  if (verschil == -1) {
    newstoday = 1
    document.write("<font size=2 color=#FFFFFF><li>Today: SLEEPER Rocks the Iron Horse Pub in Wichita Falls... </li></font><br>");
};
  var totdatum = new Date("DECEMBER 31, 2007 ");
  var verschil = totdatum.getTime() - vandaag.getTime();
  verschil = Math.floor(verschil / (1000 * 60 * 60 * 24));
  if (verschil >= 0) {
    newstoday = 1
    document.write("<font size=2 color=#FFFFFF><li>" + verschil + " more days until: SLEEPER brings in the new year at the Orient drug in Blair OK.... </li></font><br>");
};
  if (verschil == -1) {
    newstoday = 1
    document.write("<font size=2 color=#FFFFFF><li>Today: SLEEPER brings in the new year at the Orient drug in Blair OK.... </li></font><br>");
};
  var totdatum = new Date("JULY 14, 2007 ");
  var verschil = totdatum.getTime() - vandaag.getTime();
  verschil = Math.floor(verschil / (1000 * 60 * 60 * 24));
  if (verschil >= 0) {
    newstoday = 1
    document.write("<font size=2 color=#FFFFFF><li>" + verschil + " more days until: SLEEPER does it in the dark at Little Rock Tavern in Geronimo </li></font><br>");
};
  if (verschil == -1) {
    newstoday = 1
    document.write("<font size=2 color=#FFFFFF><li>Today: SLEEPER does it in the dark at Little Rock Tavern in Geronimo </li></font><br>");
};
  var totdatum = new Date("JULY 21, 2007 ");
  var verschil = totdatum.getTime() - vandaag.getTime();
  verschil = Math.floor(verschil / (1000 * 60 * 60 * 24));
  if (verschil >= 0) {
    newstoday = 1
    document.write("<font size=2 color=#FFFFFF><li>" + verschil + " more days until: SLEEPER Rocks the Orient Drug in Blair OK </li></font><br>");
};
  if (verschil == -1) {
    newstoday = 1
    document.write("<font size=2 color=#FFFFFF><li>Today: SLEEPER Rocks the Orient Drug in Blair OK </li></font><br>");
};
  var totdatum = new Date("JUNE 16, 2007 ");
  var verschil = totdatum.getTime() - vandaag.getTime();
  verschil = Math.floor(verschil / (1000 * 60 * 60 * 24));
  if (verschil >= 0) {
    newstoday = 1
    document.write("<font size=2 color=#FFFFFF><li>" + verschil + " more days until: SLEEPER Rocks the Orient Drug in Blair OK..... </li></font><br>");
};
  if (verschil == -1) {
    newstoday = 1
    document.write("<font size=2 color=#FFFFFF><li>Today: SLEEPER Rocks the Orient Drug in Blair OK..... </li></font><br>");
};
  var totdatum = new Date("MAY 12, 2007 ");
  var verschil = totdatum.getTime() - vandaag.getTime();
  verschil = Math.floor(verschil / (1000 * 60 * 60 * 24));
  if (verschil >= 0) {
    newstoday = 1
    document.write("<font size=2 color=#FFFFFF><li>" + verschil + " more days until: SLEEPER Rocks Orient Drug in Blair OK </li></font><br>");
};
  if (verschil == -1) {
    newstoday = 1
    document.write("<font size=2 color=#FFFFFF><li>Today: SLEEPER Rocks Orient Drug in Blair OK </li></font><br>");
};
  var totdatum = new Date("MAY 26, 2007 ");
  var verschil = totdatum.getTime() - vandaag.getTime();
  verschil = Math.floor(verschil / (1000 * 60 * 60 * 24));
  if (verschil >= 0) {
    newstoday = 1
    document.write("<font size=2 color=#FFFFFF><li>" + verschil + " more days until: SLEEPER Rocks The Office in Wichita Falls TX </li></font><br>");
};
  if (verschil == -1) {
    newstoday = 1
    document.write("<font size=2 color=#FFFFFF><li>Today: SLEEPER Rocks The Office in Wichita Falls TX </li></font><br>");
};
  var totdatum = new Date("SEPTEMBER 15, 2007 ");
  var verschil = totdatum.getTime() - vandaag.getTime();
  verschil = Math.floor(verschil / (1000 * 60 * 60 * 24));
  if (verschil >= 0) {
    newstoday = 1
    document.write("<font size=2 color=#FFFFFF><li>" + verschil + " more days until: SLEEPER Rocks The Office, 413 Galveston, W.Falls TX </li></font><br>");
};
  if (verschil == -1) {
    newstoday = 1
    document.write("<font size=2 color=#FFFFFF><li>Today: SLEEPER Rocks The Office, 413 Galveston, W.Falls TX </li></font><br>");
};
  var totdatum = new Date("FEBRUARY 1, 2008 ");
  var verschil = totdatum.getTime() - vandaag.getTime();
  verschil = Math.floor(verschil / (1000 * 60 * 60 * 24));
  if (verschil >= 0) {
    newstoday = 1
    document.write("<font size=2 color=#FFFFFF><li>" + verschil + " more days until: SLEEPER Rocks W.Falls at the Odds bar. </li></font><br>");
};
  if (verschil == -1) {
    newstoday = 1
    document.write("<font size=2 color=#FFFFFF><li>Today: SLEEPER Rocks W.Falls at the Odds bar. </li></font><br>");
};
  if (newstoday == 0) {document.write("<font size=2 color=#FFFFFF><li>Check Back Often</li></font><br>")};
  newstoday = 0;
document.write("</table>");
}
