jQuery(document).ready(function($)
{
	resize();
	zegar();
	preloadImages();
	jQuery(window).bind("resize", resize);
})
