var ajaxLoader = '<img src="img/ajax-loader.gif" width="43" height="11" alt="Loading.." />';

$(document).ready(function(){
	
	// Add target to links
	$( '.external' ).click(function() {
		$( this ).attr( 'target', '_blank' );
	});
	
	$(document).ready(function() {

	});

});
