//Banner.js // Global vars---- G_total_za = 0; // total random elements G_day = new Date(); // date for seed 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_('Link to Marines OnLine'); zae_('Link to Marines Magazine'); zae_('Link to Enlisted Retention'); zae_('Link to Life Lines'); zae_('Link to Enlisted PME, Step up to the Challenge.'); zae_('Link to Marine Forces Europe'); zae_('Link to Marine Forces Pacific'); zae_('Link to 26th Marine Expeditionary Unit'); zae_('Link to 15th Marine Expeditionary Unit'); zae_('Link to Career News Flash 2002-1'); zae_('Link to Integrated Logistics'); zae_('Link to Fleet Home Town News Center'); zae_('Link to Standard Installation Topic Exchange Service '); zae_('Link to Defend America'); zae_('Link to AnyServiceMember'); zae_('Link to Marines.com'); zae_('Link to Marines.com'); zae_('Link to Marines.com'); //------------------------------------------------------------------------------------ // 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-----------------------// //-->