$(document).ready(function(){
	
	//sifr title
	$('div.activePage').sifr({path: '/themes/aria_default/swf/', font: 'monotypeCorsiva', color: '#864C1A', zoom: 1, width: 380  });
	$('h3#title').sifr({path: '/themes/aria_default/swf/', font: 'monotypeCorsiva', color: '#864C1A', width: 250  });
	
	//cycles
	//$('#leftcycle').children().each( function(i){  });
	$('#leftcycle').cycle({ fx: 'blindX', timeout: 5000, pause: 1 });
	$('#rightcycle').cycle({fx: 'blindX', timeout: 5000, pause: 1 });

	//bottom image scroller
	var rollingDiv = $("#bottomScroller");
	if(rollingDiv){
	/*	var items = $("#bottomScroller").children();
		rollingDiv.rolling("left", 805, 70);
			items.each( function(){ rollingDiv.addRollingItem( '<a href="'+ $(this).attr('href')+'" rel="'+$(this).attr('rel')+'" title="'+$(this).attr('title')+'">' + $(this).html() +'</a>' )} );
		rollingDiv.bind("mouseover", function() {
			 rollingDiv.stopRolling();
		});
		rollingDiv.bind("mouseout", function() {
			 rollingDiv.resumeRolling();
		});
		rollingDiv.startRolling(50, 1000, 400);         */
        rollingDiv.simplyScroll({ autoMode: 'loop'});
	}
	//fancybox
	$('div.imageBox a').fancybox();
	$('div#bottomScroller a').fancybox();
	$('div#leftcycle a').fancybox();
	$('div#rightcycle a').fancybox();
	$('div#articleList table a').fancybox();
});
