$(document).ready(function(){

	$('html').addClass('js');
	
	$("a[rel^='prettyPhoto']").prettyPhoto({
		animationSpeed: 'normal',
		padding: 40,
		opacity: 0.35,
		showTitle: true,
		allowresize: true,
		counter_separator_label: '/',          
		theme: 'dark_square' 
	});
	   
	
	$('#news').prepend('<h2>Новости<h2>');
	
});
