// Cadres d'actualités
// -------------------
// Copyright 2002-2008 Cpt Harddock
// http://www.thorgal-bd.fr/

function cadre_actu(texte){

this.debut='<table border="0" cellpadding="0" cellspacing="0" align="center"><tr><td width="19" background="images/hg.gif" height="19"><small>&nbsp;</small></td><td background="images/hm.gif" height="19"><small>&nbsp;</small></td><td width="24" background="images/hd.gif" height="19"><small>&nbsp;</small></td></tr><tr><td width="19" background="images/mg.gif">&nbsp;</td><td background="images/mm.gif">';

this.fin='</td><td width="24" background="images/md.gif">&nbsp;</td></tr><tr><td width="19" background="images/bg.gif" height="22">&nbsp;</td><td background="images/bm.gif" height="22">&nbsp;</td><td width="24" background="images/bd.gif" height="22">&nbsp;</td></tr></table>';

document.write(this.debut+texte+this.fin);
}
