// JavaScript Document
jQuery(document).ready(function(jQuery){
    /*jQuery('#submitField').keyup(function () {
        jQuery('#vysledky ol').load('index.php #vysledky li', {
            submitField : this.value
        });
    });
	jQuery('#submitField').focus();*/
	/*jQuery('#embed-holder').css({'z-index':1});*/
	
	jQuery('input.wf-valid__email').focus(function() {
				
				jQuery('div.specialContainer').show(200);
		});
	
	jQuery('div.breadcrumbs').append('<span class="fblike"><fb:like href="" layout="button_count" show_faces="false" width="" action="recommend" font="arial" send="true"></fb:like></span><span class="googleplusone"><g:plusone size="medium"></g:plusone></span>');
	
	var social = '<p><a href="http://www.facebook.com/share.php?u='+encodeURIComponent(document.URL)+'" class="miniFb" title="Sdílet na Facebooku" target="_blank"><span>Sdílet na Facebooku</span></a><a href="http://twitter.com/home?status='+encodeURIComponent(document.title)+'%20'+encodeURIComponent(document.URL)+'" class="miniTw" title="Sdílet na Twitteru" target="_blank"><span>Sdílet na Twitteru</span></a><a href="http://www.linkedin.com/shareArticle?mini=true&url='+encodeURIComponent(document.URL)+'" class="miniIn" title="Sdílet na LinkedIn" target="_blank"><span>Sdílet na LinkedIn</span></a></p>';

	jQuery('div.socialSpecial').append(social);
	jQuery('#nav li a').append('<span class="shade"><img src="http://www.wsiinternetstrategies.cz/images/shade.png" alt=""></span>');
	jQuery('#coda-slider-1').codaSlider({
					autoSlide: true,
					autoHeight: false,
					crossLinking: false,
					autoSlideInterval: 6000,
					autoSlideStopWhenClicked: true
	});
	
	
	/*2nd level nav*/
	jQuery('#nav ul.menu').find("ul").css({display: "block"});
	jQuery('#nav ul.menu').find("ul").hide();
	jQuery("#nav ul.menu li").hover(function() {
		
		jQuery(this).find("ul").stop(true, true).delay(100).slideDown(0);
		

		
									},
	function() {		  
		jQuery(this).find("ul").stop(true, true).delay(800).slideUp(100);	
					  
	});


	//jQuery('head').append('<meta property="og:image" content="http://www.pmmarketing.cz/images/piktogram.png"/>')
});
//jQuery.noConflict();
