// JavaScript Document				
var today = new Date();				
var curDate = today.getDate();				
var curMonth = today.getMonth();				
				
switch (curMonth) {				
	case 0:			
		"document.write(""<p><b>* February 1 ~ Registration Begins</b><br>"");"		
		"document.write(""* Feb. 27 ~ Early Bird Discount Ends - Save $10 or More<br>"");"		
		"document.write(""* Mar. 20 ~ Registration Ends<br>"");"		
		"document.write(""* Mar. 27 ~ Skills Rating Day for Minors/Majors Baseball/Softball<br>"");"		
		"document.write(""* Apr. 24 ~ Field Cleanup Day<br>"");"		
		"document.write(""* May  18 ~ Picture Day<br>"");"		
		"document.write(""* May  24 ~ Season Starts for most leagues <br>"");"		
		"document.write(""* Jun. 18 - 20 ~ 6th Annual Girls Fast Pitch Softball Tournament<br>"");"		
		"document.write(""* Jun. 25 - 27 ~ 10th Annual Boys Baseball Tournament<br>"");"		   
		"document.write(""* Jul. 23 - 25 Minor/Major Baseball/Softball Tournament<br>"");"		
		"document.write(""* Jul. 23 - 25 Skills Challenge & Rookie All Star Game<br>"");"		
		"document.write(""* Jul. 25 ~ Pool Party<br>"");"		
		"document.write(""* Sep. 12 ~ 2011 Travel Team Tryouts (BB & SB)<br>"");"		
		"document.write(""* Sep. 19 ~ 2011 Travel Team Tryouts (BB & SB)<br>"");"		
               }				

break;			
	