/* Author: Erik Frister <ef@aijko.de>

*/
(function($){
	
	/*if(!Modernizr.input.placeholder){
		$('input').filter('[placeholder]').aiPlaceholder();
	}*/
	
	// Tab Navigation
	$('#content').children('.tabs').tabs({
	 ajaxOptions: {
      error: function( xhr, status, index, anchor ) {
        $( anchor.hash ).html(
          "Couldn't load this tab. We'll try to fix this as soon as possible. ");
      }
    }

	});
	
	

})(window.jQuery);
