function randomcontenu(){
var moncontenu=new Array()
//specifiez le contenu aléatoire sur une seule ligne par contenu.
moncontenu[1]='<a href="http://www.front-liberation.fr/index.php?file=Forum"><img src="http://img35.imageshack.us/img35/6889/bannireforumclosed.png" border="0" alt="description" title="Cliquez ici pour migrer dans le nouveau forum !"></a>'
var ry=Math.floor(Math.random()*moncontenu.length)
if (ry==0)
ry=1
document.write(moncontenu[ry])
}
randomcontenu()
//if (document.getElementById("wrap")) 
document.getElementById("wrap").style.backgroundColor="transparent" ;
document.write('<style type=text/css>') ;
document.write('body {') ;
// Opacite: 100
if (!document.getElementById("wrap"))
document.write('table.forumline, td.bodyline { background-color: transparent; }') ;
if (document.getElementById("wrap")) {
document.write('.forabg, .forumbg, .row1, .row2, .module { opacity: 1.0; filter:Alpha(Opacity=100); -moz-opacity: 1.0; }') ;
} else {
document.write('th,td.row1,td.row2,td.row3,td.row3Right,td.cat, td.catHead, td.catLeft, td.catRight { opacity: 1.0; filter:Alpha(Opacity=100); -moz-opacity: 1.0; }') ;
}
document.write('</style>') ;

