// JavaScript Document

$(function(){
	$('#anim').flash({
			src: 'data/swf/nbc2.swf',
			width: 950,
			height: 350,
			expressInstall: true
	});
});




$(function(){
	$("#ticker01").newsTicker();
});


