
<!--

function GI_sponsors()
{};
var GI_sponsors = new GI_sponsors();
// Set the number of text strings to zero to start

var GI_sponsors_number = 0;
// Incremental list of all possible Text


// GIDRL
GI_sponsors[GI_sponsors_number++] = '<img width="177" height="110" border="0" src="http://ageplay.org/GI_5_support/touches/sponsors/GIDRL_177x110.jpg">';

// GICAB
GI_sponsors[GI_sponsors_number++] = '<img width="177" height="110" border="0" src="http://ageplay.org/GI_5_support/touches/sponsors/GICAB_177x110.jpg">';

// GIYKIOK
GI_sponsors[GI_sponsors_number++] = '<img width="177" height="110" border="0" src="http://ageplay.org/GI_5_support/touches/sponsors/GIYIKIOK_177x110.jpg">';



var GI_sponsors_random_number = Math.floor(Math.random() * GI_sponsors_number);



// document.write ('<font face="Garamond" size="1" color="lightblue"><i>sponsored by:</i></font><br>');

document.write(GI_sponsors[GI_sponsors_random_number]);

-->

