You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Unknown macro: {html}

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script src="http://keith-wood.name/js/jquery.countdown.js"></script>
<style type="text/css">@import "http://keith-wood.name/css/jquery.countdown.css"; </style>

<div id="defaultCountdown" style="width: 200px;"></div>

<script>
$(function () {
var targetDate = new Date( 2012-1 + 1, 4 - 1, 23, 10-1, 0, 0);

$('#defaultCountdown').countdown(

Unknown macro: {until}

);

});
</script>

<script>
var liftoffTime = new Date(2012, 04, 25)

jQuery(document).ready(function($) {

$('#syncCountdown').countdown(

Unknown macro: {since}

);
// $('#syncCountdown').countdown(

Unknown macro: {until}

);
});

function serverTime() {
var time = null;
$.ajax({url: 'http://www.kiwispace.org.nz/mark/kiwimars/time.php',
async: false, dataType: 'text',
success: function(text)

Unknown macro: { time = new Date(text); }

, error: function(http, message, exc) {
time = new Date();
}});
return time;
}
</script>

  • No labels