function axome_flash2(swf,l,h,remplace)
{
var t='<param name="wmode" value="transparent" />';
document.write('<object type="application/x-shockwave-flash" data="'+swf+'" width="'+l+'" height="'+h+'"><param name="movie" value="'+swf+'" />'+t+remplace+'</object>')}
$(function(){
$('a.spip_out').attr("target","_blank");
$('#centre a').each(function(){
var url=$(this).attr('href');
var extension=url.substr(url.length-3,url.length);
if(extension=="pdf"){$(this).attr("target","_blank")}
});
$("#recherche_article").focus(function(){$("#recherche_article").val("")});
$("#btn_recherche_article").click(function(){
var code=$("#recherche_article").val();
if($("li."+code).length<1){
alert("Not found")}else{
$("li."+code).slideDown("slow")}
})});

