                function banner() { } ; b = new banner() ; n = 0
                b[n++]= "<h2>Why is coverage so important?</h2><p>Young adults are more likely to visit the <b>emergency room</b> than children or older adults.<span id='something' onclick='Rollver(this)'>*</span></p>"
                b[n++]= "<h2>Why is coverage so important?</h2><p><b>Two-thirds (66%)</b> of young adults without insurance report going without needed care (doctors visits, needed tests) due to costs.*</p>"
                b[n++]= "<h2>Why is coverage so important?</h2><p><b>Uninsured adults</b> under the age of 29 are less likely to have a regular doctor.*</p>"
                b[n++]= "<h2>Why GradMed?</h2><p>We are the nation&#8217;s leading alumni insurance partner for short-term medical insurance.</p>"
                b[n++]= "<h2>Why GradMed?</h2><p>Nearly 200 college and university alumni associations trust us to insure their alumni, especially new graduates.</p>"
                b[n++]= "<h2>Why GradMed?</h2><p>We have been protecting college graduates for <b>over twenty years</b>.</p>"
                i=Math.floor(Math.random() * n) ;
                document.write( b[i] )
				
				
