﻿$(document).ready(
	function(){
		$('#news').innerfade({
			speed: 1000,
			timeout: 5000,
			type: 'sequence',
			containerheight: '35px'
		});
		$('#map').flash(
			{ src: '/_graphics/flash/map.swf', width: 225, height: 360 }, 
			
			{ expressInstall: true }
		);			
});
