jQuery(window).load(function() {
	//Menu
		jQuery('<span>|</span>').prependTo(jQuery('.top_menu ul li'));
		jQuery('<span>|</span>').prependTo(jQuery('.foot_menu ul li'));
		jQuery('<span class="left"></span>').prependTo(jQuery('.top_menu ul li.current_page_item a'));
	//Form
		jQuery('.content form input[type=submit], .desc a.more').addClass('rc5');
		//jCarousel height blocks
		var h = [];		
		h[0] = jQuery('.mainco').outerHeight();
		h[1] = jQuery('aside').height();
		var maxh = 0;
		for(var i = 0; i < 2; i++){
			if(h[i] > maxh){
				maxh = h[i];
			}
		}
		if(maxh){
			jQuery('aside .back').css('height', maxh);
			jQuery('.mainco .back').css('height', maxh);
		}	
	//Portfolio popup
			jQuery("a[rel=video]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'over',
				'type'				: 'iframe'
			});
});

Cufon.replace('.cuf');

