// JavaScript Document

var Quotation=new Array()

Quotation[0] = "Because having a logo you can read is overrated.";
Quotation[1] = "We don't just flog the horse, we jerk off on it.";
Quotation[2] = "We suck so you don't have to.";
Quotation[3] = "Brought to you in part by Prolapse Entertainment.";
Quotation[4] = "Fuck you, Lloyd.";
Quotation[5] = "Making Carlos Mencia look like George Carlin.";
Quotation[6] = "Wooh! I met you on a Thursday...";
Quotation[7] = "Any offence you take is purely unintentional.";
Quotation[8] = "Because CPR just doesn't work.";
Quotation[9] = "Holy shit, someone's here?!";
Quotation[10] = "<i>Surprisingly</i>, it's quite dead.";
Quotation[11] = "Insert \"wit\" here.";
Quotation[12] = "Where we\'re going, we don't need roads.";
Quotation[13] = "There <i>is</i> such a thing as quality control, you know.";
Quotation[14] = "The other white meat.";
Quotation[15] = "Two out of six households prefer it to russian roulette!";
Quotation[16] = "PWNED!! Are you happy now?";
Quotation[17] = "Who's laughing now, Hans?!";
Quotation[18] = "A TRUE and HONEST failure.";
Quotation[19] = "Cock joke.";
Quotation[20] = "We have a bum too, you know. He's dead.";
Quotation[21] = "Eat some horse cock, Burton.";
Quotation[22] = "You can NOT haz a cheezburger.";
Quotation[23] = "Home of a pile of dirty laundry!";
Quotation[24] = "And now, a 1980's sport training montage.";
Quotation[25] = "It's got electrolytes!";
Quotation[26] = "Willing to pay you in an unlimited supply of budgie food.";
Quotation[27] = "I've come for SOULS!!";
Quotation[28] = "The Equestrian Alternative.";
Quotation[29] = "What you need, when you need it.";
Quotation[30] = "Making LARPing seem cool in comparison.";
Quotation[31] = "It's not The Oatmeal, but it's a start.";
Quotation[32] = "The Lady, the Mouth, the Butt or the Stealth?";
Quotation[33] = "The bandwagon of 2006 built out of Rockstar cans and Hot Pocket boxes.";
Quotation[34] = "Also known as \"ThatGuyWhoShrieks.com\".";
Quotation[35] = "We identify with your demographic.";
Quotation[36] = "Making 9/11 look like a tepid provincial firework display!";
Quotation[37] = "Brought to you by the same guy who made the 2012 Olympic Logo.";
Quotation[38] = "Robert Redford? Thanks for the free horse!";
Quotation[39] = "It's funny because it's true...";
Quotation[40] = "Insert bland obscure reference to 80's pop culture here.";
Quotation[41] = "Gene Siskel is spinning in his grave.";
Quotation[42] = "Why try harder?";
Quotation[43] = "So mysterious, you don't know what the fuck it is.";
Quotation[44] = "The <i>only</i> website around that's too young to grow facial hair.";
Quotation[45] = "It's ALIVE!!";
Quotation[46] = "How much of the money on here is put to good use? Don't answer that.";
Quotation[47] = "Better than sex, worse than masturbation.";
Quotation[48] = "If we were an RPG, this would be the Game Over screen.";
Quotation[49] = "We're not endorsed by ED, and we won't make a scene about it.";
Quotation[50] = "Help me! I'm being forced to write shitty slogans!";
Quotation[51] = "See? We can make a corporation too!";
Quotation[52] = "Making \"Wild Wild West\" look like \"Dances With Wolves\".";
Quotation[53] = "Add us on Twatter!";
Quotation[54] = "Whereever there's some putty around, there's gotta be some whoopie.";
Quotation[55] = "The testicular cancer of the internet - check for lumps.";
Quotation[56] = "Perfecting the Espirit d'escalier since 2005.";
Quotation[57] = "Take orally every 5 hours.";
Quotation[58] = "You can count our web traffic figures on one hand.";
Quotation[59] = "We put the fun in fundamental!";
Quotation[60] = "Abusing \"...since 2007\" since 2004!";
Quotation[61] = "May cause anal leakage.";
Quotation[62] = "Now with 110% more virginity!";
Quotation[63] = "Do you have your gun ready? You only need 1 bullet.";
Quotation[64] = "We put the fashion in fascism!";
Quotation[65] = "We made suicide fashionable!";
Quotation[66] = "The Andy Dick of the internet!";
Quotation[67] = "There has been a pileup.";
Quotation[68] = "The Alamogordo, New Mexico of Blip.tv.";
Quotation[69] = "Proud holders of the \"Most Time Spent Not Showering Award!\"";
Quotation[70] = "Because you're worth it.";
Quotation[71] = "100% pure horseshit.";
Quotation[72] = "May contain pork.";
Quotation[73] = "May contain nuts.";
Quotation[74] = "Because \"The Spoony Experiment\" was taken.";
Quotation[75] = "All exits lead into Mount Seldom.";
Quotation[76] = "Because being talented is overrated. Eh, Doug?";
Quotation[77] = "Next exit: Lake Flaccid";
Quotation[78] = "Sponsored by Partario's World Whale Web.";
Quotation[79] = "We own stock in Hot Pockets!";
Quotation[80] = "The only highway too cheap for a matrix sign.";
Quotation[81] = "Making the shit end of the stick even shittier.";
Quotation[82] = "The internet equivalent of burping Stairway to Heaven.";
Quotation[83] = "It's everything you've seen before!";
Quotation[84] = "Casually stomping in puddles of equine goo since 1904.";
Quotation[85] = "The underdogs of the internet, except we don't win at the end.";
Quotation[86] = "Where dog food is made!";
Quotation[87] = "Why beat a dead horse when you can shoot it?";
Quotation[88] = "Monty is in the box.";
Quotation[89] = "We suck so you don't have to.";



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