$(document).ready(function() {

    $(".copy  p:first").addClass("pOne");
    $("li:last-child").addClass("last");
    $("li:first-child").addClass("first");
    $(".list div.item:last-child").addClass("last");




    //$('#SectionNav a').live('click', function (evt) {
    //    var page = $(this).attr('rel');
    //    
    //    $("body").attr("id", ""+page);
    //    evt.preventDefault();
    //});


  
//    $(".downloadItem a").click(function() {
//        //alert($(this).attr('href'));
//            _gaq.push(['_trackEvent', $(this).attr('href')])
    //    });

//        var filetypes = /\.(zip|exe|pdf|doc*|xls*|ppt*|mp3)$/i;
//        var baseHref = '';
//        if (jQuery('base').attr('href') != undefined)
//            baseHref = jQuery('base').attr('href');
//        jQuery('a').each(function() {
//            var href = jQuery(this).attr('href');
//            if (href &amp;&amp; (href.match(/^https?\:/i)) &amp;&amp; (!href.match(document.domain))) {
//                jQuery(this).click(function() {
//                    var extLink = href.replace(/^https?\:\/\//i, '');
//                    _gaq.push(['_trackEvent', 'External', 'Click', extLink]);
//                    if (jQuery(this).attr('target').toLowerCase() != '_blank') {
//                        setTimeout(function() { location.href = href; }, 200);
//                        return false;
//                    }
//                });
//            }
//            
//        });
//    

});

