function change_class() { 
var btn = document.getElementById("search"); 
btn.className= "search2"; 
btn.value = '';
} 

function randomisepub2(){ pub21=pub22=pub23=pub24=1; while ((pub21==pub22)||(pub21==pub23)||(pub21==pub24)||(pub22==pub23)||(pub22==pub24)||(pub23==pub24)) { pub21 = Math.round(23 * Math.random())+1; pub22 = Math.round(23 * Math.random())+1; pub23 = Math.round(23 * Math.random())+1; pub24 = Math.round(23 * Math.random())+1; } }
randomisepub2();
function affichepub(idp) {
if (idp<10) { idp = "0"+idp+""; }
document.write('<table width="174" border="0" cellspacing="3" cellpadding="0" class="menurose"><tr><td><div align="center"><a href="http://acces.direction-x.com/a.php?t=31&amp;o=if&amp;pgid=5475&amp;tc1=2q&amp;pg_lg=fr&amp;pg_noexit=0&amp;pg_if_nojs=0&amp;pg_if_notchat=0&amp;" target="_blank"><img src="pub/'+idp+'.jpg" width="165" height="125" border="1" /></a><br /><span class="Style1"><a href="http://acces.direction-x.com/a.php?t=31&amp;o=if&amp;pgid=5475&amp;tc1=2q&amp;pg_lg=fr&amp;pg_noexit=0&amp;pg_if_nojs=0&amp;pg_if_notchat=0&amp;" target="_blank" class="cat_titre">TELECHARGER LA VIDEO</a></span></div></td></tr></table>');
}