var page_url = "http://www.tomashaluza.com";
function inc_script(name) {
	document.write('<sc'+'ript language="javascript" type="text/javascript" src="' + page_url + '/js/' + name + '"></script>');
}
//nacteni JS pluginů
inc_script('jquery.js');
inc_script('shadowbox-2.0.js');
inc_script('cluetip.js');
inc_script('jquery.metadata.pack.js');
inc_script('jquery.validate.pack.js');
inc_script('jquery.livequery.pack.js');
document.write('<sc'+'ript language="javascript" type="text/javascript" src="' + page_url + '/lng/en_US/messages.js"></script>');
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");
$("#logos img").hover(
	function(){
		$(this).attr("src",'http://www.tomashaluza.com/theme/thaluza/img/logos/on_'+this.id+'.png');
	},
	function(){
		$(this).attr("src",'http://www.tomashaluza.com/theme/thaluza/img/logos/off_'+this.id+'.png');
	})
}

