// Begin jMedia Components
$(document).ready(
function() {
	$("#WetterTicker").media({ width: 1013, height: 30, src: 'davisticker.class', title: '',
		params: { codebase: './', 'dataFile': '/wetter/data.html', 'fps': '100', 'dataInterval': '60', 'font': 'sans-serif', 'style': 'PLAIN', 'size': '15', 'fontColor': '255,255,255', 'borColor': '153,000,051', 'borWidth': '4', 'backColor': '000,000,051' }
	});
});
// End jMedia Components


