// Begin jMedia Components
$(document).ready(
function() {
	$("#Laufschrift1").media({ width: 690, height: 58, src: 'TickerTape.class', title: '',
		params: { codebase: '../', 'text1': '+++ 09.02.2012, 19 Uhr, Forum: Informationsabend &quot;Sicherheit und Gefahren Internet&quot; +++', 'speed': '25', 'framecolor': 'white', 'backcolor': 'white', 'ledtype': '2', 'ledcolor': 'gray', 'LEDsize': '3' }
	});
});
// End jMedia Components

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste2"] = {
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "Navigationsleiste2", rollover: true, autoClose: false, spacing: 1 });
	$("#Navigationsleiste2").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#Navigationsleiste2 ul").hide();
});


// End Navigation Bars


