<!-- 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 -->

<!-- Begin
var msgc = new Array();
Stamp = new Date();
todayc = Stamp.getDate();

msgc[1] = "C.	Terry Goes Camping with the Girl Guides";
msgc[2] = "C.	2002";
msgc[3] = "C.	10th June 2010";
msgc[4] = "C.	The day after";
msgc[5] = "";
msgc[6] = "";
msgc[7] = "";
msgc[8] = "";
msgc[9] = "";
msgc[10] = "";
msgc[11] = "";
msgc[12] = "";
msgc[13] = "";
msgc[14] = "";
msgc[15] = "";
msgc[16] = "";
msgc[17] = "C.	Madam";
msgc[18] = "C.	Old Guide Club";
msgc[19] = "C.	1923";
msgc[20] = "C.	1992";
msgc[21] = "C.	News of Guide units in far flung places of the world";
msgc[22] = "C.	Syria";
msgc[23] = "C.	The first all female crew to take part in the Tall Ships Race";
msgc[24] = "C.	1992";
msgc[25] = "C.	40 ";
msgc[26] = "C.	10 days";
msgc[27] = "C.	A 75 mile walk of the Staffordshire Way";
msgc[28] = "C.	Guide Law No. 6";
msgc[29] = "C.	Girls pitching a tent";
msgc[30] = "C.	3";
msgc[31] = "C.	2003";

function writeTipc() { 
document.write(msgc[todayc]);
}
//  End -->
