function if667(){
document.write('<layer NAME="a0" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#ffffff" CLIP="0,0,1,1"></layer><layer NAME="a1" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#fff000" CLIP="0,0,1,1"></layer><layer NAME="a2" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#ffa000" CLIP="0,0,1,1"></layer><layer NAME="a3" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#ff00ff" CLIP="0,0,1,1"></layer><layer NAME="a4" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#00ff00" CLIP="0,0,1,1"></layer><layer NAME="a5" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FF00FF" CLIP="0,0,1,1"></layer><layer NAME="a6" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FF0000" CLIP="0,0,1,1"></layer><layer NAME="a7" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#ffffff" CLIP="0,0,2,2"></layer><layer NAME="a8" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#fff000" CLIP="0,0,2,2"></layer><layer NAME="a9" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#ffa000" CLIP="0,0,2,2"></layer><layer NAME="a10" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#ff00ff" CLIP="0,0,2,2"></layer><layer NAME="a11" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#00ff00" CLIP="0,0,2,2"></layer><layer NAME="a12" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#0000ff" CLIP="0,0,2,2"></layer><layer NAME="a13" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FF0000" CLIP="0,0,2,2"></layer><script language="JavaScript">');
document.write('');
document.write('/*');
document.write('Magic Wand cursor III (By Michael Dempfle at michael@mdempfle.de)');
document.write('Modification of the original Magic Wand cursor II by Kurt (kurt.grigg@virgin.net)');
document.write('The effects fades away now. Speed can be set with the speed variable');
document.write('Add more shock to your site. Visit DHTML Shock.com');
document.write('*/');
document.write('');
document.write('if (document.all){');
document.write('with (document){');
document.write('write('<div id="starsDiv" style="position:absolute;top:0px;left:0px">')');
document.write('write('<div style="position:relative;width:1px;height:1px;background:#ffffff;font-size:1px;visibility:visible"></div>')');
document.write('write('<div style="position:relative;width:1px;height:1px;background:#fff000;font-size:1px;visibility:visible"></div>')');
document.write('write('<div style="position:relative;width:1px;height:1px;background:#ffa000;font-size:1px;visibility:visible"></div>')');
document.write('write('<div style="position:relative;width:1px;height:1px;background:#ff00ff;font-size:1px;visibility:visible"></div>')');
document.write('write('<div style="position:relative;width:1px;height:1px;background:#00ff00;font-size:1px;visibility:visible"></div>')');
document.write('write('<div style="position:relative;width:1px;height:1px;background:#0000ff;font-size:1px;visibility:visible"></div>')');
document.write('write('<div style="position:relative;width:1px;height:1px;background:#FF0000;font-size:1px;visibility:visible"></div>')');
document.write('write('<div style="position:relative;width:2px;height:2px;background:#ffffff;font-size:2px;visibility:visible"></div>')');
document.write('write('<div style="position:relative;width:2px;height:2px;background:#fff000;font-size:2px;visibility:visible"></div>')');
document.write('write('<div style="position:relative;width:2px;height:2px;background:#ffa000;font-size:2px;visibility:visible"></div>')');
document.write('write('<div style="position:relative;width:2px;height:2px;background:#ff00ff;font-size:2px;visibility:visible"></div>')');
document.write('write('<div style="position:relative;width:2px;height:2px;background:#00ff00;font-size:2px;visibility:visible"></div>')');
document.write('write('<div style="position:relative;width:2px;height:2px;background:#0000ff;font-size:2px;visibility:visible"></div>')');
document.write('write('<div style="position:relative;width:3px;height:3px;background:#FF0000;font-size:3px;visibility:visible"></div>')');
document.write('write('</div>')');
document.write('}');
document.write('}');
document.write('');
document.write('if (document.layers)');
document.write('{window.captureEvents(Event.MOUSEMOVE);}');
document.write('var yBase = 100;');
document.write('var xBase = 100;');
document.write('var step = 1;');
document.write('var currStep = 0;');
document.write('var Xpos = 1;');
document.write('var Ypos = 1;');
document.write('var layer = 0;');
document.write('var time = 0; ');
document.write('var speed = 50;    // change this value to modify the fade speed <50 = faster; >50 slower');
document.write('                   // 100 = 2s; 50 = 1s ; 25 = 0.5; ');
document.write('');
document.write('if (document.all)');
document.write('{');
document.write('  function MoveHandler(){');
document.write('  Xpos = document.body.scrollLeft+event.x;');
document.write('  Ypos = document.body.scrollTop+event.y;');
document.write('  }');
document.write('  document.onmousemove = MoveHandler;');
document.write('}');
document.write('');
document.write('else if (document.layers)');
document.write('{');
document.write('  function xMoveHandler(evnt){');
document.write('  Xpos = evnt.pageX;');
document.write('  Ypos = evnt.pageY;');
document.write('  }');
document.write('  window.onMouseMove = xMoveHandler;');
document.write('}');
document.write('');
document.write('function animateLogo() {');
document.write('if (document.all)');
document.write('{');
document.write(' yBase = window.document.body.offsetHeight/6;');
document.write(' xBase = window.document.body.offsetWidth/6;');
document.write('}');
document.write('else if (document.layers)');
document.write('{');
document.write(' yBase = window.innerHeight/8;');
document.write(' xBase = window.innerWidth/8;');
document.write('}');
document.write('');
document.write('if (document.all)');
document.write('{');
document.write(' for ( i = 0 ; i < starsDiv.all.length ; i++ )');
document.write(' {');
document.write('  starsDiv.all[i].style.top = Ypos + yBase*Math.sin((currStep + i*4)/12)*Math.cos(400+currStep/200);');
document.write(' starsDiv.all[i].style.left = Xpos + xBase*Math.sin((currStep + i*3)/10)*Math.sin(currStep/200);');
document.write(' }');
document.write('}');
document.write('');
document.write('else if (document.layers)');
document.write('{');
document.write(' for ( j = layer ; j < 14 ; j++ ) //number of NS layers!');
document.write(' {');
document.write('  var templayer="a"+j');
document.write('  document.layers[templayer].top = Ypos + yBase*Math.sin((currStep + j*4)/12)*Math.cos(400+currStep/200);');
document.write('  document.layers[templayer].left = Xpos + xBase*Math.sin((currStep + j*3)/10)*Math.sin(currStep/200);');
document.write(' }');
document.write('}');
document.write('currStep+= step;');
document.write('setTimeout("animateLogo()", 10);');
document.write('');
document.write('if (document.all)');
document.write('{');
document.write('  if (layer < 14) {');
document.write('    if (++time % speed == 0) { ');
document.write('      starsDiv.all[layer].style.visibility="hidden"');
document.write('      layer++');
document.write('    }');
document.write('  }');
document.write('}');
document.write('else if (document.layers) {');
document.write('  if (layer < 14) {');
document.write('    if (++time % speed == 0) { ');
document.write('      document.layers["a"+layer].visibility="hide"');
document.write('      layer++');
document.write('    }');
document.write('  }');
document.write('}');
document.write('');
document.write('');
document.write('}');
document.write('animateLogo();');
document.write('</script>');
}

