jsm_stand_show_admnistrator_notice

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "jsm_stand_show_admnistrator_notice".
... in jsm_stand_show_admnistrator_notice.naml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<macro name="jsm_stand_show_admnistrator_notice">
            <n.put_in_head.>
    <script type="text/javascript">
a=0;b=1;ob=1;
var colors=new Array("FFFFFF","FFFFFF","FFFFFF","FFFFFF","FFFFFF","FFFFFF","FFFFFF","FFFFFF","FFFFFF","FFFFFF","FFFFFF","FFFFFF","FFFFFF","FFFFFF","FFFFFF","F9F9F9","F1F1F1","E9E9E9","E1E1E1","D9D9D9","D1D1D1","C9C9C9","C1C1C1","BFBFBF","BFBFBF")
function strobeEffect()
{color=colors[a];
aah="<font color="+color+" size='2'>";
aab="</font>"
ob1="<b>B e m&nbsp;&nbsp;&nbsp;V i n d o&nbsp;&nbsp;&nbsp;a o&nbsp;&nbsp;&nbsp;F ó r u m</b>"
ob2="<b>Por abuso de spammers Google-Gmail</b>"
ob3="<b>novo registrado só poderá postar após verificação do email</b>"
ob4="<b>F e l i z&nbsp;&nbsp;&nbsp;A n o&nbsp;&nbsp;&nbsp;N o v o</b>"
obj=eval("ob"+ob);mid=obj;aa=aah+mid+aab
{object1.innerHTML=aa}
a+=b;if (a==24) b-=2,ob+=1;if (ob==4)ob=1;if (a==0) b+=2;xx=setTimeout("strobeEffect()",90);}
</script>
</n.put_in_head.>
<div id="object1"  style="display:block;text-align:center; margin-top:2em;width:auto;background-color:#BFBFBF">&nbsp;</div>
</macro>