$(document).ready(function(){
	
	Cufon.replace('#top h1')('#slogan')('#bottom h3')('#main h1')('#right h2')('#right h3')('.rightExtraBoxes h3')('.rightExtraBottomBoxes h4')('#jobPage h2')('.cufonik');
	
	Cufon.replace('#bottom .box1 a, .rightExtraBottomBoxes .rightBox p', {
		hover: true
	});
	
	Cufon.replace('.homeThreeBoxes h2, .underTxt, .homeLink', {
		textShadow: '1px 1px #003157'
	});
	
	Cufon.replace('.button', {
		textShadow: '1px 1px #bc6500'
	});
	
	var maxHeight = 0;
	$('.homeThreeBoxes .roundedBox').each(function(index){
		if ($(this).height() > maxHeight)
			maxHeight = $(this).height();
	});
	
	maxHeight += 30;
	$('.homeThreeBoxes .roundedBox').height(maxHeight);
	
	if ($('#map').length)
	{
		$('#map').gMap({
			zoom: 15,
			markers: [{
				address: 'ul. Warszawska 39/41 61-028 Poznań',
				html: '',
				popup: true
			}]
		});
	}
	
	if ($('#jobForm').length)
	{
		$('#jobForm').validate({
	    	errorPlacement:function(error,element){}
	    });
	}
	
});

$(function() {
	$("#slider").jMyCarousel({  
        visible: '390px',  
        circular: true,
		auto: true,
		speed: 1500,
		start: Math.floor(Math.random()*1000)
    });  
});
