$(document).ready( function() {
   
    $('A[rel="popup"]').click( function() {
        window.open( $(this).attr('href') );
        return false;
    });
   
	if(typeof sIFR == "function"){
		sIFR.replaceElement("h1", named({sFlashSrc: "/swf/avenir.swf", sColor: "#424076"}));
		sIFR.replaceElement("h2", named({sFlashSrc: "/swf/avenir.swf", sColor: "#a4a2c9"}));
	};
	
	swfobject.embedSWF("/swf/tourism_gallery.swf", "gallery", "360", "240", "8.0.0");
	swfobject.embedSWF("/swf/event_ticker.swf", "ticker", "250", "300", "8.0.0");

   
});