(function($) {
	$(function() {
		$("#tape").stickyfloat({'duration': 500, 'offsetY': 0});
	});
})(jQuery);

