$(document).ready(function() {
	$("a[rel^='prettyPhoto']").prettyPhoto({theme: 'light_rounded'});
	$('.et-200').each(function() {
		swfobject.embedSWF("/static/swf/etykieta_200.swf", $(this).attr('id'), "200", "23", "9.0.0","expressInstall.swf", { etykieta: $(this).html().toUpperCase() }, { wmode: 'transparent'} , null);
	});
	$('.et-300').each(function() {
		swfobject.embedSWF("/static/swf/etykieta_300.swf", $(this).attr('id'), "300", "23", "9.0.0","expressInstall.swf", { etykieta: $(this).html().toUpperCase() }, { wmode: 'transparent'} , null);
	});
	$('.et-500').each(function() {
		swfobject.embedSWF("/static/swf/etykieta_500.swf", $(this).attr('id'), "500", "23", "9.0.0","expressInstall.swf", { etykieta: $(this).html().toUpperCase() }, { wmode: 'transparent'} , null);
	});



	swfobject.embedSWF("/static/swf/head2.swf", 'head-swf', "900", "430", "9.0.0","expressInstall.swf", { lang_code: LANG_CODE }, { wmode: 'transparent'} , null);

});

