2010 01 26 Australia Day!
<html>
<head>
    <title>Wikidot Calendar</title>
 
    <style type="text/css">
        @import url("http://www.wikidot.com/common--theme/base/css/style.css");
        @import url("/local--code/css:calendar");
    </style>
</head>
<body>
    <script type="text/javascript">
        var d=new Date();
        d.setHours(0);
        d.setMinutes(0);
        d.setSeconds(0);
        d.setMilliseconds(0);
 
        var date_params = /^#([0-9][0-9][0-9][0-9])\-([0-9][0-9]?)\-([0-9][0-9]?)$/;
        var url_date = date_params.exec(unescape(window.location.hash));
 
        if (url_date) {
            d.setFullYear(url_date[1]);
            d.setMonth(url_date[2]-1);
            d.setDate(url_date[3]);
 
            var weekday=new Array(7);
            weekday[0]="Sunday";
            weekday[1]="Monday";
            weekday[2]="Tuesday";
            weekday[3]="Wednesday";
            weekday[4]="Thursday";
            weekday[5]="Friday";
            weekday[6]="Saturday";
 
            var month=new Array(12);
            month[0]="Jan";
            month[1]="Feb";
            month[2]="Mar";
            month[3]="Apr";
            month[4]="May";
            month[5]="Jun";
            month[6]="Jul";
            month[7]="Aug";
            month[8]="Sep";
            month[9]="Oct";
            month[10]="Nov";
            month[11]="Dec";
 
            document.write('<table class="iframe" style="margin: 0 auto;"><tr><td class="weekday">' + weekday[d.getDay()] + '</td><td><table class="month-day"><tr><td class="month">' + month[d.getMonth()] + '</td></tr><tr><td class="day">' + d.getDate() + '</td></tr></table></td><td class="year">' + d.getFullYear() + '</td></tr></table>');
        }
        else
            document.write('<i><b>' + unescape(window.location.hash) + '</b> is an invalid date</i>');
    </script>
</body>
</html>

On Australia Day we come together as a nation to celebrate what's great about Australia and being Australian. It's the day to reflect on what we have achieved and what we can be proud of in our great nation. It's the day for us to re-commit to making Australia an even better place for the future.

Australia Day, 26 January, is the anniversary of the arrival of the First Fleet of 11 convict ships from Great Britain, and the raising of the Union Jack at Sydney Cove by its commander Captain Arthur Phillip, in 1788 (to read a comprehensive history of the evolution of Australia Day, click here).

Though 26 January marks this specific event, today Australia Day celebrations reflect contemporary Australia: our diverse society and landscape, our remarkable achievements and our bright future. It also is an opportunity to reflect on our nation's history, and to consider how we can make Australia an even better place in future.

On Australia Day, over half of the nation’s population of 21 million attend either an organised community event, or get together with family and friends with the intention of celebrating our national day. Many more spend the public holiday relaxing with family and friends.

Yet Australia Day is much more than barbeques and fireworks. It is more than another public holiday. It is more than the pride and excitement of new citizens who call themselves Australian for the first time on 26 January after being conferred citizenship.

At its core, Australia Day is a day driven by communities, and the celebrations held in each town, suburb or city – unified by the celebration of what’s great about Australia and being Australian – are the foundation of its ongoing success.

Source: http://www.australiaday.gov.au/experience/page31.asp


Sign up to this event?

  • Enter some text (what ever you want),
  • Click on the Sign up" button,
  • Save it!

[[module NewPage category="rsvp" parent="%%full_page_name%%" button="Respond"]]

RSVPs:

Person Date signed up RSVP

[[module ListPages category="rsvp" parent="%%full_page_name%%" separate="false" prependLine="||~ Person ||~ Date signed up ||~ RSVP ||"]]
|| %%author%% || %%date|%O ago (%e %b %Y, %H:%M %Z)%% || %%linked_title%% ||
[[/module]]


Alternatively, you can display the RSVPs using the ChildPages module:

[[module ChildPages]]
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License