//rquote
var Quotation=new Array() 

Quotation[0] = "This blog can affect your mind";
Quotation[1] = "there is some fun going forward";
Quotation[2] = "sanity is a golden apple with no shoelaces";
Quotation[3] = "honesty blurts where deception sneezes";
Quotation[4] = "this blog has already affected your mind";
Quotation[5] = "we love comments";
Quotation[6] = "flat baroque and burserk";
Quotation[7] = "blogs have feelings too";
Quotation[8] = "feed me";
Quotation[9] = "This blog will affect your mind";
Quotation[10] = "one tequila, two tequila, three tequila,floor";
Quotation[11] = "strangely strange, but oddly normal";
Quotation[12] = "beyond reasonable help";
Quotation[13] = "This mind can affect your blog";
Quotation[14] = "Mind, this blog can affect your this";
Quotation[15] = "better than yesterday but worse than tomorrow";
Quotation[16] = "this blog can only indirectly affect your seating posture";
Quotation[17] = "comments make the world go around";
Quotation[18] = "please respond after the post";
Quotation[19] = "reality is an obstacle to hallucination";
Quotation[20] = "there is happiness in the future";
Quotation[21] = "Don't forget, you are always on our minds";
Quotation[22] = "Your heart is a place to draw true happiness";
Quotation[23] = "for a rainbow, experience rain";
Quotation[24] = "comments are always welcome";
Quotation[25] = "help make this a happy place";
Quotation[26] = "time helps prevent everything happening at once ";
Quotation[27] = "all life is an experiment";
Quotation[28] = "brains rewired here ";
Quotation[29] = "above all, try something";

// ======================================
var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}
 













