//rquoteH
var QuotationH=new Array() 

QuotationH[0] = "The web site you seek<br>Cannot be located,<br>but Countless more exist.";
QuotationH[1] = "Chaos reigns within.<br>Reflect, repent, and reboot. <br>Order shall return.";
QuotationH[2] = "Program aborting;<br>Close all that you have worked on.<br>You ask far too much.";
QuotationH[3] = "Windows has crashed.<br>I am the Blue Screen of Death.<br>No one hears your screams.";
QuotationH[4] = "Yesterday it worked.<br>Today it is not working.<br>Windows is like that.";
QuotationH[5] = "Your file was so big.<br>It might be very useful.<br>But now it is gone.";
QuotationH[6] = "Stay the patient course.<br>Of little worth is your ire.<br>The network is down.";
QuotationH[7] = "A crash reduces<br> Your expensive computer<br>To a simple stone.";
QuotationH[8] = "Three things are certain<br> Death, taxes and lost data.<br>Guess which has occurred.";
QuotationH[9] = "You step in the stream,<br>But the water has moved on.<br>This page is not here.";
QuotationH[10] = "Out of memory. <br>We wish to hold the whole sky,<br>But we never will.";
QuotationH[11] = "Having been erased,<br>The document you're seeking<br>Must now be retyped.";
QuotationH[12] = "Serious error. <br>All shortcuts have disappeared.<br>Screen. Mind. Both are blank.";
// ======================================
var Q = QuotationH.length;
var whichQuotationH=Math.round(Math.random()*(Q-1));
function showQuotationH(){document.write(QuotationH[whichQuotationH]);}
 


 









