(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-traderjoes-031010">Trader Joe&#039;s pursues former Wild Oats space on Marginal Way in Portland</a></h3></li><li><h3><a href="http://www.theforecaster.net/content/p-planningwaterfrontjordans">Portland Planning Board likes proposal for Old Port hotel </a></h3></li><li><h3><a href="http://www.theforecaster.net/content/pnms-otten-031010">Risky business: Les Otten and the rise and fall of American Skiing Co.</a></h3></li><li><h3><a href="http://www.theforecaster.net/content/pnms-energygrants">State grants help local towns, businesses harness energy</a></h3></li><li><h3><a href="http://www.theforecaster.net/content/p-cdbg-031010">Portland agencies, councilors question grant methodology </a></h3></li></ul><center><img 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();
	}
})();

