$(document).ready(function() {
	$('.recommendUsWidget_body').flash({
		swf: '/RecommendUsWidget/swf/pl_PL/recommend.swf',
		height: 102,
		width: 207,
		params: {
			wmode: "transparent"
		}
	});
	
});