$(document).ready(
	function()
	{
		$('#flashticker').flash({
			width: '650',
			height: '25',
			bgcolor: '#303030',
			wmode: 'transparent',
			swf: '/swf/newsticker.swf'
		});
	}
);