  // PROMOADLAYERTRIGGER_TOP_RT.JS

  // ALL SPECIAL TRANSPARENT FLASH LAYER CODE COPYRIGHT 2004 TO 2009 BY R. JONES / NET INFO SYSTEMS. STRICTLY ENFORCED!

  if (MinBrowserReq)
    {
     // Now call the promo ad layer. Testing indicates that this code should NOT be
     // combined at the bottom of the external JavaScript file. Calling this
     // function does not start the code, it only triggers a watch for when the page has
     // completed loaded (when PageIsNowLoadedAndReadyForPromoAdEffect becomes true). 

     // *** Currently set to the TOP_RT version ***
     TriggerThePromoLayer_top_rt();

    };
