
function loadEvents()
{
	// get the location on the page to load the news
	var handle=document.getElementById("home-content_col2");
	if( handle )
	{
		var content = '<span style="font-size: 1.2em; color: #868409;">Upcoming Events</span> <a href="events.php">View all</a><ul><li>Kidz Love Soccer - Winter &#3910 <a href="http://www.ci.dupont.wa.us/events.php?eid=583">More >></a></li><li>C.E.R.T. Info Meeting at City Hall <a href="http://www.ci.dupont.wa.us/events.php?eid=581">More >></a></li><li>The Historical Archeology of Greene Park <a href="http://www.ci.dupont.wa.us/events.php?eid=585">More >></a></li><li>Annual Shamrock Walk <a href="http://www.ci.dupont.wa.us/events.php?eid=584">More >></a></li></ul>';
		
		handle.innerHTML = content;
	}
}
