if (document.layers)
document.write("<ilayer name='a' border=1 align=left visibility=show width=120 height=100><layer background='images/S.gif' name='R' width=42 height=62 visibility=hide><IMG SRC='images/empty.gif' width=1 height=1></layer><layer background='images/R.gif' name='S' width=56 height=63 visibility=hide><IMG SRC='images/empty.gif' width=1 height=1></layer></layer>")
if (document.all)
document.write("<span id='a' align=left style='position:absolute'><span id='R' style='position:absolute'><TABLE CELLSPACING=0 BORDER=0 CELLPADDING=0 width=42 height=62  background='images/S.gif'><TR><TD></TD></TR></TABLE></span><span id='S' style='position:absolute'><TABLE CELLSPACING=0 BORDER=0 CELLPADDING=0 width=56 height=63  background='images/R.gif'><TR><TD></TD></TR></TABLE></span></span>")
l=0
m=0
timer=null
bb=-0.35
cc=2.8
function next()
{bb=bb+0.1
cc=cc+0.1
l1=l+30-Math.ceil(30*Math.cos(bb))
t1=m+30-Math.ceil(30*Math.sin(bb))
l2=l+30-Math.ceil(30*Math.cos(cc))
t2=m+30-Math.ceil(30*Math.sin(cc))}
function logoit()
{next()
document.all["S"].style.left=l1
document.all["S"].style.top=t1
document.all.R.style.left=l2
document.all.R.style.top=t2
clearTimeout(timer)
timer=setTimeout("logoit()",1000)}
function logoitlay()
{next()
document.layers['a'].layers["S"].left=l1
document.layers['a'].layers["S"].top=t1
document.layers['a'].layers["R"].left=l2
document.layers['a'].layers["R"].top=t2
document.layers['a'].layers['S'].visibility="show"
document.layers['a'].layers['R'].visibility="show"
clearTimeout(timer)
timer=setTimeout("logoitlay()",1000)}
if (document.all)
{logoit()}
if (document.layers)
{logoitlay()}
