/**
 * @author michal
 */
$(document).ready(function(){
	
	if($(window).width() < 1000){
 		$('body').css('background','url(/images/bodyback.jpg) -499px 0px repeat-y #000000');
	}

});//end document ready

$(window).load(function(){
	
	var left_content_height = 0;
	left_content_height += $('.leftpart_block').eq(0).height()+10+4;

	left_content_height += $('#mainmenu').height()+10+4;
	left_content_height += $('#mainmenu1').height()+10+4;
	left_content_height += $('#mainmenu2').height()+10+4;
	left_content_height += $('#mainmenu3').height()+10+4;
	
	left_content_height = 669-left_content_height;
	
	if($('#leftblock_twitter').height() < left_content_height){
		$('#leftblock_twitter').height(left_content_height);
	}
	
});//end window load

//preload images
(function($){var cache=[];$.preLoadImages=function(){var args_len=arguments.length;for(var i=args_len;i--;){var cacheImage=document.createElement('img');cacheImage.src=arguments[i];cache.push(cacheImage);}}})(jQuery)
//end preload images

