$(document).ready(function(){
	$('#recycling_week_flash').flash(
		{ 
			src: '/assets/swf/pop_squash.swf',
			width: 538,
			height: 165,
			wmode: 'transparent'
		}, 
	    { expressInstall: true }
	);
});

