﻿
document.writeln("<script type=\"text\/javascript\">");
document.writeln("lastScrollX=0;");
document.writeln("function heartBeat0(){");
document.writeln(" if (window.innerHeight)");
document.writeln(" {diffY = window.pageYOffset }");
document.writeln("  else if (document.documentElement && document.documentElement.scrollTop) {");
document.writeln("  diffY = document.documentElement.scrollTop }");
document.writeln("  else if (document.body) { diffY = document.body.scrollTop; }");
document.writeln("percent=.05*(diffY-lastScrollX);");
document.writeln("if(percent>0)percent=Math.ceil(percent);");
document.writeln("else percent=Math.floor(percent);");
document.writeln("document.all.indextp.style.pixelTop+=percent;");
document.writeln("lastScrollX=lastScrollX+percent;");
document.writeln("}");
document.writeln("window.setInterval(\"heartBeat0()\",1);");
document.writeln("<\/script>");
document.writeln("<SCRIPT language=javascript>");
document.writeln("function picsize(obj,MaxWidth){");
document.writeln("  img=new Image();");
document.writeln("  img.src=obj.src;");
document.writeln("  if (img.width>MaxWidth)");
document.writeln("  {");
document.writeln("    return MaxWidth;");
document.writeln("  }");
document.writeln("  else");
document.writeln("  {");
document.writeln("    return img.width;");
document.writeln("  }");
document.writeln("}");
document.writeln("var online= new Array();");
document.writeln("<\/SCRIPT>");
