$(document).ready(function(){
	//External links.
	$('a[rel="external"]').click( function() {
		window.open( $(this).attr('href') );
		return false;
	});
		
	FLIR.init( { path: './_scripts/' } );
	FLIR.replace( 'h2', new FLIRStyle({ cFont:'typewriter', mode:'wrap',realFontHeight:true }) );
	FLIR.replace( '#h3_comments', new FLIRStyle({ cFont:'typewriter', mode:'wrap',realFontHeight:true }) );
	
	if ($('.comment_msg')) {
		$('.comment_msg').fadeOut().fadeIn().fadeOut().fadeIn();	
	};
	
	
});
