diff --git a/nop/views.py b/nop/views.py
index a40ec55eae7507185a7f3201a2e8557392b6bc0f..8acd107fa179761ebe62613cc6420c98605aff35 100644
--- a/nop/views.py
+++ b/nop/views.py
@@ -10,11 +10,14 @@ import time
 from datetime import datetime
 
 DB = 'nop'
-MUSIKPROG_IDS = (1,17,60,81)
+MUSIKPROG_IDS = (1,12,17,34,60,81,89)
         # 1 - unmodieriertes musikprogramm
+        # 12 - aus den freien radios
         # 17 - bumbumtschak
+        # 34 - frühstück A
         # 60 - musikprogramm bunt gemischt
         # 81 - selchfleisch
+        # 89 - styrian underground
 
 class NopForm(forms.Form):
     date = forms.DateField(