var tooltipSelectors = '#fTippsCont a, body #departureDate #propertyfilter .priceHeader, .contentContainer span.tooltipSpan, #recommendedExtra div a';

/* Creates a flobu for Ernstings */
var createFlobu = function (options)
{
	this.defaults = {
		base_dir: '/images/project/ernstings',
		block_mode : 'base_obj',
		zindex: 10000,
		bubble: { image: 'pixel.gif', width: 130, height: 98 },
		flower: { image: 'wait.gif', width: 50, height: 50 },
		background: { css: 'white', opacity: 0.78 }
	};

	jQuery.extend(true, this.defaults, options);

	return new flower_bubble(this.defaults);
}


