$(document).ready(function() { 
	$('#flashMessage').delay(2000).fadeOut('normal');
	$('#header ul').innerfade({ animationtype: 'fade', speed: 1750, timeout: 4000, type: 'random', containerheight: '249px' });
});

function initTabs() {
	$('#tabs').tabs();
}

function initFancybox() {
	$(".fancybox").fancybox({
		'speedIn'		:	300, 
		'speedOut'		:	350, 
		'overlayShow'	:	true
	});
}

function initSliderHome() {
	var speed = 5000;
	$('#mask-gallery, #gallery li').width($('#slider').width());	
	$('#gallery').width($('#slider').width() * $('#gallery li').length);
	$('#mask-gallery, #gallery li, #mask-excerpt, #excerpt li').height($('#slider').height());
	var run = setInterval('scoller(0)', speed);	
	$('#gallery li:first, #excerpt li:first').addClass('selected');
}

function initProjectAjaxView() {
	
}

function InitRecentProjects() {

}
