		$(document).ready(function(){

			// lightbox
			$(".lightbox").lightbox();
			
			// auto height
			js_autoheight( '.tools' , 30 );
			
			// auto height
			js_autoheight( '.post_content' , 170 );
						
			// footer auto height
			js_footer_autoheight();
			
			// replace HR with custom separator div
			js_replace_hr();

			
		});