<!--

var it_date = new Date();
function is_today (m, d) {
	return ((it_date.getMonth() == (m - 01)) && (it_date.getDate() == d));
}  // func

// add anniv. notes to equal 1/2 the total Touches
function anniv_add (s) {
	for (var i = 0; i < (GI_touches_number / 3); i++) {
		GI_touches[GI_touches_number++] = '<P><font size=2 face=Comic Sans MS color=yellow>' + s + '</font></P>';
	}
}

function GI_touches()
{};
var GI_touches = new GI_touches();

var GI_touches_number = 0;


GI_touches[GI_touches_number++] = "<img src='http://ageplay.org/GI_support/touches/random_images/images/PaddlingSchool.jpg' border=0>";
GI_touches[GI_touches_number++] = "<P><img src='http://ageplay.org/GI_support/touches/random_images/images/DontPanic.jpg' width='106' height='74' border=0></P>";
GI_touches[GI_touches_number++] = "<img src='http://ageplay.org/GI_support/touches/random_images/images/HM00291_(p).gif' width='128' height='128' border=0>";
GI_touches[GI_touches_number++] = "<img src='http://ageplay.org/GI_support/touches/random_images/images/InsecureSmile.gif' border=0>";
GI_touches[GI_touches_number++] = "<img src='http://ageplay.org/GI_support/touches/random_images/images/smile59.gif' border=0>";
GI_touches[GI_touches_number++] = "<img src='http://ageplay.org/GI_support/touches/random_images/images/PolarBears_anim.gif' width='139' height='115' border=0>";
GI_touches[GI_touches_number++] = "<P><FONT color='lightblue' size='1' face='arial'><A href='http://ageplay.org/GI_5_support/dont.html' target='_blank'>Do not click</A></FONT></P>";
GI_touches[GI_touches_number++] = '<a href="http://backsideoflove.com/exhibits/TutNSun_slideshow/index.html" target="_blank"><img src="http://backsideoflove.com/exhibits/TutNSun_slideshow/TutNSun_thumb.jpg" border="1" /></a>';
GI_touches[GI_touches_number++] = '<img width="120" height="120" src="http://ageplay.org/GI_support/touches/random_images/images/Loompas_attic_small.gif" /><br /><font size="1" color="#CC99CC">the <a href="http://ageplay.org/GI_support/admin/who_we_are.html#helpers" target="_blank">Loompas</a> attic trap-doorway</font>';
GI_touches[GI_touches_number++] = '<img width="150" height="140" border="0" src="http://ageplay.org/GI_support/touches/random_images/images/NoParentsAllowed.jpg">';
GI_touches[GI_touches_number++] = "<img src='http://ageplay.org/GI_support/touches/random_images/images/leash.jpg' width='150' height='129' border=0>";
GI_touches[GI_touches_number++] = "<img src='http://ageplay.org/GI_support/touches/random_images/images/PartyAtMyCrib.gif' width='125' height='125' border=0>";
GI_touches[GI_touches_number++] = "<img src='http://ageplay.org/GI_support/touches/random_images/images/OldSchool.gif' width='125' height='125' border=0>";
GI_touches[GI_touches_number++] = "<img src='http://ageplay.org/GI_support/touches/random_images/images/DontPanic_02.JPG' width='102' height='64' border=0>";
GI_touches[GI_touches_number++] = "<img src='http://ageplay.org/GI_support/touches/random_images/images/AnxietyGirl.gif' width='90' height='84' border=0>";
GI_touches[GI_touches_number++] = "<img src='http://ageplay.org/GI_support/touches/random_images/images/kiss.gif' width='150' height='100' border=0>";
GI_touches[GI_touches_number++] = "<img src='http://ageplay.org/GI_support/touches/random_images/images/sun01.gif' width='128' height='128' border=0>";
GI_touches[GI_touches_number++] = "<img src='http://ageplay.org/GI_support/touches/random_images/images/YourTurn.jpg' width='107' height='134' border=0><br><font color='#FFFF00' size='1' face='Garamond'>&quot;your turn&quot;</font>";
GI_touches[GI_touches_number++] = "<img src='http://ageplay.org/GI_support/touches/random_images/images/FollowYourBliss.gif' width='113' height='103' border=0>";
GI_touches[GI_touches_number++] = "<img src='http://ageplay.org/GI_support/touches/random_images/images/SmilePacifier.gif' width='80' height='90' border=0>";
GI_touches[GI_touches_number++] = "<img src='http://ageplay.org/GI_support/touches/random_images/images/SaturdayEveningPost.gif' width='140' height='140' border=0>";
GI_touches[GI_touches_number++] = "<img src='http://ageplay.org/GI_support/touches/random_images/images/WhisperingKids.gif' width='109' height='150' border=0>";
GI_touches[GI_touches_number++] = "<img src='http://ageplay.org/GI_support/touches/random_images/images/baby.gif' width='113' height='113' border=0>";
GI_touches[GI_touches_number++] = "<img src='http://ageplay.org/GI_support/touches/random_images/images/GiggleAlertElevated.jpg' width='112' height='66' border=0>";
GI_touches[GI_touches_number++] = "<img src='http://ageplay.org/GI_support/touches/random_images/images/GiggleAlertHigh.jpg' width='112' height='66' border=0>";
GI_touches[GI_touches_number++] = "<img src='http://ageplay.org/GI_support/touches/random_images/images/GiggleAlertGuarded.jpg' width='112' height='66' border=0>";
GI_touches[GI_touches_number++] = "<img src='http://ageplay.org/GI_support/touches/random_images/images/GiggleAlertSevere.jpg' width='112' height='66' border=0>";
GI_touches[GI_touches_number++] = "<img src='http://ageplay.org/GI_support/touches/random_images/images/GiggleAlertLow.jpg' width='112' height='66' border=0>";

var GI_touches_random_number = Math.floor(Math.random() * GI_touches_number);


//---- Manual Overrides  --------------------------------------------------------------------------------

if (is_today(01, 14)) // Beth_sissybaby anniversary!
	GI_touches[GI_touches_random_number] = '<font size="3" face="Comic Sans MS" color="yellow">Happy Island Anniversary to Sissy, since 2003!</font>';

if (is_today(4, 20)) // 4-20
	GI_touches[GI_touches_random_number] = '<font size="3" face="Comic Sans MS" color="yellow"><BR />Its Apr 20 -- do you know where your head is?</font>';

if (is_today(7, 2) || is_today(7, 3) || is_today(7, 4) || is_today(7, 5)) // 4th of July
	GI_touches[GI_touches_random_number] = ('<img src="http://ageplay.org/GI_support/images/flag_american.gif" border="0" align="center"><BR /><FONT SIZE="3" COLOR="white"><EM>E Pluribus Unum</EM></FONT>');

if (is_today(07, 05)) // Pipsqueak
	GI_touches[GI_touches_random_number] = '<font size="3" face="Trebuchet MS" color="pink">Happy Birthday,<BR />Pipsqueak!!<BR />I love you!';

if (is_today(09, 10) || is_today(09, 11) || is_today(09, 12))  // 9-11
     anniv_add ('<CENTER><img width="68" height="70" src="http://ageplay.org/GI_support/images/flag_american.gif" border="0"><FONT size="3" color="#FFFFFF"><BR><EM>Semper Fidelis</EM></FONT></CENTER>');

if (is_today(10, 31)) // Hallow'd Ween
	GI_touches[GI_touches_random_number] = '<font size="3" face="Comic Sans MS" color="orange">Hallow\'d<BR />be they<BR />Ween!</font>';

if (is_today(12, 24)) // Christmas Eve
	GI_touches[GI_touches_random_number] = '<font size="3" face="Comic Sans MS" color="#B70000">*jingle jingle jingle*<BR />You hear that? Up on the roof?? :O </font>';

if (is_today(12, 25)) // Christmas
	GI_touches[GI_touches_random_number] = '<font size="3" face="Comic Sans MS" color="red">Ho<BR />Freaking<BR />Ho!</font>';






// MANUAL FLAG-RAISINGS


// GI flag half-staff
	// GI_touches[GI_touches_random_number] = '<img width="97" height="174" src="http://ageplay.org/GI_support/images/GI_flag_02_half_mast.gif" border="0" alt="" title="">';

// American, half-staff:
	//GI_touches[GI_touches_random_number] = '<CENTER><img src="http://ageplay.org/GI_support/images/american_flag_half_staff_sunset.jpg" border="0"><FONT size="3" color="#FFFFFF"><BR><EM>E Pluribus Unum</EM></FONT></CENTER>';
	
// American, waving
	//GI_touches[GI_touches_random_number] = '<CENTER><img src="http://ageplay.org/GI_support/images/flag_american.gif" border="0"><FONT size="2" color="#FFFFFF"<BR /><EM>E Pluribus Unum</EM></FONT></CENTER>';


document.write(GI_touches[GI_touches_random_number]);


-->


