document.writeln("<div id=\"mydiv\" style=\"position:absolute;width:58px;height:40px;z-index:10;\">");
document.writeln("	<script language=\"javascript\">writeflash(\'flash\/bird.swf\',\'58\',\'40\')<\/script>");
document.writeln("<\/div>");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("<script language=\"JavaScript1.2\">");
document.writeln("<!--");
document.writeln("");
document.writeln("var IE = document.all?true:false");
document.writeln("if (!IE) document.captureEvents(Event.MOUSEMOVE)");
document.writeln("");
document.writeln("document.onmousemove = getMouseXY;");
document.writeln("");
document.writeln("var tempX = 0");
document.writeln("var tempY = 0");
document.writeln("");
document.writeln("");
document.writeln("function getMouseXY(e) {");
document.writeln("  if (IE) { ");
document.writeln("    tempX = event.clientX + document.body.scrollLeft");
document.writeln("    tempY = event.clientY + document.body.scrollTop");
document.writeln("  } else {  ");
document.writeln("    tempX = e.pageX");
document.writeln("    tempY = e.pageY");
document.writeln("  }  ");
document.writeln("");
document.writeln("  if (tempX < 0){tempX = 0}");
document.writeln("  if (tempY < 0){tempY = 0}  ");
document.writeln(" ");
document.writeln("");
document.writeln("  document.getElementById(\"mydiv\").style.top = (tempY - 22) + \'px\';");
document.writeln("  document.getElementById(\"mydiv\").style.left = (tempX - (-10)) + \'px\';");
document.writeln("  return true");
document.writeln("}");
document.writeln("\/\/-->");
document.writeln("<\/script>")
