$(document).ready(function(){
    // news ticker
    /*
	var options = {
	  	newsList: "#ticker",
		startDelay: 10
	}
	$().newsTicker(options);
	*/
	
	$('#frontNews > ul').cycle({ 
            fx:    'fade', 
            speed:  2500,
            timeout:  2000,
            pause: 1
    });
	var curDomain = 'http://' + location.host;	
    $('#map').flash(
        { src: 'fileadmin/layout/default/swf/eventMap.swf',
          width: 550,
          height: 337,
          wmode: 'transparent',
          flashvars: { domain: curDomain }
        },
        { 
            expressInstall: true 
        }
    );
});
