                                
                                <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
	                                <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US"><head profile="http://gmpg.org/xfn/11"><body>
	                                <style>
	                                body{ background-color:#000; color:#fff; font-family:Arial, Helvetica, sans-serif; text-align:center; }
	
	                                label{ display:block; }
	
	                                .tabContainer{ width:304px; margin:auto; }
	
	                                .clear{ clear:both; }
	
	                                .tab{ width:45%; height:60px; text-align:center; float:left; background-color:#CCC; line-height:60px; border-right:1px solid #333333; cursor:pointer; -webkit-border-radius: 2px;}    
                                    .tab:hover{background-color:#86B43E; color:#fff;}                                    
                                    

                                    #email-tab{ border-right:none; }
                                    #emailContainer{ padding-top: 30px; }
	
	                                #components-box{ background:#fff; margin:10px; width:275px; height:350px; padding:10px 5px 5px 5px; color:#000; -webkit-border-radius: 5px;  border-radius: 5px; text-align:center; }
    
                                    #qr_preview{ width:40%; }    
                                    .qrcode{ text-align:center; }
                                    #QRContainer{padding-top:15px;}

                                    .app_preview{ height: 110px; margin: auto; overflow: hidden; padding: 39px 0; text-align: center; width: 100px; }
    
                                    #link{ text-align:center; }
    
                                    h1{ font-size:14px; margin:0px; }
                                    h2{ text-align:center; font-size:16px; margin:0px;}
                                    h4{ font-size:12px; margin:2px;text-align:left; padding:10px 20px; }
    
                                    .smartPhone{ background-image:url('http://m.boostmg.com/ClientScript/img/phone.png'); width:113px; height:220px; margin:auto; }
    
                                    #sms-form{
                                    text-align:center;
                                    }
    
                                    #email-form button{ clear:both; padding:10px; margin:5px; }
    
                                    input{ padding:5px; -webkit-border-radius: 5px;  border-radius: 5px; }
    
	                                </style>
	                                <script type="text/javascript">                                        
	                                    function toggle(div){	
	                                    document.getElementById('QRContainer').style.display="none";	                                
	                                    document.getElementById('emailContainer').style.display="none";
	                                    document.getElementById(div).style.display="block";
	                                    }                                        
	                                </script>
	
	
	
                                   <center><table width="45%"><tr><td width="30%"><center><h2>Mobile App</h2></center><div class="smartPhone"><div class="app_preview"><img src="http://m.boostmg.com/ClientScript/img/mobileSiteScreenShot.png"/></div></div></td>   
   
                                   <td align="center">
                                   <div id="components-box"> 
                                    <div class="tabContainer">
                                        <div class="tab" id="link-tab" onclick="toggle('QRContainer')">QR Code</div>                                        
                                        <div class="tab" id="email-tab" onclick="toggle('emailContainer')">Email</div>
                                        <div class="clear"></div>
	                                </div>

	                                <div id="badge_components"><div id="QRContainer"><h2>QR Code</h2><img src="http://m.boostmg.com//ClientScript/QR/?siteID=12"/></br><h4>Scan the QR Code with your smartphone to connect directly to our mobile site.</h4><a href="javascript:void(0);" onclick="window.top.location.href='http://m.boostmg.com/apps/The%204x4%20Store'" style="text-decoration:none;">Click here to go to mobile app now.</a></div>
                                    <div id="emailContainer" style="display:none"><h1>Email site link to your smartphone</h1>
		                                <form id="email-form" action="http://m.boostmg.com/ClientScript/SendEmail/" method="post">
				                                <label for="email">Email:</label>
      	   		                                <input type="text" name="email" id="email-field"/>
                                                
				                                <input type="text" name="siteID" value="12" style="display:none;"/></br>
				                                <input type="hidden" name="link" value="email"/>
		                                <button type="submit">Send</button>
                                        <br/><br/><br/><a href="javascript:void(0);" onclick="window.top.location.href='http://m.boostmg.com/apps/The%204x4%20Store'"  style="text-decoration:none;">Click here to go to mobile app now.</a>
                                        </div>
		                                </form></div></div></div></td></tr></table>                                       
                                    <center>
                                    <script type="text/javascript">
                                            function EmailSuccess(){                                        
                                            var tab = "QRContainer";
                                            var emailStatus = "nothing";                                                
                                            if(tab == "email"){
                                                    toggle('emailContainer');
                                                }
                                            }                                           
                                            EmailSuccess();
                                        </script>
                                    </body>
                            <html>