
$(document).ready(function(){$("a[href^='http']").not("[href*='hotelhastalprague.com']").attr('target','_blank');});
$(document).ready(function(){$("a[href$=pdf]").attr('target','_blank');});
$(function(){
    $('a.pageedit').click(function(){
        window.open(this.href);
        return false;
    });
});





	$(function(){
$("div.carousel").carousel( { 
        autoSlide: true, 
        autoSlideInterval: 4000,
animSpeed: "slow",
loop: true

} );
	});



		$(document).ready(function() {
			$(".virtual_tour_link").fancybox({
				'padding'           : 0,
				'autoScale'     	: false,
       				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'			: 'swf',
				'width'			: 618,
				'height'			: 310,
	   			'padding'      		: 10
			});
		});





	
