public static function Load2()
 {
     JQuery::IncludeJQuery();
     if (self::$_IncludedVersion === null || self::$_IncludedVersion === 2) {
         \Core\view()->addScript('js/jquery.cycle2.js');
         // IMPORTANT!  Tells the script that the include succeeded!
         self::$_IncludedVersion = 2;
         return true;
     } else {
         return false;
     }
 }