//general
jQuery(function($) {
	$('.blink').bindToEmpty();
	
	$('#tabs').tabs();
	
});
