$(document).ready(function() {
    $('#header_image').cycle({
		fx: 'fade',
		timeout: 6000,
		speed: 1500,
		random: true
	});
    $('#header_image img').css('visibility', 'visible'); 
   
    $('.ticker_news').loopedSlider({
		/*autoStart: 2500,
		restart: 5000*/
	});
    
    $('.slideshow').loopedSlider({
    	slides: 'ul',
    	btnNext: 'a.s_next',
    	btnPrevious: 'a.s_previous',
    	container: '.s_items'
		/*autoStart: 2500,
		restart: 5000*/
	});
    
    //$("object[type='application/x-shockwave-flash']").attr("wmode", "transparent");

    //wmode" value="transparent"
    

    
 // target external anchors
	$("a[rel=external]").each(function(i){
	  this.target = "_blank";
	});
});
