document.observe('dom:loaded', function() {
	if($('aitellujs')) {
		$('aitellujs').src = 'http://proxy2.aitellu.com/static/scripts/widgets/kelkoo/productsuggester-kelkoo-1.0.js';
		setTimeout("setAitelluSettings();", 1000);
	}
});

setAitelluSettings = function() {
	aitellu.productwidget.country = 'DK';
	aitellu.productwidget.links.enabled = true; /* Enable hyperlinks in the article */
	aitellu.productwidget.links.max = 10; /* How many links may be created, at a maximum */
	aitellu.productwidget.links.selector = "p.article-text"; /* A CSS selector matching, as tightly as possible, the main article of the page */
	aitellu.productwidget.productlist.enabled = false; /* Enable a product list below or at the side of the article */
	aitellu.productwidget.productlist.fillup = false; /* Set to false if there should only be products from the article in the product list. Otherwise, other currently popular products may be added to the list as well. */
}