$(document).ready(function(){
	
	$('.stumbler').remove();
	
	$("img.popup").each(function(i){
		$(this).wrap('<a class="thickbox" title="'+this.alt+'" href="'
		+this.src.replace('lores','hires')+'"><'+'/a>');
	});

	$("#flashreplace").flash({
	  src: "/slideshow.swf",
	  width: 165,
	  height: 165,
	  wmode: "transparent"
	})
	.children('.alt').remove();

	
});