// Last Updated: 05/08/02 at 15:38
// Current site statistics
//var sStats = "Visitors since 2/3/02: 7,154"
var sStats = "Visitors since 2/3/02: 14,188"

// Regular Field conditions
var sFields = "<img src=smile.gif border=0 alt=smile style=float:left>All Wangenheim and Westview Park fields are open for match play.<br>[Updated: <font color='#cc0000'>05/11/02 06:28</font>]<br><br><a href='http://weather.yahoo.com/forecast/USCA0983_f.html' target='blank'><img src='images/clickto.gif' height='14' width='23' border='0' alt=''><font color='#0000ff'>&nbsp;Weather Forecast for MCAS Miramar</font></a>"

// Top Gun Field Conditions
var sTGFields = "<img src=smile.gif border=0 alt=smile style=float:left>Top Gun fields status<br>[<font color='#cc0000'>Ready for Games!!</font>]<br><br><a href='http://weather.yahoo.com/forecast/USCA0983_f.html' target='blank'><img src='images/clickto.gif' height='14' width='23' border='0' alt=''><font color='#0000ff'>&nbsp;Weather Forecast for MCAS Miramar</font></a>"
//var sTGFields = "<img src=smile.gif border=0 alt=smile style=float:left>All Top Gun fields are open for match play.<br>[Updated: <font color='#cc0000'>05/25/02 06:01</font>]<br><br><a href='http://weather.yahoo.com/forecast/USCA0983_f.html' target='blank'><img src='images/clickto.gif' height='14' width='23' border='0' alt=''><font color='#0000ff'>&nbsp;Weather Forecast for MCAS Miramar</font></a>"

// Top Gun Announcements
var sTGAnnounce = "<center><font color='#cc0000'>Schedule Changes</font></center>Team match schedules and referee team schedules are subject to last minute changes. Please check your team's schedule before departing for the tournament.<center>[Posted: <font color='#cc0000'>05/20/02</font>]</center>"

// Home page news
var sNews = "<b>This year's event will be May 27th, 28th, &amp;&nbsp;29th.<br>Applications are now being accepted.<br></b>"

// Coach training news
var sCTrng1 = "<font color='#cc0000'>Intermedate and Advanced Coach Course</font>, June 28-30, 2002 at San Marcos. The course will be held from 6:00 PM - 9:00 PM on Friday June 28th, and from 8:00 AM until 3:00 PM on the 29th and 30th. Pizza will be provided on Saturday and Sunday. Point of contact is Ron Rowan, the Area R Coach Administrator. Register for the course using the email link provided below.<br><center>[Posted: 4/16/02]</center>"
var sCTrng2 = "<a href='mailto:aca@ayso11r.org?Subject=Intermediate/Advanced Coaches Course, June 28-30,2002 (From Region 285 Web site)' class='nodec'><img src='images/mailicon.gif' border='0' alt='Send Email'>&nbsp;Register for Course</a>"

// Referee training news
var sRTrng1 = "<center><font color='#cc0000'><font color='#cc0000'>** Course Cancelled **</font></center><font color='000000'>The Area/Section Referee Course scheduled for May 11/12, 2002 at Bonita Vista Middle School has been cancelled. Additional information will be posted when it becomes available."
var sRTrng2 = "[Posted: <font color='#cc0000'>05/09/02</font> 11:31]</font>"


function updateCoachTrngNews()
{
	document.getElementById("coachTNews1").innerHTML=sCTrng1;
	document.getElementById("coachTNews2").innerHTML=sCTrng2;
}

function updateRefTrngNews()
{
	document.getElementById("refTNews1").innerHTML=sRTrng1;
	document.getElementById("refTNews2").innerHTML=sRTrng2;
}

function updateFieldConditions()
{
	document.getElementById("fieldcon").innerHTML=sFields;
}

function updateTGFieldConditions()
{
	document.getElementById("fieldcon").innerHTML=sTGFields;
}

function updateTGAnnouncements()
{
	document.getElementById("tgAnnounce").innerHTML=sTGAnnounce;
}
