<!-- the full contents of this file are included in the head block of your page -->
<!-- note to work we must start with the js/ directory, then the name of the folder -->

<script type="text/javascript" src="js/timer.jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="js/timer.jquery/dist/timer.jquery.js"></script>

<link rel="stylesheet" href="js/timer.jquery/dist/timer.css" type="text/css" />

<script type="text/javascript">

/* Basic Usage:

$('.timer').timer({
	format: '%m minute(s) %s seconds',
    editable: false
});

*/

// See index.html for more examples. 

</script>