/**
 * @author Marcin
 */
var site_url = jQuery("meta[name=helper]").attr('content');
$(function() {

	$('#flash').flash(
	    { src: site_url+'/swf/up.swf',
	      width: 600,
	      height: 280,
		  wmode: 'transparent'},
	    { version: 10 }
	);
	
	$("a[rel^='prettyPhoto']").prettyPhoto({
		showTitle: false, /* true/false */
		allowresize: true, /* true/false */
		theme: 'dark_rounded' /* light_rounded / dark_rounded / light_square / dark_square */	
	});	
});



