/*-- Array für Filme - K Mintropp / StS Bergedorf --*/

		$(document).ready(function(){
			$("#deutsche-bahn").colorbox({href:"movies/D-Bahn.html"});				
			$("#sporthalle").colorbox({href:"movies/sporthalle.html"});		
			$("#bike").colorbox({href:"movies/fahrradkurs_2011.html"});
			$("#st-pete").colorbox({href:"movies/st-petersburg_2011.html"});
			$("#kult_11").colorbox({href:"movies/kulturtage_2011.html"});
			$("#manfred").colorbox({href:"movies/manfred-moni.html"});
			$("#bibl_1Jahr").colorbox({href:"movies/bibliothek_1Jahr.html"});
			$("#bibl_N3").colorbox({href:"movies/bibliothek_N3.html"});
			$("#nepal_10").colorbox({href:"movies/nepal_2010.html"});
			$("#bttf_10").colorbox({href:"movies/bttf.html"});
			$("#demo_sport").colorbox({href:"movies/demo_sporthalle.html"});
			$("#time_09").colorbox({href:"movies/time.html"});
			$("#romeo").colorbox({href:"movies/romeo-jasmin.html"});
			$("#mafia").colorbox({href:"movies/mafia_1930.html"});			
			$("#kult_08").colorbox({href:"movies/kulturtage_2008.html"});				
		});


