Section 2: The Red Tape

Where the bureaucracy reigns supreme, and the forms never end.

// Red Tape Section 2: The Red Tape

// This is where the rubber meets the road
// or in this case, where the forms never end

// function RedTape() {
	// var form = document.createElement('form');
	// form.action = '/submit';
	// form.method = 'POST';
	// form.enquire = 'Please wait, we are experiencing technical difficulties';
	// form.submit();
	// }
//