$(document).ready(function(){
	//$("#banner-4").easySlider({auto: true, continuous: true, controlsShow: false, pause: 5000 });
	$("#banner-4 > ul").innerfade({ speed: 'slow', timeout: 5000, type: 'sequence', containerheight: '360px'}); 
	$("a[rel^='prettyPhoto']").prettyPhoto({default_width: 610,default_height: 425, theme: 'dark_rounded'});
});

function go_to (target, href) { try { target.location = href; } catch (e) { } } 

function uiHomeNews (id) {
	$(".home-secondary > a").removeClass('active');
	$("#secondary-"+id+" > a").addClass('active');	
	$(".home-item").hide();
	$("#item-"+id).fadeIn();
}
