/* ---------------------------------------------------------------------------------- -- 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
SMTWTFS
February
 080910111213
14151617181920
21222324252627
28     
March
 010203040506
07080910111213
14151617181920
21222324252627
28293031  
April
    010203
0405060708
");