
function accessibility()
 {
			 document.write(' <link media="screen" rel="stylesheet" href="../_assets/css/accessibility.css" type="text/css" />');
			document.write('<div class="box">');
			document.write('<a class="footer" href="#about">About VAULT&trade;</a>');
			document.write('<a class="footer" href="#coke">MyCokeRewards</a>');
			
	document.write('</div>');
			document.write('<br />');
			document.write('<a name="about" ></a>');
			document.write('<div align="center"><img src="../_assets/images/accessibility/product.jpg" alt="VAULT PRODUCTS" /></div>');
			document.write('<p id="products">VAULT&trade; is the Alpha Soda. It’s refreshment with 30%* more of what you need to GET IT DONE. AND THEN SOME. If you’re ready to step up your game, kick the do nothing habit and grab a VAULT&trade;.<br /> <br />');

			document.write('*Based on caffeine content: Vault - 118 mgs per 20 fl ozs, Mountain Dew - 90 mgs per 20 fl oz.</p>');
			document.write('<div class="line" />');
			document.write('<a name="coke"></a>');
			document.write('<br /><br />');
   			document.write('<div align="center"><img src="../_assets/images/accessibility/mycokerewards.jpg" alt="MY COKE REWARDS" width="339" height="108" /></div>');
			document.write('<p id="rewards">For your chance to win great prizes featuring VAULT &trade; and it&acute;s cool limited time camouflage styling, visit www.mycokerewards.com.</p>');
       		 document.write('<div class="line" />');
  	     	document.write('<a name="uso"></a>');
        	document.write('<h2>VAULT&trade; CITRUS</h2>');
        	document.write('<p id="rewards">Your refreshment wingman that won’t let you down. Bold citrus flavor, and the kick that can take your A-game into record breaking territory.</p>');
        	document.write('<h2>VAULT&trade; Red Blitz</h2>');
        	document.write('<p id="rewards">Two inches stand between you and your goal. Get ready for the blitz with a berry injected bottle of refreshment that gives you 30%* more kick. When the whistle blows, you’ll be ready. Bring it.</p>');
        	document.write('<h2>VAULT&trade; Zero</h2>');
        	document.write('<p id="rewards">KICK the calories to the curb with VAULT&trade; Zero.  This ain’t no Hollywood diet. It’s for the man that says, I want my porterhouse and I want to eat it too. <br /><br />');

		document.write('*Based on caffeine content: Vault - 118 mgs per 20 fl ozs, Mountain Dew - 90 mgs per 20 fl oz. </p>');
        document.write('<div class="line" />')
        document.write('<p id="legal"> &copy;2008 The Coca-Cola Company. &quot;VAULT&trade;&quot;, VAULT&trade; Zero&trade;, VAULT&trade; RED BLITZ&trade;, the VAULT&trade; logo and the VAULT&trade; Bottle are trademarks of The Coca-Cola Company.');
 		document.write('USO and the USO logo are registered trademarks of United Service Organizations, Inc.  Use of the name and/or logo without written permission of the USO is prohibited. </p>');
            
            
    		document.write('<div class="eof" />');
			
 }
