$(document).ready(function(){ 
jQuery(function(){
	for(var i=0;i<100;i++)$('<div class="stripe">&nbsp;</div>').appendTo('div.dummy');
	var targets = $('div.fixed').exFixed().css({
		opacity : 0.9
	});
});
});
