var page_url = "https://www.arteal.name"; function inc_script(name) { document.write(''); } //nacteni JS pluginů inc_script('jquery.js'); inc_script('ajax.js'); inc_script('jquery.metadata.js'); inc_script('jquery.validate.js'); inc_script('jquery.livequery.js'); inc_script("jquery.cookie.js"); inc_script("jquery.hotkeys.js"); document.write(''); document.write(''); window.onload = function(){ $.metadata.setType('attr','validate'); $(".validate").livequery(function(){ $(this).validate({ errorElement: "em", errorPlacement: function(error, element) { error.appendTo( element.parent() ); } }); }); $("#message").fadeOut(8000); $("a[rel*='external']").attr("target","_blank"); }