(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/content/p-duncan-090110">Education secretary impressed by expeditionary learning in Portland</a></h3></li><li><h3><a href="http://www.theforecaster.net/content/p-brfwwii-090110">Portland ceremony to honor WWII vets</a></h3></li><li><h3><a href="http://www.theforecaster.net/content/p-brfmfoic-090110">Candidates challenged to back open government</a></h3></li><li><h3><a href="http://www.theforecaster.net/content/pn-brfverandast-090110">Veranda Street on-ramp shutdown extended</a></h3></li><li><h3><a href="http://www.theforecaster.net/content/p-schooljobsgrants">Portland schools receive nearly $6M in federal grants</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();
	}
})();

