(function() {

    //**************** Helper Functions *************************************
    function C() { 
      var N = "t" + Math.floor(new Date().getTime() / 1000000);
      return N;
    }

    function getTime() { return new Date().getTime() }

    function A(R) { 
      var Q = 0, O = 0, S = null, P = null, N = ""; 
      if(R.constructor === Array) { 
        for(Q = 0, O = R.length; Q < O; Q += 1) {
          arguments.callee.call(this, R[Q])
        } 
        return 
      }

     P = arguments.callee.head = arguments.callee.head || document.getElementsByTagName("head")[0]; 
     N = arguments.callee.release = arguments.callee.release;
     // R += N;
      //alert(R);
      //console.log(arguments.callee);
     if(R.indexOf(".js") >= 0) { 
       S = document.createElement("script"); 
       S.setAttribute("type", "text/javascript"); 
       S.setAttribute("src", R);
     } 
     else { 
       if(R.indexOf(".css") >= 0) { 
         S = document.createElement("link"); 
         S.setAttribute("rel", "stylesheet"); 
         S.setAttribute("type", "text/css"); 
         S.setAttribute("href", R);
       } 
     }

     if(P && S) { P.appendChild(S)} 
   } //add stylesheets and js files to head, that's it

  //**************** End Helper Functions *********************************

  var baseURL = 'http://www.washingtonpost.com/wp-srv/wapolabs/cdn/prod/1_3/';
  A([baseURL + 'js/rev_platform_ads_jquery.js'] );
})();
