<div>
	Our Clickometer is the most sophisticated click-analysis tool on the net.
	<ol>
		<li>Click the <b>Click</b> button as many times as you can in <span style='color: #993333; font-weight: bold; text-decoration: underline; font-style: italic;'>five seconds</span>.</li>
		<li>Brace yourself.</li>
		<li>And <b>Get Your Results</b>.</li>
	</ol>
</div>

<!-- <p id='timer' style='font-size: large; font-weight: bold;'>Whenever you're ready ...</p> -->

<style type='text/css'>
	#clickocontainer {
		margin: 20px 20px;
		padding: 20px 0px;
		border: 2px solid #aaddff;
		background-color: #f5faff;
	}
	
	#meter {
		position: relative;
		width: 500px;
		height: 85px;
		border: 2px black solid;
		margin: 25px auto;
		padding: 0px;
		background-color: #fcfcfc;
	}

	#meter_bar {
		position: absolute;
		width: 0%;
		height: 100%;
		background-color: red;
		z-index: 1;
	}

	#timer {
		position: absolute;
		width: 300px;
		margin: 10px 100px;
		padding: 0px;
		line-height: 20px;
		font-size: 32pt;
		font-weight: bold;
		text-align: center;
		color: #000000;
		z-index: 2;
	}
</style>

<div id='clickocontainer'>
	<div id='meter'>
		<div id='timer'><span style='font-size: 18pt; color: #883333;'>Click the <u><i>Click</i></u> button as fast as you can ...</span></div>
		<div id='meter_bar'>
		</div>
	</div>

	<form style='text-align: center;' id='clickometer_form' name='clickometer' action='/clickometer_r' method='POST'>
		<input type='hidden' name='s' value='0' />
		<input type='hidden' name='l' value='1' />
		<input type='hidden' name='b' value='1' />
		<input id='pump_button' type='button' class='toggleable_button' ondblclick='pump(2);' onclick='pump(1);' value='Click!' />
		<input id='submit_button' type='submit' class='toggleable_button' value='Get Your Results' disabled='disabled' />
	</form>
</div>

<div style='text-align: center; color: #888888; margin-top: 16px;'>(Use Firefox or Chrome for the most accurate results.)</div>

<div id='click_tracker'></div>


<script type='text/javascript' src='/js/clickometer.js?500'></script>


