/*
----------------------------------------------------------------------------------
-- Active Source, Inc. Copyright 2009 - www.TroopKit.com --
-- --
-- Public Unit Calendar Script --
-- --
-- You may freely use this script on your site as long as you: --
-- 1) Notify admin@troopkit.com of which site you use the script on. --
-- 2) Keep the above script line of credit to the owning company and author. --
-- 3) Display the link with the script on your web page. --
-- --
-- You can easily change fonts and colors by changing the style attributes --
-- --
-- If you have any questions contact admin@troopkit.com --
----------------------------------------------------------------------------------
*/
function tk_show(tk_str)
{
document.getElementById("tk_div").style.display = "inline";
document.getElementById("tk_div").innerHTML=tk_str;
}
function tk_hide()
{
document.getElementById("tk_div").style.display="none";
document.getElementById("tk_div").innerHTML="";
}
if ( typeof tk_size == "undefined" ) { var tk_size='16px'; }
if ( typeof tk_color == "undefined" ) { var tk_color='darkred'; }
if ( typeof tk_acolor == "undefined" ) { var tk_acolor='darkred'; }
if ( typeof tk_face == "undefined" ) { var tk_face='Verdana, Arial'; }
if ( typeof tk_bgcolor == "undefined" ) { var tk_bgcolor='white'; }
if ( typeof tk_bordercolor == "undefined" ) { var tk_bordercolor='darkred'; }
document.writeln ("");
document.writeln ("");
document.writeln ("");
document.writeln ("");
document.writeln ("");
document.writeln("
");
document.writeln ("");
document.writeln("| Troop Calendar | | S | M | T | W | T | F | S |
|---|
| February | | | 08 | 09 | 10 | 11 | 12 | 13 | | 14 | 15 | 16 | 17 | 18 | 19 | 20 | | 21 | 22 | 23 | 24 | 25 | 26 | 27 | | 28 | | | | | | | March | | | 01 | 02 | 03 | 04 | 05 | 06 | | 07 | 08 | 09 | 10 | 11 | 12 | 13 | | 14 | 15 | 16 | 17 | 18 | 19 | 20 | | 21 | 22 | 23 | 24 | 25 | 26 | 27 | | 28 | 29 | 30 | 31 | | | | April | | | | | | 01 | 02 | 03 | | 04 | 05 | 06 | 07 | 08 | |
");