
/* - ++resource++init.js - */
// http://www.mairie-dammarie-les-lys.fr/portal_javascripts/++resource++init.js?original=1
$(document).ready(function(){$('.flash').each(function(){var $self=$(this);$self.html('<object data="'+$self.attr('href')+'" type="application/x-shockwave-flash" height="100%" width="100%"><param name="wmode" value="transparent"/></object>');$self.find('object').attr('style','display:block;'+$self.attr('title'))})});$(document).ready(function(){$('.frame').each(function(){var $self=$(this);var tdims=($self.attr('title')).split('x');$self.html('<iframe src="'+$self.attr('href')+'" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" height="'+tdims[1]+'" width="'+tdims[0]+'"></iframe>')})});jQuery(function($){try{var carousel=$('.carousel');var content=$('#content-core');var titre=$('#parent-fieldname-title');carousel.attr('style','position:absolute;display:block;top:'+(content.offset().top+titre.height())+'px')} catch(e){}});

