function mopedo()
{
	$(".left").fadeIn(1400);
	$('a[@rel*=lightbox]').lightBox();
	$('a[@rel*=onama]').lightBox();
	$('#date').datepicker({firstDay : 1, dateFormat: 'dd.mm.yy.', showOn: "both", buttonImage: "/js/jquery.ui-1.6b/demos/functional/templates/images/calendar.gif", buttonImageOnly: true});
	$('#days').datepicker({firstDay : 1, dateFormat: 'dd.mm.yy.', showOn: "both", buttonImage: "/js/jquery.ui-1.6b/demos/functional/templates/images/calendar.gif", buttonImageOnly: true});
}

$(document).ready(mopedo);

