Add generic side column
diff --git a/index2.php b/index2.php
index 8a726df..81e3ef7 100644
--- a/index2.php
+++ b/index2.php
@@ -102,6 +102,8 @@
 		</div>
 	</div>
 	
+	<?= $rightcolumn ?>
+	
 <?php
 	$html = ob_get_contents();
 	ob_end_clean();