*** empty log message ***
diff --git a/index.php b/index.php
index 6b5f4a8..7d159c1 100644
--- a/index.php
+++ b/index.php
@@ -48,7 +48,7 @@
 	<?
 	$html = ob_get_clean();
 	# Generate the web page
-//	$App->Promotion = TRUE;
+	$App->Promotion = TRUE;
 	$App->AddExtraHtmlHeader('<link type="text/css" href="style.css" rel="stylesheet"/>');
 	$App->generatePage("Nova", $Menu, NULL, $pageAuthor, $pageKeywords, $pageTitle, $html);
 ?>
\ No newline at end of file