(function($){
	$(document).ready(function(){
		$('.map_post .entry:first').show();
		
		$('.map_post .entry .link_map').click(function(){
			$(this).parents('.entry').fadeOut();
			$(this).parents('.entry').next().delay(300).fadeIn();
			return false;
		});
		
		$('#sitemap_structure .hmbt_section_sitemap p:not(.hmbt_footer_link)').prepend('&bull; ');
		
		$('.scroll').innerfade({ 
			speed: 'slow', 
			timeout: 4000, 
			type: 'sequence', 
			containerheight: '400px' 
		});
		
		$('.first_row td:not(:first):even').addClass('even');
		$('.first_row td:not(:first):odd').addClass('odd');

		$('#sitemap_structure table tr:not(.not_styled) td:not(.not_styled):even').addClass('even');
		$('#sitemap_structure table tr:not(.not_styled) td:not(.not_styled):odd').addClass('odd');		
		
	});
})(jQuery)
