
// Global vars----
G_total_za = 0;					// total random elements
G_day = new Date();				// date for
G_seed = G_day.getTime();			// G_seed for random number

//---CHANGE THESE ARRAY ELEMENTS TO YOUR LINK/IMAGE
//---ADD/SUBTRACT AS MANY AS YOU NEED
// Just replace your URL and image tags between the single quotes:  zae_('   your stuff here   ');
zae_('<a href="Compare.aspx"><img src="Images/testimonialgates1owens.gif" border="0" alt="Get informed about how MyMarineCorpsBall.com can simplify the Marine Corps Ball Process"></a>');
zae_('<a href="Compare.aspx"><img src="Images/testimonialedwardsgates2.gif" border="0" alt="Get informed about how MyMarineCorpsBall.com can simplify the Marine Corps Ball Process"></a>');
zae_('<a href="Compare.aspx"><img src="Images/testimonialbensonmarquis.gif" border="0" alt="Get informed about how MyMarineCorpsBall.com can simplify the Marine Corps Ball Process"></a>');
//zae_('<a href="Compare.aspx"><img src="../Images/testimonialsbenson.gif" border="0" alt="Get informed about how MyMarineCorpsBall.com can simplify the Marine Corps Ball Process"></a>');
//zae_('<a href="Compare.aspx"><img src="../images/testimonialsedwards.gif" border="0" alt="Get informed about how MyMarineCorpsBall.com can simplify the Marine Corps Ball Process"></a>');
//zae_('<a href="Compare.aspx"><img src="../Images/testimonialgates1.gif" border="0" alt="Get informed about how MyMarineCorpsBall.com can simplify the Marine Corps Ball Process"></a>');
//zae_('<a href="Compare.aspx"><img src="../Images/testimonialgates2.gif" border="0"  alt="Click to compare MyMCB.com vs Stubby Pencil method."></a>');
//zae_('<a href="Compare.aspx"><img src="../Images/testimonialowens.gif" border="0"  alt="Click to compare MyMCB.com vs Stubby Pencil method."></a>');
//zae_('<a href="Compare.aspx"><img src="../Images/testimonialmcamarquis.gif" border="0" alt="Get informed about how MyMarineCorpsBall.com can simplify the Marine Corps Ball Process"></a>');

//------------------------------------------------------------------------------------
// Function to Create image/link Object Array
//------------------------------------------------------------------------------------

function zae_ (description) {
	G_total_za++;
	za[G_total_za] = description;
}
//-------------------------------------------------------------------------------------
// function to create a random number from 1 to total number
// of array elements
//-------------------------------------------------------------------------------------
function zrand() {
RN = parseInt(((G_seed - (parseInt(G_seed/1000,10) * 1000))/10)/100*G_total_za + 1,10);
	return RN;
}
///////////////////////////////////////////////////////////////////
// CREATE THE image/link OBJECT ARRAY
function za() {}
//---------------- done with setup-----------------------//
//-->
