var url = document.location.toString();

$(document).ready(function() {
//	$(".post").hide();
//	$(".first_art").show();

/*	if(url.match('#'))
	{
		var art_id = url.split('#')[1];
		$('#' + art_id.substr(4, 100)).show();
	}

	$(".art_title").click(function(a) {
		var art_id = this.toString().split('#art-')[1];
		$('.art_title').addClass('off');
		$('#art-' + art_id).removeClass('off');
        $('#header_image').removeClass('page_p2');
		$('.post').hide();
		$('#' + art_id).show();
	});*/
});
