protected static function _get_context()
 {
     if (is_null(self::$context)) {
         self::$context = stream_context_create(array('http' => array('method' => 'GET', 'timeout' => 3)));
     }
     return self::$context;
 }