// Begin jMedia Components
$(document).ready(
function() {
	$("#TickerTape3").media({ width: 227, height: 27, src: 'TickerTape.class', title: '',
		params: { codebase: '../', 'text1': 'Why not use this service ? You have nothing to lose!', 'speed': '25', 'framecolor': 'lightGray', 'backcolor': 'gray', 'ledtype': '2', 'ledcolor': 'green', 'LEDsize': '2' }
	});
});
// End jMedia Components

