$(document).ready(function() {
	
	/*
	$('body').prepend('<div class="blackmesh" />');
	setTimeout(function() {
		$('.blackmesh').fadeOut("slow");
	}, 6000);
	*/
	
	$('html').addClass('homepage-html');
	
	$(".carousel").dualSlider({
		auto:true,
		autoDelay: 13000,
		easingCarousel: "swing",
		easingDetails: "easeOutExpo",
		durationCarousel: 1000,
		durationDetails: 500
	});
	
});

if (document.images)
{
  pic1= new Image(566,300); 
  pic1.src="/static/images/bg-board-process.png"; 

  pic2= new Image(566,300); 
  pic2.src="/static/images/bg-board-mpower.png"; 

}
