UPMC test v1.3-customvar

HTML

<script src="http://beta.yourhealthcaresimplified.org/wp-includes/js/jquery/jquery.js?ver=1.8.3"></script>
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en-US" prefix="og: http://ogp.me/ns#"> <!--<![endif]-->
<head>
    <meta charset="UTF-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Health Reform News | UPMC. Healthcare Reform. Simplified.</title>
    <link rel="pingback" href="http://beta.yourhealthcaresimplified.org/xmlrpc.php"/>
    <link rel="shortcut icon" href="http://beta.yourhealthcaresimplified.org/wp-content/themes/bootstrap/ico/favicon.png">
    <link rel="apple-touch-icon-precomposed" sizes="144x144"
          href="http://beta.yourhealthcaresimplified.org/wp-content/themes/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
    <link rel="apple-touch-icon-precomposed" sizes="114x114"
          href="http://beta.yourhealthcaresimplified.org/wp-content/themes/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
    <link rel="apple-touch-icon-precomposed" sizes="72x72"
          href="http://beta.yourhealthcaresimplified.org/wp-content/themes/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
    <link rel="apple-touch-icon-precomposed"
          href="http://beta.yourhealthcaresimplified.org/wp-content/themes/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
    <meta name='robots' content='noindex,nofollow' />

<!-- This site is optimized with the Yoast WordPress SEO plugin v1.4.11 - http://yoast.com/wordpress/seo/ -->
<meta name="description" content="Get the latest news about the Health Care Reform Law. Check back frequently. We’ll keep you up-to-date as the plan rolls out."/>
<link rel="canonical" href="http://beta.yourhealthcaresimplified.org/news/" />
<meta...

CSS

/*
Theme Name: BootstrapWP
Theme URI: http://bootstrapwp.rachelbaker.me
Author: Rachel Baker
Author URI: http://www.rachelbaker.me
Description: A semantic HTML/CSS framework base theme for WordPress Developers ported from Twitter Bootstrap
Version: 1.0
=======
License: GNU General Public License
License URI: license.txt

This theme, like WordPress, is licensed under the GPL.

The development of BootstrapWP was powered by Sublime Text 2 and lots of Diet Coke.
Use this starter theme to make something cool.  Please share the results with me via Twitter @rachelbaker.
Enjoy!

*/

/********************************************************

Comfortable with LESS?  Check out the /assets/css/less folder where the bootstrapwp.less file is the master complier

Not comfortable with LESS?  You can override the compiled bootstrapwp.css file by adding custom styles here.
-------------------------------------------------- */
 html {
    -webkit-font-smoothing: antialiased;
}
.alpha {
    margin-left:0px !important;
}
.omega {
    margin-right:0px !important;
}
.orange-circle {
    background: url('/wp-content/themes/bootstrap/assets/img/orange-circle.png') 0px 0px no-repeat;
    height:206px;
}
.blue-circle {
    background: url('/wp-content/themes/bootstrap/assets/img/blue-circle.png') 0px 0px no-repeat;
    height:212px;
}
.cranberry-circle {
    background: url('/wp-content/themes/bootstrap/assets/img/cranberry-circle.png') 0px 0px no-repeat;
    height:209px;
}
.gold-circle {
    background: url('/wp-content/themes/bootstrap/assets/img/gold-circle.png') 0px 0px no-repeat;
    height:207px;
}
.orange-square {
    background: url('/wp-content/themes/bootstrap/assets/img/orange-square.png') 0px 0px no-repeat;
    height:193px;
}
.purple-square {
    background: url('/wp-content/themes/bootstrap/assets/img/purple-square.png') 0px 0px no-repeat;
    height:192px;
}
.green-square {
    background: url('/wp-content/themes/bootstrap/assets/img/green-square.png') 0px 0px no-repeat;
  ...

JavaScript

jQuery(document).ready(function(){
        //signup form exit tracking 
        jQuery('#signupModal button').not('#signupSubmitBtn').click(function(){
             var close = $(this).parent().parent().attr('id');
             _gaq.push(['_trackEvent','Email Signup','close']);
         });

        //social tracking
        jQuery('.social img[src*="twitter"]').click(function(){
            alert(['_trackSocial','social','clicked','twitter']);
        });
        jQuery('.social img[src*="facebook"]').click(function(){
            alert(['_trackSocial','social','clicked','facebook']);
        });
    });