var Extensions = {
    makeContentFullSize: function(staticHeight){
        $("#images").remove();
        $("#content").css({
            "margin": 0,  
            "width": 890, 
            "padding": 0, 
            "margin-left": 10, 
            "margin-top": 10, 
            "height": 390});
        if (staticHeight) {
            $("#content").css("overflow-y", "hidden");
        }
    }
}

var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-24005104-1']);
  _gaq.push(['_trackPageview']);
 
  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
