<script language="JavaScript">// ==============================================// Copyright 2004 by CodeLifter.com// Free for all; but please leave in this header.// ==============================================var Quotation=new Array() // do not change this!Quotation[0] = "I have a big dick.";Quotation[1] = "My dick is so big, it has a seat on the stock exchange.";Quotation[2] = "My dick is so big, it has refugees.";Quotation[3] = "My dick is so big, it was circumcized by a guillotine.";Quotation[4] = "My dick is so big, the Iraqi people toppled it.";Quotation[5] = "My dick is so big, it won't return my phone calls.";Quotation[6] = "Modern man evolved from my dick.";Quotation[7] = "My dick is so big, Rand McNally surveyed it.";Quotation[8] = "My dick is so big, it has a subcontinent.";Quotation[9] = "My dick has twelve electoral votes.";Quotation[10] = "My dick is so big, it drives a Hummer.  Double entendre there.";Quotation[11] = "My dick is so big, it was on the cover of Big Dicks magazine.  Three times.";Quotation[12] = "King Kong ain't got nothin' on my dick.";Quotation[13] = "My dick is so big, it has an understudy.";Quotation[15] = "My dick is so big, it refused an Academy Award.";Quotation[16] = "My dick was carved by glaciers.";Quotation[17] = "Jane Austen wrote a novel about four sisters vying to marry my dick.";Quotation[18] = "My dick ended apartheid.";Quotation[19] = "My dick is so big, light bends around it.";Quotation[20] = "My dick is so big, it has an event horizon.";Quotation[21] = "Do not stare directly at my dick.";Quotation[22] = "My dick is so big, it spans the Grand Canyon.  Laterally.";Quotation[23] = "My dick was the subject of a three-part A&E biography.";Quotation[24] = "My dick is so big, it's being beta-tested by Google.";Quotation[25] = "Magellan circumnavigated my dick.";Quotation[26] = "Mount Rushmore performed oral sex on my dick.";Quotation[27] = "The goddess Athena sprang fully formed from my dick.";Quotation[28] = "My dick brought a smile to the face of Mona Lisa.";Quotation[29] = "My dick is so big, my balls orbit around it.";Quotation[30] = "My dick is so big, Neil Armstrong walked on it.";Quotation[31] = "My dick is so big, Amtrak sells tickets to ride it.";Quotation[32] = "My dick is so big, it should not be operated while under the influence.";Quotation[33] = "My dick has a multi-lateral trade agreement.";Quotation[34] = "My dick is so big, it tittyfucked the Grand Tetons.";Quotation[35] = "My dick is so big, it was mistaken for Dick Cheney wearing a tall hat.";Quotation[36] = "It takes 87 dashes to in Morse Code to spell my dick.";Quotation[37] = "My dick is so big, Ron Jeremy is intimidated.";Quotation[38] = "My dick is so big, I could rent myself to movie productions as a tripod.";Quotation[39] = "My dick is so big, it has 501(c)(3) non-profit designation.";Quotation[40] = "My dick is so big, anacondas are intimidated.";Quotation[41] = "My dick is so big, the Washington Monument is intimidated.";Quotation[42] = "My dick is so big, it sold its last album independently for 'pay what you want'.";Quotation[43] = "My dick is so big, it has a show on FOX NEWS.";Quotation[43] = "My dick is so big, it stars Kate Winslet and Leonardo DiCaprio.";var Q = Quotation.length;var whichQuotation=Math.round(Math.random()*(Q-1));function showQuotation(){document.write(Quotation[whichQuotation]);}</script>