<!-- Original:  Mike W. (mikew@dvol.com) -->
<!-- Web Site:  http://www.dvol.com/~users/mikew -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Questions -->

<!-- Begin
var msg = new Array();
Stamp = new Date();
today = Stamp.getDate();
msg[1] = "The first known adventure story written about Girl Guides was called?";
msg[2] = "The first Big Gig Pop Concert, exclusively for Girlguiding UK members, was held in:";
msg[3] = "WAGGGS Centenary Celebration Day will take place on:";
msg[4] = "Girlguiding Staffordshire's biggest and most expensive event ever will take place:";
msg[5] = "Quiz is now finished";
msg[6] = "Quiz is now finished";
msg[7] = "Quiz is now finished";
msg[8] = "Quiz is now finished";
msg[9] = "Quiz is now finished";
msg[10] = "Quiz is now finished";
msg[11] = "Quiz is now finished";
msg[12] = "Quiz is now finished";
msg[13] = "Quiz is now finished";
msg[14] = "Quiz is now finished";
msg[15] = "Quiz is now finished";
msg[16] = "";
msg[17] = "In July 1919, in the Staffordshire Minute Book, it was noted that on formal occasions a guider or commissioner should address a superior officer as:";
msg[18] = "The second oldest Trefoil Guild group in the country was started in Stoke-on-Trent in 1937. What were they called?";
msg[19] = "The Stafford Knot was adopted as the County badge in:";
msg[20] = "In which year was GOLD (Guiding Overseas Linked with Development) launched?";
msg[21] = "What is 'Far out Guides'?";
msg[22] = "Which of the following national organisations was accepted as a Full Member of WAGGGS in 2008?";
msg[23] = "In July 2009, Girlguiding UK hopes to get into the record books with:";
msg[24] = "In which year did Alice in Wonderland visit Kibblestone to meet Staffordshire Brownies?";
msg[25] = "How many countries belong to Europe Region WAGGGS?";
msg[26] = "In 1925, Guiders needing camp training were expected to attend a training camp lasting:";
msg[27] = "To mark 75 years of Guiding in 1985, Staffordshire Guides organised:";
msg[28] = "Which Guide Law says that: 'A Guide faces challenges and learns from her experiences'?";
msg[29] = "The second Guide handbook in 1918 was said to have its front cover 'marred by a rowdy disfigurement'. Was this:";
msg[30] = "How many children did Robert and Olave Baden-Powell have?";
msg[31] = "In which year did The Guide Association become Girlguiding UK?";

function writeTip() { 
document.write(msg[today]);
}
//  End -->
