//$(function() {
	
$(document).ready(function(){
    $("#nadpis_klasicka").html('<img src="images/klasicka_nadpis.jpg" class="nadpis_klasicka" width="338" height="75" alt="Klasicka svadba nadpis" ></img>');
    $("#nadpis_moderna").html('<img src="images/moderna_nadpis.jpg" class="nadpis_moderna" width="341" height="75" alt="Moderna svadba nadpis" />');
    $("#nadpis_romanticka").html('<img src="images/romanticka_nadpis.jpg" class="nadpis_romanticka" width="404" height="75" alt="Romanticka svadba nadpis" />');
    $("#nadpis_elegantna").html('<img src="images/elegantna_nadpis.jpg" class="nadpis_elegantna" width="378" height="75" alt="Elegantna svadba nadpis" />');
    $("#test").html('<img src="images/a_urobte_test.jpg" width="203" class="test" height="57" alt="A urobte si test" border="0" />');
    $("#typ_nevesty").html('<img src="images/typ_nevesty_nadpis.jpg" class="typ_nevesty" width="445" height="64" alt="Aky ste typ nevesty" />');
	
	$("#home").html('<img src="images/button_home.jpg" class="home" width="41" height="24" alt="Home" />');
	$(".home").hover(
		function(){
			$(this).attr({src:"images/button_home_hover.jpg"});
		},
		function(){
			$(this).attr({src:"images/button_home.jpg"});
		}
	);
	$("#aky_typ_nevesty").html('<img src="images/button_nevesta.jpg" class="aky_typ_nevesty" width="130" height="24" alt="Aky Typ Nevesty" />');
	$(".aky_typ_nevesty").hover(
		function(){
			$(this).attr({src:"images/button_nevesta_hover.jpg"});
		},
		function(){
			$(this).attr({src:"images/button_nevesta.jpg"});
		}
	);
	$("#klasika").html('<img src="images/button_klasika.jpg" class="klasika" width="62" height="24" alt="Klasická" />');
	$(".klasika").hover(
		function(){
			$(this).attr({src:"images/button_klasika_hover.jpg"});
		},
		function(){
			$(this).attr({src:"images/button_klasika.jpg"});
		}
	);
	$("#romantika").html('<img src="images/button_romantika.jpg" class="romantika" width="79" height="24" alt="Romantická" />');
	$(".romantika").hover(
		function(){
			$(this).attr({src:"images/button_romantika_hover.jpg"});
		},
		function(){
			$(this).attr({src:"images/button_romantika.jpg"});
		}
	);
	$("#elegantna").html('<img src="images/button_elegantna.jpg" class="elegantna" width="72" height="24" alt="Elegantna" />');
	$(".elegantna").hover(
		function(){
			$(this).attr({src:"images/button_elegantna_hover.jpg"});
		},
		function(){
			$(this).attr({src:"images/button_elegantna.jpg"});
		}
	);
	$("#moderna").html('<img src="images/button_moderna.jpg" class="moderna" width="63" height="24" alt="Moderná" />');
	$(".moderna").hover(
		function(){
			$(this).attr({src:"images/button_moderna_hover.jpg"});
		},
		function(){
			$(this).attr({src:"images/button_moderna.jpg"});
		}
	);
	$("#eshop").html('<img src="images/button_eshop.jpg" class="eshop" width="49" height="24" alt="E-shop" />');
	$(".eshop").hover(
		function(){
			$(this).attr({src:"images/button_eshop_hover.jpg"});
		},
		function(){
			$(this).attr({src:"images/button_eshop.jpg"});
		}
	);
	$("#kontakt").html('<img src="images/button_kontakt.jpg" class="kontakt" width="119" height="24" alt="Kontakt" />');
	$(".kontakt").hover(
		function(){
			$(this).attr({src:"images/button_kontakt_hover.jpg"});
		},
		function(){
			$(this).attr({src:"images/button_kontakt.jpg"});
		}
	);
});
