function staticLoadScript(url)
{
   document.write('<script src="', url, '" type="text/JavaScript"><\/script>');
}

function outdoorFeed( boxName, feedID, articleCount, boxWidth, enableSubline) {
	/*if( typeof boxName == 'undefined' ) boxName = 'News';
	if( typeof feedID == 'undefined' ) feedID = 1;
	if( typeof articleCount == 'undefined' ) articleCount = 5;
	if( typeof boxWidth == 'undefined' ) boxWidth = 350;*/
	var url = "http://www.outdoor.de/widget/feed.php?boxName="+boxName+"&feedID="+feedID+"&articleCount="+articleCount+"&boxWidth="+boxWidth+"&enableSubline="+enableSubline;
	staticLoadScript( url );
}

