External Link Not Functioning

External Link Not Functioning

Hi guys,
      I am trying to get a link to our non-mobile page to function. Here is my code, the last link in the list being the one I'm referring to. Can anyone help me out? The site goes live (fully promoted) in 24 hours, thanks for any help you can give me!

To access the mobile site from a desktop: http://www.ohmedcann.org/?browser=mobile if you want to see whats wrong.
  1.  <div data-role="content">
        <center><img src="images/mobileheader.png" /></center><p/>
    <ul data-role="listview" data-theme="b">
        <li><a href="#updates">Updates</a></li>
        <li><a href="#about">About The Initiative</a></li>
            <li><a href="#donate">Donate</a></li>
        <li><a href="#contact">Contact Us</a></li>
            <li><a href="http://www.ohmedcann.org/?browser=standard" rel="external" target="_blank" >View Full Site</a></li>
    </ul>
      </div>