<!-- 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 msgb = new Array();
Stamp = new Date();
todayb = Stamp.getDate();

msgb[1] = "B.	Terry's Adventures with Robin Patrol";
msgb[2] = "B.	2001";
msgb[3] = "B.	10th May 2010";
msgb[4] = "B.	Tomorrow";
msgb[5] = "";
msgb[6] = "";
msgb[7] = "";
msgb[8] = "";
msgb[9] = "";
msgb[10] = "";
msgb[11] = "";
msgb[12] = "";
msgb[13] = "";
msgb[14] = "";
msgb[15] = "";
msgb[16] = "";
msgb[17] = "B.	Ma'am";
msgb[18] = "B.	Former Guides Association";
msgb[19] = "B.	1920";
msgb[20] = "B.	1991";
msgb[21] = "B.	An adventure project for the Guide section";
msgb[22] = "B.	Lithuania";
msgb[23] = "B.	The longest maze in the world at Crystal Palace";
msgb[24] = "B.	1989";
msgb[25] = "B.	39";
msgb[26] = "B.	One week";
msgb[27] = "B.	An 'It's a Knockout' competition";
msgb[28] = "B.	Guide Law No. 3";
msgb[29] = "B.	Girls running";
msgb[30] = "B.	2";
msgb[31] = "B.	2002";

function writeTipb() { 
document.write(msgb[todayb]);
}
//  End -->
