(function () {
	var displayHTML = '<div style="border:2px solid #006600;"><center><strong>Your Source for Local News</strong></center><ul><li><h3><a href="http://www.theforecaster.net/news/print/2012/02/02/portland-orders-occupymaine-clear-out-lincoln-park/113000">Portland orders OccupyMaine to clear out of Lincoln Park by Monday morning</a></h3></li><li><h3><a href="http://www.theforecaster.net/news/print/2012/02/01/update-after-judges-ruling-occupymaine-get-evictio/112907">UPDATE: After judge&#039;s ruling, OccupyMaine to get eviction order from Portland on Thursday</a></h3></li><li><h3><a href="http://www.theforecaster.net/news/print/2012/01/31/school-seeks-parents-input-principal-search/112717">School seeks parents&#039; input on principal search</a></h3></li><li><h3><a href="http://www.theforecaster.net/news/print/2012/01/31/marley-announces-bid-county-commissioner/112703">Marley announces bid for county commissioner</a></h3></li><li><h3><a href="http://www.theforecaster.net/news/print/2012/02/01/cool-carving/112719">Cool carving</a></h3></li></ul><center><img class="web-widget-logo-image" src="http://www.theforecaster.net/sites/www.theforecaster.net/themes/forecasterd6/forecaster-logo.png" /></center></div>';
	var elementId = 'forecaster-widget';
	
	function populateElement() {
		if ( document.getElementById(elementId) ) {
			document.getElementById(elementId).innerHTML = displayHTML;
		} else {
			setTimeout(populateElement, '1000');
		}
	}
		if (window.attachEvent) {
		window.attachEvent('onload', populateElement);
	} else {
		populateElement();
	}
})();


