$(document).ready(function(){  
	$('.footer p a').colorbox({width:"600px", height:"500px", iframe:true });	
	$('a.lb, .gallery a, area.lb').colorbox();
	$("a.blank").click( function() { $(this).attr("target", "_blank") });
	
	$("a.indicazionistradali").click( function() { 
		window.open("http://maps.google.it/maps?f=q&source=s_q&hl=it&geocode=&q=Via+Giorgione,+12%2FB+-+33170+Pordenone&sll=41.442726,12.392578&sspn=14.383526,32.211914&ie=UTF8&hq=&hnear=Via+Giorgione,+12,+33170+Pordenone,+Friuli-Venezia+Giulia&z=16", '', '');
		return false;	
	});
});














