Can I see your Gazebo Reservation Form?

Message Bookmarked
Bookmark Removed


ESTEBAN BUTTEZ~!!! (ESTEBAN BUTTEZ~!!!), Sunday, 2 April 2006 05:32 (eighteen years ago) link


ESTEBAN BUTTEZ~!!! (ESTEBAN BUTTEZ~!!!), Sunday, 2 April 2006 05:33 (eighteen years ago) link


// ==============================================
// Copyright 2004 by CodeLifter.com
// Free for all; but please leave in this header.
// ==============================================

var Quotation=new Array() // do not change this!

// Set up the quotations to be shown, below.
// To add more quotations, continue with the
// pattern, adding to the array. Remember
// to increment the Quotation[x] index!

Quotation[0] = "Time is of the essence! Comb your hair.";
Quotation[1] = "Sanity is a golden apple with no shoelaces.";
Quotation[2] = "Repent! The end is coming, $9.95 at Amazon.";
Quotation[3] = "Honesty blurts where deception sneezes.";
Quotation[4] = "Pastry satisfies where art is unavailable.";
Quotation[5] = "Delete not, lest you, too, be deleted.";
Quotation[6] = "O! Youth! What a pain in the backside.";
Quotation[7] = "Wishes are like goldfish with propellors.";
Quotation[8] = "Love the river's \"beauty\", but live on a hill.";
Quotation[9] = "Invention is the mother of too many useless toys.";

// ======================================
// Do not change anything below this line
// ======================================
var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}
showQuotation();

ESTEBAN BUTTEZ~!!! (ESTEBAN BUTTEZ~!!!), Sunday, 2 April 2006 05:36 (eighteen years ago) link

Even your javascript ain't funny, dood.

Confounded (Confounded), Friday, 7 April 2006 20:11 (eighteen years ago) link

http://www.livejournal.com/userpic/43913342/837989

elmo argonaut (allocryptic), Wednesday, 12 April 2006 14:46 (eighteen years ago) link

http://www.livejournal.com/userpic/43913342/837989

elmo argonaut (allocryptic), Wednesday, 12 April 2006 14:47 (eighteen years ago) link


You must be logged in to post. Please either login here, or if you are not registered, you may register here.