// JavaScript Document

function iphone()
{

			document.write('<link media="only screen and (max-device-width:320px)" rel="stylesheet" href="../_assets/css/mobileSafari.css" type="text/css" />');
			document.write('<link rel="apple-touch-icon" href="../images/apple-touch-icon.png"/> ');
			document.write('<div class="box">');
			document.write('<div align="center">');
			document.write(' <a class="footer" href="#about">About VAULT&trade;</a> ');
			document.write('<a class="footer" href="#coke">MyCokeRewards</a> ');
			document.write('<a class="footer" href="#uso">Support the Troops</a>');
			document.write('</div>');
			document.write('</div>');
			document.write('<br />');
			document.write('<a name="about" ></a>');
			document.write('<div align="center"><img src="_assets/images/vlt_product_img.jpg" /></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('<div align="center"><img src="_assets/images/rewards.jpg" width="259" height="98" /></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('<div align="center"><img src="_assets/images/uso.jpg" /></div>');
        	document.write('<p id="rewards">Join VAULT &trade; &amp; the USO in sending the troops a postcard of support. Plus, you could win VAULT&trade; gear and a $1,000 Sony Style&reg; Gift Card. Visit www.mycokerewards.com to get involved, or to donate your My Coke Rewards points to the USO.</p>');
        	document.write('<div class="line" />');
        	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 without the controversy of &quot;performance enhancement&quot;.</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&acute;t no Hollywood diet. It&acute;s for the man that says, I want my porterhouse and I want to eat it too. </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" />'); 
			
}
