var Q=new Array()
Q[0] = "This physical universe that we call reality<br>is merely a specific persistent packet of illusion<br>in the infinite arbitrary unknown.<br>";
Q[1] = "<br>Existence is eternal.<br><br>";
Q[2] = "<br>There is no if - only how and why.<br><br>";
Q[3] = "<br>The soul changes but never ceases.<br><br>";
Q[4] = "<br>It is unwise to quantify one's own wisdom.<br><br>";
Q[5] = "<br>Gleaning wisdom is a slow-burn;<br>the more you hasten it, the less it reflects.<br>";
Q[6] = "<br>There is absolutely nothing to worry about.<br><br>";      
var X = Q.length;
var PickQ=Math.round(Math.random()*(X-1));
function DispQ(){document.write(Q[PickQ]);}
function AutoR(){var timeID = setTimeout("location.href= document.URL", 13000);}
