- <SCRIPT language=JavaScript>
- /*
- Effet de Brouiltexte
- */
-
- function ShadowWave()
- {
- if(document.getElementById && window.print)
- {
- var dir=Math.random();
- if (dir<.1) {dir=90}
- if (dir<.37) {dir=45}
- if (dir<.64) {dir=315}
- if (dir<.74) {dir=270}
- if (dir<2) {dir=0}
- document.getElementById("ejs_brouille").style.filter="shadow(color=#0000ff,direction="+dir+",enabled=1)";
- }
- }
- </SCRIPT>
-
-
-
-
-
- /////un peu plus bas...
-
- <DIV align=center id=ejs_brouille style="HEIGHT: 14px"><fontcolor="#ffff00" size="3"><B><a href="http://www.thelombric.fr.st" onmouseout="hideticker()" onmouseover="showmessage('visitez mon site !!!')" target="_blank">http://www.thelombric.fr.st</a>
- --</B></font></STRONG><font color="#ffff00" size="3"><i>Thelombric :
- Le site !</i><B><STRONG>-- <a href="http://www.thelombric.fr.st" onmouseout="hideticker()" onmouseover="showmessage('De tout chez dude, des programmes, des photos, des outils, des astuces...')" target="_blank">http://www.thelombric.fr.st</a></STRONG></B></font></DIV>
- <STRONG>
-
-
- <SCRIPT language=JavaScript>
- setInterval("ShadowWave()",90);
- </SCRIPT>
<SCRIPT language=JavaScript>
/*
Effet de Brouiltexte
*/
function ShadowWave()
{
if(document.getElementById && window.print)
{
var dir=Math.random();
if (dir<.1) {dir=90}
if (dir<.37) {dir=45}
if (dir<.64) {dir=315}
if (dir<.74) {dir=270}
if (dir<2) {dir=0}
document.getElementById("ejs_brouille").style.filter="shadow(color=#0000ff,direction="+dir+",enabled=1)";
}
}
</SCRIPT>
/////un peu plus bas...
<DIV align=center id=ejs_brouille style="HEIGHT: 14px"><fontcolor="#ffff00" size="3"><B><a href="http://www.thelombric.fr.st" onmouseout="hideticker()" onmouseover="showmessage('visitez mon site !!!')" target="_blank">http://www.thelombric.fr.st</a>
--</B></font></STRONG><font color="#ffff00" size="3"><i>Thelombric :
Le site !</i><B><STRONG>-- <a href="http://www.thelombric.fr.st" onmouseout="hideticker()" onmouseover="showmessage('De tout chez dude, des programmes, des photos, des outils, des astuces...')" target="_blank">http://www.thelombric.fr.st</a></STRONG></B></font></DIV>
<STRONG>
<SCRIPT language=JavaScript>
setInterval("ShadowWave()",90);
</SCRIPT>