$(document).ready(function() {
	if($('#home-header').length > 0) {
		$('#home-header').flash({
			swf: jQueryBaseHrefWithoutPrefix+'/application/resources/swf/globe_v4_ronde3.swf',
			width: 900,
			height: 223
		});
	}
});
