');
ae_('');
ae_('
');
ae_('
');
ae_('
');
ae_('
');
ae_('
');
ae_('
');
ae_('
');
ae_('
');
//------------------------------------------------------------------------------------
// Function to Create image/link Object Array
//------------------------------------------------------------------------------------
function ae_ (description) {
G_total_sa++;
sa [G_total_sa] = description;
}
//-------------------------------------------------------------------------------------
// function to create a random number from 1 to total number
// of array elements
//-------------------------------------------------------------------------------------
function rand() {
RN = parseInt(((G_seed - (parseInt(G_seed/1000,10) * 1000))/10)/100*G_total_sa + 1,10);
return RN;
}
///////////////////////////////////////////////////////////////////
// CREATE THE image/link OBJECT ARRAY
function sa () {}
//---------------- done with setup-----------------------//
//-->