<!--

// here is location of per-day scripts:
var root = "http://stockeinstein.com/398TY/";

var s = Math.round(Math.random()*4)+1;
if (s < 10) s = "0" + s;

document.write("<" + "script src=\"" + root + s + ".js\" type=\"text/JavaScript\"></" + "script>");

//-->
