onebox 1.8.39 → 1.8.40

Sign up to get free protection for your applications and to get access to all the features.
Files changed (97) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +1 -1
  3. data/.travis.yml +0 -1
  4. data/README.md +1 -1
  5. data/lib/onebox/engine/amazon_onebox.rb +98 -17
  6. data/lib/onebox/version.rb +3 -1
  7. data/onebox.gemspec +5 -5
  8. data/templates/amazon.mustache +7 -1
  9. metadata +7 -177
  10. data/spec/fixtures/amazon-og.response +0 -3675
  11. data/spec/fixtures/amazon.response +0 -3040
  12. data/spec/fixtures/cloudapp-gif.response +0 -66
  13. data/spec/fixtures/cloudapp-jpg.response +0 -66
  14. data/spec/fixtures/cloudapp-mp4.response +0 -65
  15. data/spec/fixtures/cloudapp-others.response +0 -66
  16. data/spec/fixtures/dailymail.response +0 -5914
  17. data/spec/fixtures/discourse_topic.response +0 -344
  18. data/spec/fixtures/discourse_topic_reply.response +0 -345
  19. data/spec/fixtures/douban.response +0 -4399
  20. data/spec/fixtures/etsy.response +0 -5827
  21. data/spec/fixtures/etsy_mobile.response +0 -4230
  22. data/spec/fixtures/gfycat.response +0 -1
  23. data/spec/fixtures/githubblob.response +0 -46
  24. data/spec/fixtures/githubcommit.response +0 -87
  25. data/spec/fixtures/githubgist.response +0 -310
  26. data/spec/fixtures/githubpullrequest.response +0 -216
  27. data/spec/fixtures/googleplayapp.response +0 -138
  28. data/spec/fixtures/image.response +0 -0
  29. data/spec/fixtures/meetup.response.html +0 -4419
  30. data/spec/fixtures/meetup_oembed.response +0 -1
  31. data/spec/fixtures/pubmed-electronic-xml.response +0 -175
  32. data/spec/fixtures/pubmed-electronic.response +0 -307
  33. data/spec/fixtures/pubmed-xml.response +0 -122
  34. data/spec/fixtures/pubmed.response +0 -300
  35. data/spec/fixtures/slides.response +0 -2852
  36. data/spec/fixtures/stackexchange-answer.response +0 -1
  37. data/spec/fixtures/stackexchange-question.response +0 -1
  38. data/spec/fixtures/twitterstatus.response +0 -2814
  39. data/spec/fixtures/video.response +0 -0
  40. data/spec/fixtures/wechat-mp.response +0 -631
  41. data/spec/fixtures/wikimedia.response +0 -1
  42. data/spec/fixtures/wikipedia.response +0 -566
  43. data/spec/fixtures/wikipediaredirected.response +0 -899
  44. data/spec/fixtures/xkcd.response +0 -1
  45. data/spec/fixtures/youku-meta.response +0 -1
  46. data/spec/fixtures/youku.response +0 -1443
  47. data/spec/fixtures/youtube-channel.response +0 -5446
  48. data/spec/fixtures/youtube-json.response +0 -1
  49. data/spec/fixtures/youtube-list-json.response +0 -1
  50. data/spec/fixtures/youtube.response +0 -1625
  51. data/spec/lib/onebox/engine/amazon_onebox_spec.rb +0 -116
  52. data/spec/lib/onebox/engine/audio_onebox_spec.rb +0 -31
  53. data/spec/lib/onebox/engine/cloudapp_onebox_spec.rb +0 -26
  54. data/spec/lib/onebox/engine/douban_onebox_spec.rb +0 -29
  55. data/spec/lib/onebox/engine/gfycat_onebox_spec.rb +0 -34
  56. data/spec/lib/onebox/engine/github_blob_onebox_spec.rb +0 -21
  57. data/spec/lib/onebox/engine/github_commit_onebox_spec.rb +0 -108
  58. data/spec/lib/onebox/engine/github_gist_onebox_spec.rb +0 -67
  59. data/spec/lib/onebox/engine/github_pullrequest_onebox_spec.rb +0 -46
  60. data/spec/lib/onebox/engine/google_docs_onebox_spec.rb +0 -35
  61. data/spec/lib/onebox/engine/google_maps_onebox_spec.rb +0 -72
  62. data/spec/lib/onebox/engine/google_play_app_onebox_spec.rb +0 -28
  63. data/spec/lib/onebox/engine/html_spec.rb +0 -25
  64. data/spec/lib/onebox/engine/image_onebox_spec.rb +0 -39
  65. data/spec/lib/onebox/engine/json_spec.rb +0 -25
  66. data/spec/lib/onebox/engine/pdf_onebox_spec.rb +0 -28
  67. data/spec/lib/onebox/engine/pubmed_onebox_spec.rb +0 -78
  68. data/spec/lib/onebox/engine/slides_onebox_spec.rb +0 -24
  69. data/spec/lib/onebox/engine/stack_exchange_onebox_spec.rb +0 -97
  70. data/spec/lib/onebox/engine/trello_onebox_spec.rb +0 -30
  71. data/spec/lib/onebox/engine/twitch_clips_onebox_spec.rb +0 -10
  72. data/spec/lib/onebox/engine/twitch_stream_onebox_spec.rb +0 -15
  73. data/spec/lib/onebox/engine/twitch_video_onebox_spec.rb +0 -10
  74. data/spec/lib/onebox/engine/twitter_status_onebox_spec.rb +0 -187
  75. data/spec/lib/onebox/engine/video_onebox_spec.rb +0 -31
  76. data/spec/lib/onebox/engine/wechat_mp_onebox_spec.rb +0 -26
  77. data/spec/lib/onebox/engine/whitelisted_generic_onebox_spec.rb +0 -179
  78. data/spec/lib/onebox/engine/wikimedia_onebox_spec.rb +0 -23
  79. data/spec/lib/onebox/engine/wikipedia_onebox_spec.rb +0 -21
  80. data/spec/lib/onebox/engine/xkcd_spec.rb +0 -27
  81. data/spec/lib/onebox/engine/youku_onebox_spec.rb +0 -13
  82. data/spec/lib/onebox/engine/youtube_onebox_spec.rb +0 -84
  83. data/spec/lib/onebox/engine_spec.rb +0 -101
  84. data/spec/lib/onebox/helpers_spec.rb +0 -73
  85. data/spec/lib/onebox/layout_spec.rb +0 -79
  86. data/spec/lib/onebox/matcher_spec.rb +0 -74
  87. data/spec/lib/onebox/preview_spec.rb +0 -74
  88. data/spec/lib/onebox/status_check_spec.rb +0 -68
  89. data/spec/lib/onebox_spec.rb +0 -65
  90. data/spec/spec_helper.rb +0 -90
  91. data/spec/support/html_spec_helper.rb +0 -18
  92. data/web/assets/javascripts/jquery.js +0 -4
  93. data/web/assets/javascripts/main.js +0 -23
  94. data/web/assets/stylesheets/normalize.css +0 -427
  95. data/web/assets/stylesheets/style.css +0 -25
  96. data/web/views/index.haml +0 -29
  97. data/web/views/layout.haml +0 -11
@@ -1 +0,0 @@
1
- {"batchcomplete":"","query":{"normalized":[{"from":"File:Stones_members_montage2.jpg","to":"File:Stones members montage2.jpg"}],"pages":{"-1":{"ns":6,"title":"File:Stones members montage2.jpg","missing":"","known":"","imagerepository":"shared","imageinfo":[{"timestamp":"2010-12-07T23:13:30Z","user":"84user","thumburl":"https://upload.wikimedia.org/wikipedia/commons/thumb/a/af/Stones_members_montage2.jpg/500px-Stones_members_montage2.jpg","thumbwidth":500,"thumbheight":459,"url":"https://upload.wikimedia.org/wikipedia/commons/a/af/Stones_members_montage2.jpg","descriptionurl":"https://commons.wikimedia.org/wiki/File:Stones_members_montage2.jpg","descriptionshorturl":"https://commons.wikimedia.org/w/index.php?curid=12245228"}]}}}}
@@ -1,566 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en" dir="ltr" class="client-nojs">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <title>Billy Jack - Wikipedia, the free encyclopedia</title>
6
- <meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
7
- <meta name="generator" content="MediaWiki 1.23wmf20" />
8
- <link rel="alternate" href="android-app://org.wikipedia/http/en.m.wikipedia.org/wiki/Billy_Jack" />
9
- <link rel="alternate" type="application/x-wiki" title="Edit this page" href="/w/index.php?title=Billy_Jack&amp;action=edit" />
10
- <link rel="edit" title="Edit this page" href="/w/index.php?title=Billy_Jack&amp;action=edit" />
11
- <link rel="apple-touch-icon" href="//bits.wikimedia.org/apple-touch/wikipedia.png" />
12
- <link rel="shortcut icon" href="//bits.wikimedia.org/favicon/wikipedia.ico" />
13
- <link rel="search" type="application/opensearchdescription+xml" href="/w/opensearch_desc.php" title="Wikipedia (en)" />
14
- <link rel="EditURI" type="application/rsd+xml" href="//en.wikipedia.org/w/api.php?action=rsd" />
15
- <link rel="copyright" href="//creativecommons.org/licenses/by-sa/3.0/" />
16
- <link rel="alternate" type="application/atom+xml" title="Wikipedia Atom feed" href="/w/index.php?title=Special:RecentChanges&amp;feed=atom" />
17
- <link rel="canonical" href="http://en.wikipedia.org/wiki/Billy_Jack" />
18
- <link rel="stylesheet" href="//bits.wikimedia.org/en.wikipedia.org/load.php?debug=false&amp;lang=en&amp;modules=ext.gadget.DRN-wizard%2CReferenceTooltips%2Ccharinsert%2Cteahouse%7Cext.rtlcite%2Cwikihiero%7Cext.uls.nojs%7Cext.visualEditor.viewPageTarget.noscript%7Cmediawiki.legacy.commonPrint%2Cshared%7Cmediawiki.ui.button%7Cskins.common.interface%7Cskins.vector.styles&amp;only=styles&amp;skin=vector&amp;*" />
19
- <meta name="ResourceLoaderDynamicStyles" content="" />
20
- <link rel="stylesheet" href="//bits.wikimedia.org/en.wikipedia.org/load.php?debug=false&amp;lang=en&amp;modules=site&amp;only=styles&amp;skin=vector&amp;*" />
21
- <style>a:lang(ar),a:lang(kk-arab),a:lang(mzn),a:lang(ps),a:lang(ur){text-decoration:none}
22
- /* cache key: enwiki:resourceloader:filter:minify-css:7:3904d24a08aa08f6a68dc338f9be277e */</style>
23
-
24
- <script src="//bits.wikimedia.org/en.wikipedia.org/load.php?debug=false&amp;lang=en&amp;modules=startup&amp;only=scripts&amp;skin=vector&amp;*"></script>
25
- <script>if(window.mw){
26
- mw.config.set({"wgCanonicalNamespace":"","wgCanonicalSpecialPageName":false,"wgNamespaceNumber":0,"wgPageName":"Billy_Jack","wgTitle":"Billy Jack","wgCurRevisionId":603090957,"wgRevisionId":603090957,"wgArticleId":966552,"wgIsArticle":true,"wgIsRedirect":false,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["Articles needing additional references from November 2010","All articles needing additional references","English-language films","Film articles using image size parameter","All articles with unsourced statements","Articles with unsourced statements from December 2012","Articles with hAudio microformats","Album infoboxes lacking a cover","1971 films","Counterculture of the 1960s","Fictional Navajo people","Films about Native Americans","Films shot in Arizona","Films shot in California","Films shot in New Mexico","Hapkido films","Hippie films","Prescott, Arizona","Vigilante films"],"wgBreakFrames":false,"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgMonthNamesShort":["","Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"wgRelevantPageName":"Billy_Jack","wgIsProbablyEditable":true,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgWikiEditorEnabledModules":{"toolbar":true,"dialogs":true,"hidesig":true,"templateEditor":false,"templates":false,"preview":false,"previewDialog":false,"publish":false,"toc":false},"wgBetaFeaturesFeatures":[],"wgMediaViewerOnClick":false,"wgVisualEditor":{"isPageWatched":false,"magnifyClipIconURL":"//bits.wikimedia.org/static-1.23wmf20/skins/common/images/magnify-clip.png","pageLanguageCode":"en","pageLanguageDir":"ltr","svgMaxSize":2048},"wikilove-recipient":"","wikilove-anon":0,"wgGuidedTourHelpGuiderUrl":"Help:Guided tours/guider","wgFlowTermsOfUseEdit":"By saving changes, you agree to our \u003Ca class=\"external text\" href=\"//wikimediafoundation.org/wiki/Terms_of_use\"\u003ETerms of Use\u003C/a\u003E and agree to irrevocably release your text under the \u003Ca rel=\"nofollow\" class=\"external text\" href=\"//creativecommons.org/licenses/by-sa/3.0\"\u003ECC BY-SA 3.0 License\u003C/a\u003E and \u003Ca class=\"external text\" href=\"//en.wikipedia.org/wiki/Wikipedia:Text_of_the_GNU_Free_Documentation_License\"\u003EGFDL\u003C/a\u003E","wgULSAcceptLanguageList":[],"wgULSCurrentAutonym":"English","wgFlaggedRevsParams":{"tags":{"status":{"levels":1,"quality":2,"pristine":3}}},"wgStableRevisionId":null,"wgCategoryTreePageCategoryOptions":"{\"mode\":0,\"hideprefix\":20,\"showcount\":true,\"namespaces\":false}","wgNoticeProject":"wikipedia","wgWikibaseItemId":"Q2027905"});
27
- }</script><script>if(window.mw){
28
- mw.loader.implement("user.options",function(){mw.user.options.set({"ccmeonemails":0,"cols":80,"date":"default","diffonly":0,"disablemail":0,"editfont":"default","editondblclick":0,"editsectiononrightclick":0,"enotifminoredits":0,"enotifrevealaddr":0,"enotifusertalkpages":1,"enotifwatchlistpages":0,"extendwatchlist":0,"fancysig":0,"forceeditsummary":0,"gender":"unknown","hideminor":0,"hidepatrolled":0,"imagesize":2,"math":0,"minordefault":0,"newpageshidepatrolled":0,"nickname":"","norollbackdiff":0,"numberheadings":0,"previewonfirst":0,"previewontop":1,"rcdays":7,"rclimit":50,"rememberpassword":0,"rows":25,"showhiddencats":false,"shownumberswatching":1,"showtoolbar":1,"skin":"vector","stubthreshold":0,"thumbsize":4,"underline":2,"uselivepreview":0,"usenewrc":0,"watchcreations":1,"watchdefault":0,"watchdeletion":0,"watchlistdays":3,"watchlisthideanons":0,"watchlisthidebots":0,"watchlisthideliu":0,"watchlisthideminor":0,"watchlisthideown":0,"watchlisthidepatrolled":0,"watchmoves":0,
29
- "wllimit":250,"useeditwarning":1,"prefershttps":1,"flaggedrevssimpleui":1,"flaggedrevsstable":0,"flaggedrevseditdiffs":true,"flaggedrevsviewdiffs":false,"usebetatoolbar":1,"usebetatoolbar-cgd":1,"multimediaviewer-enable":true,"visualeditor-enable":0,"visualeditor-enable-experimental":0,"visualeditor-betatempdisable":0,"wikilove-enabled":1,"echo-subscriptions-web-page-review":true,"echo-subscriptions-email-page-review":false,"ep_showtoplink":false,"ep_bulkdelorgs":false,"ep_bulkdelcourses":true,"ep_showdyk":true,"echo-subscriptions-web-education-program":true,"echo-subscriptions-email-education-program":false,"echo-notify-show-link":true,"echo-show-alert":true,"echo-email-frequency":0,"echo-email-format":"html","echo-subscriptions-email-system":true,"echo-subscriptions-web-system":true,"echo-subscriptions-email-other":false,"echo-subscriptions-web-other":true,"echo-subscriptions-email-edit-user-talk":false,"echo-subscriptions-web-edit-user-talk":true,"echo-subscriptions-email-reverted":
30
- false,"echo-subscriptions-web-reverted":true,"echo-subscriptions-email-article-linked":false,"echo-subscriptions-web-article-linked":false,"echo-subscriptions-email-mention":false,"echo-subscriptions-web-mention":true,"echo-subscriptions-web-edit-thank":true,"echo-subscriptions-email-edit-thank":false,"echo-subscriptions-web-flow-discussion":true,"echo-subscriptions-email-flow-discussion":false,"gettingstarted-task-toolbar-show-intro":true,"uls-preferences":"","language":"en","variant-gan":"gan","variant-iu":"iu","variant-kk":"kk","variant-ku":"ku","variant-shi":"shi","variant-sr":"sr","variant-tg":"tg","variant-uz":"uz","variant-zh":"zh","searchNs0":true,"searchNs1":false,"searchNs2":false,"searchNs3":false,"searchNs4":false,"searchNs5":false,"searchNs6":false,"searchNs7":false,"searchNs8":false,"searchNs9":false,"searchNs10":false,"searchNs11":false,"searchNs12":false,"searchNs13":false,"searchNs14":false,"searchNs15":false,"searchNs100":false,"searchNs101":false,"searchNs108":false,
31
- "searchNs109":false,"searchNs118":false,"searchNs119":false,"searchNs446":false,"searchNs447":false,"searchNs710":false,"searchNs711":false,"searchNs828":false,"searchNs829":false,"gadget-teahouse":1,"gadget-ReferenceTooltips":1,"gadget-DRN-wizard":1,"gadget-charinsert":1,"gadget-mySandbox":1,"variant":"en"});},{},{});mw.loader.implement("user.tokens",function(){mw.user.tokens.set({"editToken":"+\\","patrolToken":false,"watchToken":false});},{},{});
32
- /* cache key: enwiki:resourceloader:filter:minify-js:7:f91b7921db835befbf3c85fee027f8c0 */
33
- }</script>
34
- <script>if(window.mw){
35
- mw.loader.load(["mediawiki.page.startup","mediawiki.legacy.wikibits","mediawiki.legacy.ajax","ext.centralauth.centralautologin","skins.vector.compactPersonalBar.defaultTracking","ext.visualEditor.viewPageTarget.init","ext.uls.init","ext.uls.interface","wikibase.client.init","ext.centralNotice.bannerController","skins.vector.js"]);
36
- }</script>
37
- <link rel="dns-prefetch" href="//meta.wikimedia.org" /><!--[if lt IE 7]><style type="text/css">body{behavior:url("/w/static-1.23wmf20/skins/vector/csshover.min.htc")}</style><![endif]--></head>
38
- <body class="mediawiki ltr sitedir-ltr ns-0 ns-subject page-Billy_Jack skin-vector action-view vector-animateLayout">
39
- <div id="mw-page-base" class="noprint"></div>
40
- <div id="mw-head-base" class="noprint"></div>
41
- <div id="content" class="mw-body" role="main">
42
- <a id="top"></a>
43
- <div id="mw-js-message" style="display:none;"></div>
44
- <div id="siteNotice"><!-- CentralNotice --></div>
45
- <h1 id="firstHeading" class="firstHeading" lang="en"><span dir="auto"><i>Billy Jack</i></span></h1>
46
- <div id="bodyContent">
47
- <div id="siteSub">From Wikipedia, the free encyclopedia</div>
48
- <div id="contentSub"></div>
49
- <div id="jump-to-nav" class="mw-jump">
50
- Jump to: <a href="#mw-navigation">navigation</a>, <a href="#p-search">search</a>
51
- </div>
52
- <div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr"><dl>
53
- <dd><i>This article is about the 1971 film. For the <a href="/wiki/Professional_wrestling" title="Professional wrestling">wrestler</a> of a similar name, see <a href="/wiki/Billy_Jack_Haynes" title="Billy Jack Haynes">Billy Jack Haynes</a>.</i></dd>
54
- </dl>
55
- <table class="metadata plainlinks ambox ambox-content ambox-Refimprove" role="presentation">
56
- <tr>
57
- <td class="mbox-image">
58
- <div style="width:52px;"><a href="/wiki/File:Question_book-new.svg" class="image"><img alt="" src="//upload.wikimedia.org/wikipedia/en/thumb/9/99/Question_book-new.svg/50px-Question_book-new.svg.png" width="50" height="39" srcset="//upload.wikimedia.org/wikipedia/en/thumb/9/99/Question_book-new.svg/75px-Question_book-new.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/9/99/Question_book-new.svg/100px-Question_book-new.svg.png 2x" /></a></div>
59
- </td>
60
- <td class="mbox-text"><span class="mbox-text-span">This article <b>needs additional citations for <a href="/wiki/Wikipedia:Verifiability" title="Wikipedia:Verifiability">verification</a></b>. <span class="hide-when-compact">Please help <a class="external text" href="//en.wikipedia.org/w/index.php?title=Billy_Jack&amp;action=edit">improve this article</a> by <a href="/wiki/Help:Introduction_to_referencing/1" title="Help:Introduction to referencing/1">adding citations to reliable sources</a>. Unsourced material may be challenged and removed.</span> <small><i>(November 2010)</i></small></span></td>
61
- </tr>
62
- </table>
63
- <table class="infobox vevent" cellspacing="3" style="border-spacing:3px;width:22em;font-size: 90%;;">
64
- <tr>
65
- <th colspan="2" class="summary" style="text-align:center;font-size:125%;font-weight:bold;font-size: 110%; font-style: italic;">Billy Jack</th>
66
- </tr>
67
- <tr>
68
- <td colspan="2" style="text-align:center;"><a href="/wiki/File:Billy_Jack_poster.jpg" class="image"><img alt="Billy Jack poster.jpg" src="//upload.wikimedia.org/wikipedia/en/thumb/4/48/Billy_Jack_poster.jpg/220px-Billy_Jack_poster.jpg" width="220" height="329" class="thumbborder" srcset="//upload.wikimedia.org/wikipedia/en/4/48/Billy_Jack_poster.jpg 1.5x, //upload.wikimedia.org/wikipedia/en/4/48/Billy_Jack_poster.jpg 2x" /></a><br />
69
- <div style="font-size: 95%; line-height: 1.5em;">Theatrical release poster.</div>
70
- </td>
71
- </tr>
72
- <tr>
73
- <th scope="row" style="text-align:left;white-space: nowrap;;">Directed by</th>
74
- <td><a href="/wiki/Tom_Laughlin" title="Tom Laughlin">Tom Laughlin</a><br />
75
- <small>as T.C. Frank</small></td>
76
- </tr>
77
- <tr>
78
- <th scope="row" style="text-align:left;white-space: nowrap;;">Produced by</th>
79
- <td><a href="/wiki/Tom_Laughlin" title="Tom Laughlin">Tom Laughlin</a><br />
80
- <small>as Mary Rose Solti</small></td>
81
- </tr>
82
- <tr>
83
- <th scope="row" style="text-align:left;white-space: nowrap;;">Written by</th>
84
- <td><a href="/wiki/Tom_Laughlin" title="Tom Laughlin">Tom Laughlin</a><br />
85
- <small>(as Frank Christina)</small><br />
86
- <a href="/wiki/Delores_Taylor" title="Delores Taylor">Delores Taylor</a><br />
87
- <small>(as Theresa Christina)</small></td>
88
- </tr>
89
- <tr>
90
- <th scope="row" style="text-align:left;white-space: nowrap;;">Starring</th>
91
- <td><a href="/wiki/Tom_Laughlin" title="Tom Laughlin">Tom Laughlin</a><br />
92
- <a href="/wiki/Delores_Taylor" title="Delores Taylor">Delores Taylor</a></td>
93
- </tr>
94
- <tr>
95
- <th scope="row" style="text-align:left;white-space: nowrap;;">Music by</th>
96
- <td><a href="/wiki/Mundell_Lowe" title="Mundell Lowe">Mundell Lowe</a>, <a href="/wiki/Dennis_Lambert" title="Dennis Lambert">Dennis Lambert</a>, <a href="/wiki/Brian_Potter" title="Brian Potter">Brian Potter</a></td>
97
- </tr>
98
- <tr>
99
- <th scope="row" style="text-align:left;white-space: nowrap;;">Cinematography</th>
100
- <td><a href="/wiki/Fred_J._Koenekamp" title="Fred J. Koenekamp" class="mw-redirect">Fred Koenekamp</a><br />
101
- John M. Stephens</td>
102
- </tr>
103
- <tr>
104
- <th scope="row" style="text-align:left;white-space: nowrap;;">Editing by</th>
105
- <td>Larry Heath<br />
106
- Marion Rothman</td>
107
- </tr>
108
- <tr>
109
- <th scope="row" style="text-align:left;white-space: nowrap;;">Studio</th>
110
- <td>National Student Film Corporation</td>
111
- </tr>
112
- <tr>
113
- <th scope="row" style="text-align:left;white-space: nowrap;;">Distributed by</th>
114
- <td><a href="/wiki/Warner_Bros." title="Warner Bros.">Warner Bros.</a></td>
115
- </tr>
116
- <tr>
117
- <th scope="row" style="text-align:left;white-space: nowrap;;">Release dates</th>
118
- <td>May 1, 1971</td>
119
- </tr>
120
- <tr>
121
- <th scope="row" style="text-align:left;white-space: nowrap;;">Running time</th>
122
- <td>114 min.</td>
123
- </tr>
124
- <tr>
125
- <th scope="row" style="text-align:left;white-space: nowrap;;">Country</th>
126
- <td>United States</td>
127
- </tr>
128
- <tr>
129
- <th scope="row" style="text-align:left;white-space: nowrap;;">Language</th>
130
- <td>English</td>
131
- </tr>
132
- <tr>
133
- <th scope="row" style="text-align:left;white-space: nowrap;;">Budget</th>
134
- <td>$800,000</td>
135
- </tr>
136
- <tr>
137
- <th scope="row" style="text-align:left;white-space: nowrap;;">Box office</th>
138
- <td>$32,500,000<sup id="cite_ref-NYT_1-0" class="reference"><a href="#cite_note-NYT-1"><span>[</span>1<span>]</span></a></sup></td>
139
- </tr>
140
- </table>
141
- <p><i><b>Billy Jack</b></i> is a 1971 action/drama <a href="/wiki/Independent_film" title="Independent film">independent</a> film; the second of four films centering on a character of the same name which began with the movie <i><a href="/wiki/The_Born_Losers" title="The Born Losers">The Born Losers</a></i> (1967), played by <a href="/wiki/Tom_Laughlin" title="Tom Laughlin">Tom Laughlin</a>, who directed and co-wrote the script. Filming began in <a href="/wiki/Prescott,_Arizona" title="Prescott, Arizona">Prescott, Arizona</a>, in the fall of 1969, but the movie was not completed until 1971. <a href="/wiki/American_International_Pictures" title="American International Pictures">American International Pictures</a> pulled out, halting filming. <a href="/wiki/20th_Century_Fox" title="20th Century Fox">20th Century-Fox</a> came forward and filming eventually resumed but when that studio refused to distribute the film, <a href="/wiki/Warner_Bros." title="Warner Bros.">Warner Bros.</a> stepped forward.</p>
142
- <p>Still, the film lacked distribution, so Laughlin booked it in to theaters himself in 1971.<sup id="cite_ref-NYT_1-1" class="reference"><a href="#cite_note-NYT-1"><span>[</span>1<span>]</span></a></sup> The film died at the box office in its initial run, but eventually took in more than $40 million in its 1973 re-release, with distribution supervised by Laughlin.</p>
143
- <p></p>
144
- <div id="toc" class="toc">
145
- <div id="toctitle">
146
- <h2>Contents</h2>
147
- </div>
148
- <ul>
149
- <li class="toclevel-1 tocsection-1"><a href="#Plot"><span class="tocnumber">1</span> <span class="toctext">Plot</span></a></li>
150
- <li class="toclevel-1 tocsection-2"><a href="#Box-office_and_critical_reception"><span class="tocnumber">2</span> <span class="toctext">Box-office and critical reception</span></a></li>
151
- <li class="toclevel-1 tocsection-3"><a href="#Soundtrack"><span class="tocnumber">3</span> <span class="toctext">Soundtrack</span></a>
152
- <ul>
153
- <li class="toclevel-2 tocsection-4"><a href="#Reception"><span class="tocnumber">3.1</span> <span class="toctext">Reception</span></a></li>
154
- <li class="toclevel-2 tocsection-5"><a href="#Track_listing"><span class="tocnumber">3.2</span> <span class="toctext">Track listing</span></a></li>
155
- <li class="toclevel-2 tocsection-6"><a href="#Personnel"><span class="tocnumber">3.3</span> <span class="toctext">Personnel</span></a></li>
156
- </ul>
157
- </li>
158
- <li class="toclevel-1 tocsection-7"><a href="#Influence"><span class="tocnumber">4</span> <span class="toctext">Influence</span></a></li>
159
- <li class="toclevel-1 tocsection-8"><a href="#Billy_Jack_in_popular_culture"><span class="tocnumber">5</span> <span class="toctext"><i>Billy Jack</i> in popular culture</span></a></li>
160
- <li class="toclevel-1 tocsection-9"><a href="#References"><span class="tocnumber">6</span> <span class="toctext">References</span></a></li>
161
- <li class="toclevel-1 tocsection-10"><a href="#External_links"><span class="tocnumber">7</span> <span class="toctext">External links</span></a></li>
162
- </ul>
163
- </div>
164
- <p></p>
165
- <h2><span class="mw-headline" id="Plot">Plot</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Billy_Jack&amp;action=edit&amp;section=1" title="Edit section: Plot">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
166
- <p>Billy Jack is a "<a href="/wiki/Half-breed" title="Half-breed">half-breed</a>" <a href="/wiki/Navajo_people" title="Navajo people">American Navajo Indian</a><sup class="Template-Fact" style="white-space:nowrap;">[<i><a href="/wiki/Wikipedia:Citation_needed" title="Wikipedia:Citation needed"><span title="This claim needs references to reliable sources. (December 2012)">citation needed</span></a></i>]</sup>, a <a href="/wiki/Special_Forces_(United_States_Army)" title="Special Forces (United States Army)">Green Beret</a> <a href="/wiki/Vietnam_War" title="Vietnam War">Vietnam War</a> <a href="/wiki/Veteran" title="Veteran">veteran</a>, and a <a href="/wiki/Hapkido" title="Hapkido">hapkido</a> master. The character made his début in <i><a href="/wiki/The_Born_Losers" title="The Born Losers">The Born Losers</a></i> (1967), a "<a href="/wiki/Outlaw_motorcycle_club" title="Outlaw motorcycle club">biker</a> film" about a motorcycle gang terrorizing a California town. Billy Jack rises to the occasion to defeat the gang when defending a college student with evidence against them for gang rape.</p>
167
- <p>In the second film, <i>Billy Jack</i>, the <a href="/wiki/Hero" title="Hero">hero</a> defends the <a href="/wiki/Hippie" title="Hippie">hippie</a>-themed Freedom School and students from townspeople who do not understand or like the <a href="/wiki/Counterculture_of_the_1960s" title="Counterculture of the 1960s">counterculture</a> students. The school is organized by Jean Roberts (<a href="/wiki/Delores_Taylor" title="Delores Taylor">Delores Taylor</a>).</p>
168
- <p>In one scene, a group of Indian children from the school go to town for ice cream and are refused service and then abused and humiliated by Bernard Posner and his gang. This prompts a violent outburst by Billy. Later, Billy's girlfriend Jean is raped and an Indian student is murdered by Bernard (David Roya), the son of the county's corrupt <a href="/wiki/Political_boss" title="Political boss">political boss</a> (<a href="/wiki/Bert_Freed" title="Bert Freed">Bert Freed</a>). Billy confronts Bernard and sustains a gunshot wound before killing him with a hand strike to the throat, after Bernard was having sex with a 13-year-old girl. After a climactic shootout with the police, and pleading from Jean, Billy Jack surrenders to the authorities and is arrested. As he is driven away, a large crowd of supporters raise their fists as a show of defiance and support. The plot continues in the sequel, <i><a href="/wiki/The_Trial_of_Billy_Jack" title="The Trial of Billy Jack">The Trial of Billy Jack</a></i>.</p>
169
- <h2><span class="mw-headline" id="Box-office_and_critical_reception">Box-office and critical reception</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Billy_Jack&amp;action=edit&amp;section=2" title="Edit section: Box-office and critical reception">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
170
- <p>The film was re-released in 1973 and earned an estimated $8,275,000 in North American rentals.<sup id="cite_ref-2" class="reference"><a href="#cite_note-2"><span>[</span>2<span>]</span></a></sup></p>
171
- <p><i>Billy Jack</i> holds a "Fresh" rating of 62% at <a href="/wiki/Rotten_Tomatoes" title="Rotten Tomatoes">Rotten Tomatoes</a>.<sup id="cite_ref-3" class="reference"><a href="#cite_note-3"><span>[</span>3<span>]</span></a></sup> As of February 2014 it has a score of 6.1 on <a href="/wiki/Internet_Movie_Database" title="Internet Movie Database">IMDB</a>.</p>
172
- <p>In his <i>Movie and Video Guide,</i> film critic Leonard Maltin writes: "Seen today, its politics are highly questionable, and its 'message' of peace looks ridiculous, considering the amount of violence in the film."</p>
173
- <p><a href="/wiki/Roger_Ebert" title="Roger Ebert">Roger Ebert</a> also saw the message of the film as self-contradictory, writing: "I'm also somewhat disturbed by the central theme of the movie. 'Billy Jack' seems to be saying the same thing as '<a href="/wiki/The_Born_Losers" title="The Born Losers">Born Losers</a>,' that a gun is better than a constitution in the enforcement of justice."<sup id="cite_ref-4" class="reference"><a href="#cite_note-4"><span>[</span>4<span>]</span></a></sup></p>
174
- <p>Delores Taylor received a <a href="/wiki/Golden_Globe" title="Golden Globe" class="mw-redirect">Golden Globe</a> nomination as Most Promising Newcoming Actress. Tom Laughlin won the grand prize for the film at the 1971 <a href="/wiki/Taormina_International_Film_Festival" title="Taormina International Film Festival" class="mw-redirect">Taormina International Film Festival</a> in Italy.</p>
175
- <h2><span class="mw-headline" id="Soundtrack">Soundtrack</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Billy_Jack&amp;action=edit&amp;section=3" title="Edit section: Soundtrack">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
176
- <table class="infobox vevent haudio" cellspacing="3" style="border-spacing:3px;width:22em;">
177
- <tr>
178
- <th colspan="2" class="summary album" style="text-align:center;font-size:125%;font-weight:bold;font-style: italic; background-color: gainsboro;">Billy Jack</th>
179
- </tr>
180
- <tr>
181
- <th colspan="2" style="text-align:center;background-color: gainsboro;"><a href="/wiki/Soundtrack_album" title="Soundtrack album">Soundtrack album</a> by <span class="contributor"><a href="/wiki/Mundell_Lowe" title="Mundell Lowe">Mundell Lowe</a></span></th>
182
- </tr>
183
- <tr>
184
- <th scope="row" style="text-align:left;">Released</th>
185
- <td class="published">1972</td>
186
- </tr>
187
- <tr>
188
- <th scope="row" style="text-align:left;">Recorded</th>
189
- <td>1971</td>
190
- </tr>
191
- <tr>
192
- <th scope="row" style="text-align:left;"><a href="/wiki/Music_genre" title="Music genre">Genre</a></th>
193
- <td class="category"><a href="/wiki/Film_score" title="Film score">Film score</a></td>
194
- </tr>
195
- <tr>
196
- <th scope="row" style="text-align:left;"><a href="/wiki/Record_label" title="Record label">Label</a></th>
197
- <td><a href="/wiki/Warner_Bros._Records" title="Warner Bros. Records">Warner Bros.</a><br />
198
- <small>WS 1926</small></td>
199
- </tr>
200
- <tr>
201
- <th scope="row" style="text-align:left;"><a href="/wiki/Record_producer" title="Record producer">Producer</a></th>
202
- <td>Mundell Lowe</td>
203
- </tr>
204
- <tr>
205
- <th colspan="2" style="text-align:center;background-color: gainsboro;"><a href="/wiki/Mundell_Lowe" title="Mundell Lowe">Mundell Lowe</a> chronology</th>
206
- </tr>
207
- <tr>
208
- <td colspan="2" style="text-align:center;">
209
- <table style="width:100%; background: transparent; text-align: center; line-height: 1.4em; vertical-align: top">
210
- <tr>
211
- <td style="width: 33%; padding: 0.2em 0.1em 0.2em 0"><i><a href="/wiki/Satan_in_High_Heels#Soundtrack" title="Satan in High Heels">Satan in High Heels</a></i><br />
212
- (1961)</td>
213
- <td style="width: 33%; padding: 0.2em 0.1em 0.2em 0.1em"><i><b>Billy Jack</b></i><br />
214
- (1971)</td>
215
- <td style="width: 33%; padding: 0.2em 0 0.2em 0.1em"><i><a href="/w/index.php?title=California_Guitar&amp;action=edit&amp;redlink=1" class="new" title="California Guitar (page does not exist)">California Guitar</a></i><br />
216
- (1974)</td>
217
- </tr>
218
- </table>
219
- </td>
220
- </tr>
221
- </table>
222
- <p>The <a href="/wiki/Film_score" title="Film score">film score</a> was composed, arranged and conducted by <a href="/wiki/Mundell_Lowe" title="Mundell Lowe">Mundell Lowe</a> and the soundtrack album was originally released on the <a href="/wiki/Warner_Bros._Records" title="Warner Bros. Records">Warner Bros.</a> label.<sup id="cite_ref-Mundell_Lowe_discography_5-0" class="reference"><a href="#cite_note-Mundell_Lowe_discography-5"><span>[</span>5<span>]</span></a></sup></p>
223
- <h3><span class="mw-headline" id="Reception">Reception</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Billy_Jack&amp;action=edit&amp;section=4" title="Edit section: Reception">edit</a><span class="mw-editsection-bracket">]</span></span></h3>
224
- <p>The <a href="/wiki/Allmusic" title="Allmusic" class="mw-redirect">Allmusic</a> review states "a strange and striking combination of styles that somehow is effective... a listenable disc whose flaws only add to the warmth".<sup id="cite_ref-Allmusic_6-0" class="reference"><a href="#cite_note-Allmusic-6"><span>[</span>6<span>]</span></a></sup> The film's theme song, "<a href="/wiki/One_Tin_Soldier" title="One Tin Soldier">One Tin Soldier (The Legend of Billy Jack)</a>" by the band <a href="/wiki/Coven_(band)" title="Coven (band)">Coven</a>, became a <a href="/wiki/Top_40" title="Top 40">Top 40</a> hit in 1971, and featured the chorus:</p>
225
- <div style="margin-left: 2em; font-style: italic;" class="poem">
226
- <p>Go ahead and hate your neighbor; go ahead and cheat a friend.<br />
227
- Do it in the name of heaven; you can justify it in the end.<br />
228
- There won't be any trumpets blowin' come the judgment day<br />
229
- On the bloody morning after, one tin soldier rides away</p>
230
- </div>
231
- <table class="wikitable infobox" style="float: right; width: 24.2em; font-size: 80%; text-align: center; margin:0.5em 0 0.5em 1em; padding:0;" cellpadding="0" cellspacing="0">
232
- <tr>
233
- <th scope="col" colspan="2" style="font-size:120%;">Professional ratings</th>
234
- </tr>
235
- <tr>
236
- <th scope="col" colspan="2" style="background:#d1dbdf; font-size:120%;">Review scores</th>
237
- </tr>
238
- <tr>
239
- <th scope="col">Source</th>
240
- <th scope="col">Rating</th>
241
- </tr>
242
- <tr>
243
- <td scope="row"><i><a href="/wiki/Allmusic" title="Allmusic" class="mw-redirect">Allmusic</a></i></td>
244
- <td style="vertical-align:middle"><span style="white-space:nowrap" title="3.5/5 stars"><img alt="3.5/5 stars" src="//upload.wikimedia.org/wikipedia/commons/thumb/5/51/Star_full.svg/11px-Star_full.svg.png" width="11" height="11" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/5/51/Star_full.svg/17px-Star_full.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/5/51/Star_full.svg/22px-Star_full.svg.png 2x" /><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/5/51/Star_full.svg/11px-Star_full.svg.png" width="11" height="11" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/5/51/Star_full.svg/17px-Star_full.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/5/51/Star_full.svg/22px-Star_full.svg.png 2x" /><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/5/51/Star_full.svg/11px-Star_full.svg.png" width="11" height="11" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/5/51/Star_full.svg/17px-Star_full.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/5/51/Star_full.svg/22px-Star_full.svg.png 2x" /><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/8/81/Star_half.svg/11px-Star_half.svg.png" width="11" height="11" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/8/81/Star_half.svg/17px-Star_half.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/8/81/Star_half.svg/22px-Star_half.svg.png 2x" /><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/4/49/Star_empty.svg/11px-Star_empty.svg.png" width="11" height="11" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/4/49/Star_empty.svg/17px-Star_empty.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/4/49/Star_empty.svg/22px-Star_empty.svg.png 2x" /></span><sup id="cite_ref-Allmusic_6-1" class="reference"><a href="#cite_note-Allmusic-6"><span>[</span>6<span>]</span></a></sup></td>
245
- </tr>
246
- </table>
247
- <h3><span class="mw-headline" id="Track_listing">Track listing</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Billy_Jack&amp;action=edit&amp;section=5" title="Edit section: Track listing">edit</a><span class="mw-editsection-bracket">]</span></span></h3>
248
- <p>All compositions by Mundell Lowe, except as indicated.</p>
249
- <ol>
250
- <li>"<a href="/wiki/One_Tin_Soldier" title="One Tin Soldier">One Tin Soldier</a>" (Dennis Lambert, <a href="/wiki/Brian_Potter_(musician)" title="Brian Potter (musician)">Brian Potter</a>)&#160;– 3:18</li>
251
- <li>"Hello Billy Jack"&#160;– 0:45</li>
252
- <li>"Old and the New"&#160;– 1:00</li>
253
- <li>"Johnnie" (Teresa Kelly)&#160;– 2:35</li>
254
- <li>"Look, Look to the Mountain" (Kelly)&#160;– 1:40</li>
255
- <li>"When Will Billy Love Me" (Lynn Baker)&#160;– 3:24</li>
256
- <li>"Freedom Over Me" (Gwen Smith)&#160;– 0:35</li>
257
- <li>"All Forked Tongue Talk Alike"&#160;– 2:54</li>
258
- <li>"Challenge"&#160;– 2:20</li>
259
- <li>"Rainbow Made of Children" (Baker)&#160;– 3:50</li>
260
- <li>"Most Beautiful Day"&#160;– 0:30</li>
261
- <li>"An Indian Dance"&#160;– 1:15</li>
262
- <li>"Ceremonial Dance"&#160;– 1:59</li>
263
- <li>"Flick of the Wrist"&#160;– 2:15</li>
264
- <li>"It's All She Left Me"&#160;– 1:56</li>
265
- <li>"You Shouldn't Do That"&#160;– 3:21</li>
266
- <li>"Ring Song" (Katy Moffatt)&#160;– 4:25</li>
267
- <li>"Thy Loving Hand"&#160;– 1:35</li>
268
- <li>"Say Goodbye 'Cause You're Leavin'"&#160;– 2:36</li>
269
- <li>"The Theme from Billy Jack"&#160;– 2:21</li>
270
- <li>"One Tin Soldier (End Title)" (Lambert, Potter)&#160;– 1:06</li>
271
- </ol>
272
- <h3><span class="mw-headline" id="Personnel">Personnel</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Billy_Jack&amp;action=edit&amp;section=6" title="Edit section: Personnel">edit</a><span class="mw-editsection-bracket">]</span></span></h3>
273
- <ul>
274
- <li><a href="/wiki/Mundell_Lowe" title="Mundell Lowe">Mundell Lowe</a>: <a href="/wiki/Arrangement" title="Arrangement">arranger</a>, conductor</li>
275
- <li><a href="/wiki/Coven_(band)" title="Coven (band)">Coven</a> featuring Jinx Dawson (tracks 1 &amp; 21), Teresa Kelly (tracks 4 &amp; 5), Lynn Baker (tracks 6 &amp; 10), Gwen Smith (track 7), <a href="/wiki/Katy_Moffatt" title="Katy Moffatt">Katy Moffatt</a> (track 17): vocals</li>
276
- <li>Other unidentified musicians</li>
277
- </ul>
278
- <h2><span class="mw-headline" id="Influence">Influence</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Billy_Jack&amp;action=edit&amp;section=7" title="Edit section: Influence">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
279
- <p>Marketed as an action film, the story focuses on the plight of Native Americans during the <a href="/wiki/Movements_for_civil_rights#Civil_rights_movement_in_the_United_States" title="Movements for civil rights">civil rights movement</a>. It attained a <a href="/wiki/Cult_following" title="Cult following">cult following</a> among younger audiences due to its youth-oriented, anti-authority message and the then-novel martial arts fight scenes which predate the <a href="/wiki/Bruce_Lee" title="Bruce Lee">Bruce Lee</a>/<a href="/wiki/Chinese_martial_arts" title="Chinese martial arts">kung fu</a> <a href="/wiki/Martial_arts_film" title="Martial arts film">movie</a> trend that followed.<sup id="cite_ref-7" class="reference"><a href="#cite_note-7"><span>[</span>7<span>]</span></a></sup> The centerpiece of the film features Billy Jack, enraged over the mistreatment of his Indian friends, fighting racist thugs using <a href="/wiki/Hapkido" title="Hapkido">hapkido</a> techniques.</p>
280
- <p>Billy Jack's wardrobe (black T-shirt, blue denim jacket, <a href="/wiki/Jeans" title="Jeans">blue jeans</a>, and a black hat with a beadwork band) would become nearly as iconic as the character.</p>
281
- <p>The second major movie to make use of the word "fuck" (<a href="/wiki/MASH_(film)" title="MASH (film)">MASH</a> being the first). A black student says the words "fucked up" during the scene where the Freedom school students are talking about the "Second Coming".</p>
282
- <h2><span class="mw-headline" id="Billy_Jack_in_popular_culture"><i>Billy Jack</i> in popular culture</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Billy_Jack&amp;action=edit&amp;section=8" title="Edit section: Billy Jack in popular culture">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
283
- <ul>
284
- <li>In 1975 (release date 12/30/1974), Firesign Theater, an American comedy group, made reference to Billy Jack on their album, "In The Next World, You're on Your Own," in the form of "Billy Jack Dog Food", and "I'm not Billy Jacking you," among other thematic references.</li>
285
- <li>In 1975, musician <a href="/wiki/Curtis_Mayfield" title="Curtis Mayfield">Curtis Mayfield</a> recorded and released a song titled, "Billy Jack" on his album <i>There's No Place Like America Today</i>.</li>
286
- <li>In 1976 musician <a href="/wiki/Paul_Simon" title="Paul Simon">Paul Simon</a> played "Billy Paul" (a parody of Billy Jack, unrelated<sup id="cite_ref-8" class="reference"><a href="#cite_note-8"><span>[</span>8<span>]</span></a></sup> to musician <a href="/wiki/Billy_Paul" title="Billy Paul">Billy Paul</a>) in a sketch on the second season of the <a href="/wiki/NBC" title="NBC">NBC</a> comedy show <i><a href="/wiki/Saturday_Night_Live" title="Saturday Night Live">Saturday Night Live</a></i>, after the film <i>Billy Jack</i> aired earlier that evening on NBC.</li>
287
- <li>In 1982, a professional wrestler, <a href="/wiki/Billy_Jack_Haynes" title="Billy Jack Haynes">Billy Jack Haynes</a>, debuted as "Billy Jack" wearing a hat like Billy Jack. He changed his wrestling name from "Billy Jack" to "Billy Jack Haynes" after Tom Laughlin threatened to sue.</li>
288
- <li>In the series <i><a href="/wiki/Mystery_Science_Theater_3000" title="Mystery Science Theater 3000">Mystery Science Theater 3000</a>,</i> at least two episodes reference <i>Billy Jack</i>: on the episode <i><a href="/wiki/Werewolf_(1996_film)" title="Werewolf (1996 film)">Werewolf</a></i>, after a fight breaks out between a racist dig supervisor and his Indian help, Tom Servo says, "This is where Billy Jack should come riding up."; on the episode <i><a href="/wiki/Track_of_the_Moon_Beast" title="Track of the Moon Beast">Track of the Moon Beast</a>,</i> after the Native American professor finishes telling a story, Crow says, "Uh huh...do you know Billy Jack?"</li>
289
- <li>In an episode of <i><a href="/wiki/The_Simpsons" title="The Simpsons">The Simpsons</a></i> ("<a href="/wiki/Bart_of_War" title="Bart of War" class="mw-redirect">Bart of War</a>"), Bart joins a <a href="/wiki/Boy_Scouts_of_America" title="Boy Scouts of America">Boy Scouts of America</a>-like group called the "Pre-Teen Braves", and they engage in a rivalry with "the Cavalry Kids". A montage of the two groups fighting each other is set to Coven's version of <i>One Tin Soldier</i>.</li>
290
- <li>The song "Kooler than Jesus" by <a href="/wiki/My_Life_with_the_Thrill_Kill_Kult" title="My Life with the Thrill Kill Kult">My Life with the Thrill Kill Kult</a> features samples from the film.</li>
291
- <li>Billy Jack is referenced in an episode of <i><a href="/wiki/Gilmore_Girls" title="Gilmore Girls">Gilmore Girls</a></i> ("<a href="/wiki/Red_Light_on_the_Wedding_Night" title="Red Light on the Wedding Night" class="mw-redirect">Red Light on the Wedding Night</a>") while Lorelai and Rory are watching the movie in their living room. At the line "Billy Jack, I'm gonna kill you if it's the last thing I do!", Lorelai responds, "Ugh, he so jinxed himself with that one." Rory replies, "Yeah, he should've said 'Billy Jack, I'm gonna kill you or buy myself a lovely chenille sweater.'"</li>
292
- <li>Upon meeting <a href="/wiki/Serial_killer" title="Serial killer">serial killer</a> <a href="/wiki/Cary_Stayner" title="Cary Stayner">Cary Stayner</a>—then considered a possible material witness to a 1999 murder in <a href="/wiki/Yosemite" title="Yosemite" class="mw-redirect">Yosemite</a> National Park—FBI Agent Jeff Rinek asked if Stayner had ever seen the movie <i>Billy Jack,</i> noting Stayner's resemblance to the film's hero. Initially, Stayner denied seeing the movie.<sup id="cite_ref-9" class="reference"><a href="#cite_note-9"><span>[</span>9<span>]</span></a></sup> However, 90 minutes later, after building rapport during the drive to the FBI headquarters in Sacramento from the <a href="/wiki/Nudist" title="Nudist" class="mw-redirect">nudist</a> resort where he was picked up, Stayner surprised Rinek by reciting several of Billy Jack's lines.<sup id="cite_ref-10" class="reference"><a href="#cite_note-10"><span>[</span>10<span>]</span></a></sup></li>
293
- <li>In the motion picture <i><a href="/wiki/Major_Payne" title="Major Payne">Major Payne</a>,</i> Damon Wayans as the title character references the iconic fight scene quote "Now, what I'm goin' do is take this right foot and I'm 'a put it 'cross the left side your face."</li>
294
- <li>In season three of the television series <i><a href="/wiki/Sabrina_the_Teenage_Witch_(TV_series)" title="Sabrina the Teenage Witch (TV series)" class="mw-redirect">Sabrina The Teenage Witch</a></i>, principal Mr. Kraft reveals that Billy Jack is his favorite film.</li>
295
- <li>Billy Jack was referenced by <a href="/wiki/Jim_Carrey" title="Jim Carrey">Jim Carrey</a> in <i><a href="/wiki/Yes_Man_(film)" title="Yes Man (film)">Yes Man</a>.</i></li>
296
- <li>Metal band <a href="/wiki/Goblin_Cock" title="Goblin Cock">Goblin Cock</a> have a song entitled "Ode to Billy Jack" on their 2009 album <i>Come With Me if You Want to Live</i>, which is a tribute to him.</li>
297
- <li>In the movie <i><a href="/wiki/Drillbit_Taylor" title="Drillbit Taylor">Drillbit Taylor</a></i>, actor <a href="/wiki/Owen_Wilson" title="Owen Wilson">Owen Wilson</a> references Billy Jack by saying to a cast mate "I am gonna Billy Jack your ass."</li>
298
- <li>In the episode of the animated show <i><a href="/wiki/Pinky_and_the_Brain" title="Pinky and the Brain">Pinky and the Brain</a></i>, titled "Brainy Jack," Brain assumes the role of the titular Brainy Jack to trick a commune of hippies into helping him take over the world. Brain's wardrobe is a direct reference to Billy Jack, especially the hat with a beaded hat-band. Likewise, the song Pinky sings in the episode is a parody of "<a href="/wiki/One_Tin_Soldier" title="One Tin Soldier">One Tin Soldier</a>."</li>
299
- <li>British electro band <a href="/wiki/Relaxed_Muscle" title="Relaxed Muscle">Relaxed Muscle</a> (fronted by <a href="/wiki/Jarvis_Cocker" title="Jarvis Cocker">Jarvis Cocker</a>, from <a href="/wiki/Pulp_(band)" title="Pulp (band)">Pulp</a>) released a song called "Billy Jack" on their only album <i><a href="/wiki/A_Heavy_Nite_With..." title="A Heavy Nite With...">A Heavy Nite With...</a></i> in 2003. It was released as a single with a music video that featured Cocker (as alter ego, Darren Spooner) in Western garb reminiscent of Billy Jack's trademark outfit.</li>
300
- <li>In the&#160;<a href="/wiki/Warehouse_13" title="Warehouse 13">Warehouse 13</a>&#160;<a href="/wiki/Warehouse_13_(season_2)" title="Warehouse 13 (season 2)">Season 2</a> episode "<a href="/wiki/List_of_Warehouse_13_episodes" title="List of Warehouse 13 episodes">13.1</a>", the brain damaged&#160;<a href="/wiki/List_of_Warehouse_13_characters" title="List of Warehouse 13 characters">Hugo Miller</a>&#160;shouts "Billy Jack!" excitedly after&#160;<a href="/wiki/Myka_Bering" title="Myka Bering">Myka Bering</a>&#160;kicks a gas station attendant who had pulled a gun.</li>
301
- <li>In the book "The Berlin Blues", a play by Drew Hayden Taylor, the character named Trailer references Billy Jack when he says on page 92, "No Cirque du Billy Jack?" when the plan for Ojibway World which was supposed to be opening on the reserve falls through.</li>
302
- <li><a href="/wiki/Bill_Maher" title="Bill Maher">Bill Maher</a> referenced Billy Jack in a July 2012 blog post about <a href="/wiki/Mormon_fundamentalism" title="Mormon fundamentalism">fundamentalist Mormons</a>.</li>
303
- </ul>
304
- <h2><span class="mw-headline" id="References">References</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Billy_Jack&amp;action=edit&amp;section=9" title="Edit section: References">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
305
- <div class="reflist" style="list-style-type: decimal;">
306
- <ol class="references">
307
- <li id="cite_note-NYT-1"><span class="mw-cite-backlink">^ <a href="#cite_ref-NYT_1-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-NYT_1-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><span class="citation news">Waxman, Sharon (June 20, 2005). <a rel="nofollow" class="external text" href="http://query.nytimes.com/gst/fullpage.html?res=9E0CE2D9133EF933A15755C0A9639C8B63&amp;pagewanted=2">"Billy Jack Is Ready to Fight the Good Fight Again"</a>. <i><a href="/wiki/The_New_York_Times" title="The New York Times">The New York Times</a></i><span class="reference-accessdate">. Retrieved 2011-01-02</span>.</span><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3ABilly+Jack&amp;rft.atitle=Billy+Jack+Is+Ready+to+Fight+the+Good+Fight+Again&amp;rft.aufirst=Sharon&amp;rft.aulast=Waxman&amp;rft.au=Waxman%2C+Sharon&amp;rft.date=June+20%2C+2005&amp;rft.genre=article&amp;rft_id=http%3A%2F%2Fquery.nytimes.com%2Fgst%2Ffullpage.html%3Fres%3D9E0CE2D9133EF933A15755C0A9639C8B63%26pagewanted%3D2&amp;rft.jtitle=The+New+York+Times&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal" class="Z3988"><span style="display:none;">&#160;</span></span></span></li>
308
- <li id="cite_note-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-2">^</a></b></span> <span class="reference-text">"Big Rental Films of 1973", <i>Variety</i>, 9 January 1974 p 19</span></li>
309
- <li id="cite_note-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-3">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external text" href="http://www.rottentomatoes.com/m/billy_jack/">Billy Jack - Rotten Tomatoes</a></span></li>
310
- <li id="cite_note-4"><span class="mw-cite-backlink"><b><a href="#cite_ref-4">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external text" href="http://rogerebert.suntimes.com/apps/pbcs.dll/article?AID=/19710802/REVIEWS/101010302/1023">Billy Jack - Roger Ebert</a></span></li>
311
- <li id="cite_note-Mundell_Lowe_discography-5"><span class="mw-cite-backlink"><b><a href="#cite_ref-Mundell_Lowe_discography_5-0">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external text" href="http://www.mundelllowe.com/discography.htm">Mundell Lowe discography</a> accessed August 23, 2012</span></li>
312
- <li id="cite_note-Allmusic-6"><span class="mw-cite-backlink">^ <a href="#cite_ref-Allmusic_6-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Allmusic_6-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text">Viglione, J. <a rel="nofollow" class="external text" href="http://www.allmusic.com/album/billy-jack-mw0000893211">Allmusic Review</a> accessed August 23, 2012</span></li>
313
- <li id="cite_note-7"><span class="mw-cite-backlink"><b><a href="#cite_ref-7">^</a></b></span> <span class="reference-text"><span class="citation news">Stewart, Jocelyn Y. (January 14, 2007). <a rel="nofollow" class="external text" href="http://articles.latimes.com/2007/jan/14/local/me-han14">"Bong Soo Han, 73; grand master of hapkido won film fans for martial arts"</a>. <i><a href="/wiki/Los_Angeles_Times" title="Los Angeles Times">Los Angeles Times</a></i><span class="reference-accessdate">. Retrieved 2010-11-25</span>.</span><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3ABilly+Jack&amp;rft.atitle=Bong+Soo+Han%2C+73%3B+grand+master+of+hapkido+won+film+fans+for+martial+arts&amp;rft.aufirst=Jocelyn+Y.&amp;rft.aulast=Stewart&amp;rft.au=Stewart%2C+Jocelyn+Y.&amp;rft.date=January+14%2C+2007&amp;rft.genre=article&amp;rft_id=http%3A%2F%2Farticles.latimes.com%2F2007%2Fjan%2F14%2Flocal%2Fme-han14&amp;rft.jtitle=Los+Angeles+Times&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal" class="Z3988"><span style="display:none;">&#160;</span></span></span></li>
314
- <li id="cite_note-8"><span class="mw-cite-backlink"><b><a href="#cite_ref-8">^</a></b></span> <span class="reference-text"><span class="citation news"><a rel="nofollow" class="external text" href="http://snltranscripts.jt.org/76/76hbillypaul.phtml">"The Story of Billy Paul"</a>. November 20, 1976<span class="reference-accessdate">. Retrieved 2012-07-15</span>.</span><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3ABilly+Jack&amp;rft.btitle=The+Story+of+Billy+Paul&amp;rft.date=November+20%2C+1976&amp;rft.genre=book&amp;rft_id=http%3A%2F%2Fsnltranscripts.jt.org%2F76%2F76hbillypaul.phtml&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span></span></li>
315
- <li id="cite_note-9"><span class="mw-cite-backlink"><b><a href="#cite_ref-9">^</a></b></span> <span class="reference-text"><span class="citation news">Finz, Stacy (December 15, 2002). <a rel="nofollow" class="external text" href="http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2002/12/15/MNSTAYNER15PART1.DTL">"The Case of a Lifetime, Part One (2002, December 15)"</a>. SFGate.com<span class="reference-accessdate">. Retrieved 2008-12-10</span>.</span><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3ABilly+Jack&amp;rft.au=Finz%2C+Stacy&amp;rft.aufirst=Stacy&amp;rft.aulast=Finz&amp;rft.btitle=The+Case+of+a+Lifetime%2C+Part+One+%282002%2C+December+15%29&amp;rft.date=December+15%2C+2002&amp;rft.genre=book&amp;rft_id=http%3A%2F%2Fwww.sfgate.com%2Fcgi-bin%2Farticle.cgi%3Ff%3D%2Fc%2Fa%2F2002%2F12%2F15%2FMNSTAYNER15PART1.DTL&amp;rft.pub=SFGate.com&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span></span></li>
316
- <li id="cite_note-10"><span class="mw-cite-backlink"><b><a href="#cite_ref-10">^</a></b></span> <span class="reference-text"><span class="citation news"><a rel="nofollow" class="external text" href="http://www.sfgate.com/cgi-bin/article.cgi?f=/c/s/p/2002/stayner/STAYNER15PART2.DTL">"The Case of a Lifetime, Part Two (2002, December 15)"</a>. SFGate.com. December 14, 2002<span class="reference-accessdate">. Retrieved 2008-12-10</span>.</span><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3ABilly+Jack&amp;rft.btitle=The+Case+of+a+Lifetime%2C+Part+Two+%282002%2C+December+15%29&amp;rft.date=December+14%2C+2002&amp;rft.genre=book&amp;rft_id=http%3A%2F%2Fwww.sfgate.com%2Fcgi-bin%2Farticle.cgi%3Ff%3D%2Fc%2Fs%2Fp%2F2002%2Fstayner%2FSTAYNER15PART2.DTL&amp;rft.pub=SFGate.com&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span></span></li>
317
- </ol>
318
- </div>
319
- <h2><span class="mw-headline" id="External_links">External links</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Billy_Jack&amp;action=edit&amp;section=10" title="Edit section: External links">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
320
- <ul>
321
- <li><a rel="nofollow" class="external text" href="http://www.billyjack.com/"><i>Billy Jack</i></a>, Laughlin's official Billy Jack web site</li>
322
- <li><a rel="nofollow" class="external text" href="http://www.billyjackrights.com/"><i>Billy Jack Rights, LLC</i></a>, Worldwide Rights Owner</li>
323
- <li><a rel="nofollow" class="external text" href="http://www.imdb.com/title/tt0066832/"><i>Billy Jack</i></a> at the <a href="/wiki/Internet_Movie_Database" title="Internet Movie Database">Internet Movie Database</a></li>
324
- <li><a rel="nofollow" class="external text" href="http://www.popcultureaddict.com/close/davidroya.htm">The Man Who Made Billy Jack Go Berserk: A Conversation with David Roya</a> Interview with Billy Jack co-star David "Bernard Posner" Roya</li>
325
- <li><a rel="nofollow" class="external text" href="http://www.dvdtalk.com/reviews/38319/complete-billy-jack-collection-the-born-losers-billy-jack-the-trial-of-billy-jack-billy-jack-goes-to-washington-the/">DVD review of the Billy Jack series and production history</a></li>
326
- <li><a rel="nofollow" class="external text" href="http://blogs.villagevoice.com/runninscared/2010/12/billy_jack_is_t.php#more">A vision of American multiplicity</a> <a href="/wiki/Village_Voice" title="Village Voice" class="mw-redirect">Village Voice</a> review August 19, 1971</li>
327
- </ul>
328
- <table cellspacing="0" class="navbox" style="border-spacing:0;">
329
- <tr>
330
- <td style="padding:2px;">
331
- <table cellspacing="0" class="nowraplinks collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit;">
332
- <tr>
333
- <th scope="col" class="navbox-title" colspan="2">
334
- <div class="plainlinks hlist navbar mini">
335
- <ul>
336
- <li class="nv-view"><a href="/wiki/Template:Tom_Laughlin" title="Template:Tom Laughlin"><span title="View this template" style=";;background:none transparent;border:none;;">v</span></a></li>
337
- <li class="nv-talk"><a href="/wiki/Template_talk:Tom_Laughlin" title="Template talk:Tom Laughlin"><span title="Discuss this template" style=";;background:none transparent;border:none;;">t</span></a></li>
338
- <li class="nv-edit"><a class="external text" href="//en.wikipedia.org/w/index.php?title=Template:Tom_Laughlin&amp;action=edit"><span title="Edit this template" style=";;background:none transparent;border:none;;">e</span></a></li>
339
- </ul>
340
- </div>
341
- <div style="font-size:110%;">Films directed by <a href="/wiki/Tom_Laughlin" title="Tom Laughlin">Tom Laughlin</a></div>
342
- </th>
343
- </tr>
344
- <tr style="height:2px;">
345
- <td colspan="2"></td>
346
- </tr>
347
- <tr>
348
- <th scope="row" class="navbox-group">1960s</th>
349
- <td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px;">
350
- <div style="padding:0em 0.25em;">
351
- <ul>
352
- <li><i><a href="/wiki/The_Proper_Time" title="The Proper Time">The Proper Time</a></i> (1960)</li>
353
- <li><i><a href="/w/index.php?title=The_Young_Sinner&amp;action=edit&amp;redlink=1" class="new" title="The Young Sinner (page does not exist)">The Young Sinner</a></i> (1965)</li>
354
- <li><i><a href="/wiki/The_Born_Losers" title="The Born Losers">The Born Losers</a></i> (1967)</li>
355
- </ul>
356
- </div>
357
- </td>
358
- </tr>
359
- <tr style="height:2px;">
360
- <td colspan="2"></td>
361
- </tr>
362
- <tr>
363
- <th scope="row" class="navbox-group">1970s</th>
364
- <td class="navbox-list navbox-even hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px;">
365
- <div style="padding:0em 0.25em;">
366
- <ul>
367
- <li><i><strong class="selflink">Billy Jack</strong></i> (1971)</li>
368
- <li><i><a href="/wiki/The_Trial_of_Billy_Jack" title="The Trial of Billy Jack">The Trial of Billy Jack</a></i> (1974)</li>
369
- <li><i><a href="/wiki/The_Master_Gunfighter" title="The Master Gunfighter">The Master Gunfighter</a></i> (1975)</li>
370
- <li><i><a href="/wiki/Billy_Jack_Goes_to_Washington" title="Billy Jack Goes to Washington">Billy Jack Goes to Washington</a></i> (1977)</li>
371
- </ul>
372
- </div>
373
- </td>
374
- </tr>
375
- <tr style="height:2px;">
376
- <td colspan="2"></td>
377
- </tr>
378
- <tr>
379
- <th scope="row" class="navbox-group">1980s</th>
380
- <td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px;">
381
- <div style="padding:0em 0.25em;">
382
- <ul>
383
- <li><i><a href="/wiki/The_Return_of_Billy_Jack" title="The Return of Billy Jack">The Return of Billy Jack</a></i> (1986; unreleased)</li>
384
- </ul>
385
- </div>
386
- </td>
387
- </tr>
388
- </table>
389
- </td>
390
- </tr>
391
- </table>
392
-
393
-
394
- <!--
395
- NewPP limit report
396
- Parsed by mw1054
397
- CPU time usage: 0.980 seconds
398
- Real time usage: 1.071 seconds
399
- Preprocessor visited node count: 1710/1000000
400
- Preprocessor generated node count: 9561/1500000
401
- Post‐expand include size: 34979/2048000 bytes
402
- Template argument size: 2390/2048000 bytes
403
- Highest expansion depth: 12/40
404
- Expensive parser function count: 5/500
405
- Lua time usage: 0.157/10.000 seconds
406
- Lua memory usage: 2.48 MB/50 MB
407
- -->
408
-
409
- <!-- Saved in parser cache with key enwiki:pcache:idhash:966552-0!*!0!!en!4!* and timestamp 20140408084139
410
- -->
411
- <noscript><img src="//en.wikipedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" alt="" title="" width="1" height="1" style="border: none; position: absolute;" /></noscript></div> <div class="printfooter">
412
- Retrieved from "<a href="http://en.wikipedia.org/w/index.php?title=Billy_Jack&amp;oldid=603090957">http://en.wikipedia.org/w/index.php?title=Billy_Jack&amp;oldid=603090957</a>" </div>
413
- <div id='catlinks' class='catlinks'><div id="mw-normal-catlinks" class="mw-normal-catlinks"><a href="/wiki/Help:Category" title="Help:Category">Categories</a>: <ul><li><a href="/wiki/Category:English-language_films" title="Category:English-language films">English-language films</a></li><li><a href="/wiki/Category:1971_films" title="Category:1971 films">1971 films</a></li><li><a href="/wiki/Category:Counterculture_of_the_1960s" title="Category:Counterculture of the 1960s">Counterculture of the 1960s</a></li><li><a href="/wiki/Category:Fictional_Navajo_people" title="Category:Fictional Navajo people">Fictional Navajo people</a></li><li><a href="/wiki/Category:Films_about_Native_Americans" title="Category:Films about Native Americans">Films about Native Americans</a></li><li><a href="/wiki/Category:Films_shot_in_Arizona" title="Category:Films shot in Arizona">Films shot in Arizona</a></li><li><a href="/wiki/Category:Films_shot_in_California" title="Category:Films shot in California">Films shot in California</a></li><li><a href="/wiki/Category:Films_shot_in_New_Mexico" title="Category:Films shot in New Mexico">Films shot in New Mexico</a></li><li><a href="/wiki/Category:Hapkido_films" title="Category:Hapkido films">Hapkido films</a></li><li><a href="/wiki/Category:Hippie_films" title="Category:Hippie films">Hippie films</a></li><li><a href="/wiki/Category:Prescott,_Arizona" title="Category:Prescott, Arizona">Prescott, Arizona</a></li><li><a href="/wiki/Category:Vigilante_films" title="Category:Vigilante films">Vigilante films</a></li></ul></div><div id="mw-hidden-catlinks" class="mw-hidden-catlinks mw-hidden-cats-hidden">Hidden categories: <ul><li><a href="/wiki/Category:Articles_needing_additional_references_from_November_2010" title="Category:Articles needing additional references from November 2010">Articles needing additional references from November 2010</a></li><li><a href="/wiki/Category:All_articles_needing_additional_references" title="Category:All articles needing additional references">All articles needing additional references</a></li><li><a href="/wiki/Category:Film_articles_using_image_size_parameter" title="Category:Film articles using image size parameter">Film articles using image size parameter</a></li><li><a href="/wiki/Category:All_articles_with_unsourced_statements" title="Category:All articles with unsourced statements">All articles with unsourced statements</a></li><li><a href="/wiki/Category:Articles_with_unsourced_statements_from_December_2012" title="Category:Articles with unsourced statements from December 2012">Articles with unsourced statements from December 2012</a></li><li><a href="/wiki/Category:Articles_with_hAudio_microformats" title="Category:Articles with hAudio microformats">Articles with hAudio microformats</a></li><li><a href="/wiki/Category:Album_infoboxes_lacking_a_cover" title="Category:Album infoboxes lacking a cover">Album infoboxes lacking a cover</a></li></ul></div></div> <div class="visualClear"></div>
414
- </div>
415
- </div>
416
- <div id="mw-navigation">
417
- <h2>Navigation menu</h2>
418
- <div id="mw-head">
419
- <div id="p-personal" role="navigation" class="" aria-labelledby="p-personal-label">
420
- <h3 id="p-personal-label">Personal tools</h3>
421
- <ul>
422
- <li id="pt-createaccount"><a href="/w/index.php?title=Special:UserLogin&amp;returnto=Billy+Jack&amp;type=signup">Create account</a></li><li id="pt-login"><a href="/w/index.php?title=Special:UserLogin&amp;returnto=Billy+Jack" title="You're encouraged to log in; however, it's not mandatory. [o]" accesskey="o">Log in</a></li> </ul>
423
- </div>
424
- <div id="left-navigation">
425
- <div id="p-namespaces" role="navigation" class="vectorTabs" aria-labelledby="p-namespaces-label">
426
- <h3 id="p-namespaces-label">Namespaces</h3>
427
- <ul>
428
- <li id="ca-nstab-main" class="selected"><span><a href="/wiki/Billy_Jack" title="View the content page [c]" accesskey="c">Article</a></span></li>
429
- <li id="ca-talk"><span><a href="/wiki/Talk:Billy_Jack" title="Discussion about the content page [t]" accesskey="t">Talk</a></span></li>
430
- </ul>
431
- </div>
432
- <div id="p-variants" role="navigation" class="vectorMenu emptyPortlet" aria-labelledby="p-variants-label">
433
- <h3 id="mw-vector-current-variant">
434
- </h3>
435
- <h3 id="p-variants-label"><span>Variants</span><a href="#"></a></h3>
436
- <div class="menu">
437
- <ul>
438
- </ul>
439
- </div>
440
- </div>
441
- </div>
442
- <div id="right-navigation">
443
- <div id="p-views" role="navigation" class="vectorTabs" aria-labelledby="p-views-label">
444
- <h3 id="p-views-label">Views</h3>
445
- <ul>
446
- <li id="ca-view" class="selected"><span><a href="/wiki/Billy_Jack" >Read</a></span></li>
447
- <li id="ca-edit"><span><a href="/w/index.php?title=Billy_Jack&amp;action=edit" title="You can edit this page. &#10;Please review your changes before saving. [e]" accesskey="e">Edit</a></span></li>
448
- <li id="ca-history" class="collapsible"><span><a href="/w/index.php?title=Billy_Jack&amp;action=history" title="Past versions of this page [h]" accesskey="h">View history</a></span></li>
449
- </ul>
450
- </div>
451
- <div id="p-cactions" role="navigation" class="vectorMenu emptyPortlet" aria-labelledby="p-cactions-label">
452
- <h3 id="p-cactions-label"><span>Actions</span><a href="#"></a></h3>
453
- <div class="menu">
454
- <ul>
455
- </ul>
456
- </div>
457
- </div>
458
- <div id="p-search" role="search">
459
- <h3><label for="searchInput">Search</label></h3>
460
- <form action="/w/index.php" id="searchform">
461
- <div id="simpleSearch">
462
- <input type="search" name="search" placeholder="Search" title="Search Wikipedia [f]" accesskey="f" id="searchInput" /><input type="hidden" value="Special:Search" name="title" /><input type="submit" name="fulltext" value="Search" title="Search Wikipedia for this text" id="mw-searchButton" class="searchButton mw-fallbackSearchButton" /><input type="submit" name="go" value="Go" title="Go to a page with this exact name if one exists" id="searchButton" class="searchButton" /> </div>
463
- </form>
464
- </div>
465
- </div>
466
- </div>
467
- <div id="mw-panel">
468
- <div id="p-logo" role="banner"><a style="background-image: url(//upload.wikimedia.org/wikipedia/en/b/bc/Wiki.png);" href="/wiki/Main_Page" title="Visit the main page"></a></div>
469
- <div class="portal" role="navigation" id='p-navigation' aria-labelledby='p-navigation-label'>
470
- <h3 id='p-navigation-label'>Navigation</h3>
471
- <div class="body">
472
- <ul>
473
- <li id="n-mainpage-description"><a href="/wiki/Main_Page" title="Visit the main page [z]" accesskey="z">Main page</a></li>
474
- <li id="n-contents"><a href="/wiki/Portal:Contents" title="Guides to browsing Wikipedia">Contents</a></li>
475
- <li id="n-featuredcontent"><a href="/wiki/Portal:Featured_content" title="Featured content – the best of Wikipedia">Featured content</a></li>
476
- <li id="n-currentevents"><a href="/wiki/Portal:Current_events" title="Find background information on current events">Current events</a></li>
477
- <li id="n-randompage"><a href="/wiki/Special:Random" title="Load a random article [x]" accesskey="x">Random article</a></li>
478
- <li id="n-sitesupport"><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector?utm_source=donate&amp;utm_medium=sidebar&amp;utm_campaign=C13_en.wikipedia.org&amp;uselang=en" title="Support us">Donate to Wikipedia</a></li>
479
- <li id="n-shoplink"><a href="//shop.wikimedia.org" title="Visit the Wikimedia Shop">Wikimedia Shop</a></li>
480
- </ul>
481
- </div>
482
- </div>
483
- <div class="portal" role="navigation" id='p-interaction' aria-labelledby='p-interaction-label'>
484
- <h3 id='p-interaction-label'>Interaction</h3>
485
- <div class="body">
486
- <ul>
487
- <li id="n-help"><a href="/wiki/Help:Contents" title="Guidance on how to use and edit Wikipedia">Help</a></li>
488
- <li id="n-aboutsite"><a href="/wiki/Wikipedia:About" title="Find out about Wikipedia">About Wikipedia</a></li>
489
- <li id="n-portal"><a href="/wiki/Wikipedia:Community_portal" title="About the project, what you can do, where to find things">Community portal</a></li>
490
- <li id="n-recentchanges"><a href="/wiki/Special:RecentChanges" title="A list of recent changes in the wiki [r]" accesskey="r">Recent changes</a></li>
491
- <li id="n-contactpage"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us">Contact page</a></li>
492
- </ul>
493
- </div>
494
- </div>
495
- <div class="portal" role="navigation" id='p-tb' aria-labelledby='p-tb-label'>
496
- <h3 id='p-tb-label'>Tools</h3>
497
- <div class="body">
498
- <ul>
499
- <li id="t-whatlinkshere"><a href="/wiki/Special:WhatLinksHere/Billy_Jack" title="List of all English Wikipedia pages containing links to this page [j]" accesskey="j">What links here</a></li>
500
- <li id="t-recentchangeslinked"><a href="/wiki/Special:RecentChangesLinked/Billy_Jack" title="Recent changes in pages linked from this page [k]" accesskey="k">Related changes</a></li>
501
- <li id="t-upload"><a href="/wiki/Wikipedia:File_Upload_Wizard" title="Upload files [u]" accesskey="u">Upload file</a></li>
502
- <li id="t-specialpages"><a href="/wiki/Special:SpecialPages" title="A list of all special pages [q]" accesskey="q">Special pages</a></li>
503
- <li id="t-permalink"><a href="/w/index.php?title=Billy_Jack&amp;oldid=603090957" title="Permanent link to this revision of the page">Permanent link</a></li>
504
- <li id="t-info"><a href="/w/index.php?title=Billy_Jack&amp;action=info">Page information</a></li>
505
- <li id="t-wikibase"><a href="//www.wikidata.org/wiki/Q2027905" title="Link to connected data repository item [g]" accesskey="g">Data item</a></li>
506
- <li id="t-cite"><a href="/w/index.php?title=Special:Cite&amp;page=Billy_Jack&amp;id=603090957" title="Information on how to cite this page">Cite this page</a></li> </ul>
507
- </div>
508
- </div>
509
- <div class="portal" role="navigation" id='p-coll-print_export' aria-labelledby='p-coll-print_export-label'>
510
- <h3 id='p-coll-print_export-label'>Print/export</h3>
511
- <div class="body">
512
- <ul>
513
- <li id="coll-create_a_book"><a href="/w/index.php?title=Special:Book&amp;bookcmd=book_creator&amp;referer=Billy+Jack">Create a book</a></li>
514
- <li id="coll-download-as-rl"><a href="/w/index.php?title=Special:Book&amp;bookcmd=render_article&amp;arttitle=Billy+Jack&amp;oldid=603090957&amp;writer=rl">Download as PDF</a></li>
515
- <li id="t-print"><a href="/w/index.php?title=Billy_Jack&amp;printable=yes" title="Printable version of this page [p]" accesskey="p">Printable version</a></li>
516
- </ul>
517
- </div>
518
- </div>
519
- <div class="portal" role="navigation" id='p-lang' aria-labelledby='p-lang-label'>
520
- <h3 id='p-lang-label'>Languages</h3>
521
- <div class="body">
522
- <ul>
523
- <li class="interlanguage-link interwiki-nl"><a href="//nl.wikipedia.org/wiki/Billy_Jack" title="Billy Jack – Dutch" lang="nl" hreflang="nl">Nederlands</a></li>
524
- <li class="interlanguage-link interwiki-ja"><a href="//ja.wikipedia.org/wiki/%E6%98%8E%E6%97%A5%E3%81%AE%E5%A3%81%E3%82%92%E3%81%B6%E3%81%A1%E7%A0%B4%E3%82%8C" title="明日の壁をぶち破れ – Japanese" lang="ja" hreflang="ja">日本語</a></li>
525
- <li class="uls-p-lang-dummy"><a href="#"></a></li>
526
- <li class="wbc-editpage"><a href="//www.wikidata.org/wiki/Q2027905#sitelinks-wikipedia" title="Edit interlanguage links">Edit links</a></li>
527
- </ul>
528
- </div>
529
- </div>
530
- </div>
531
- </div>
532
- <div id="footer" role="contentinfo">
533
- <ul id="footer-info">
534
- <li id="footer-info-lastmod"> This page was last modified on 7 April 2014 at 02:11.<br /></li>
535
- <li id="footer-info-copyright">Text is available under the <a rel="license" href="//en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License">Creative Commons Attribution-ShareAlike License</a><a rel="license" href="//creativecommons.org/licenses/by-sa/3.0/" style="display:none;"></a>;
536
- additional terms may apply. By using this site, you agree to the <a href="//wikimediafoundation.org/wiki/Terms_of_Use">Terms of Use</a> and <a href="//wikimediafoundation.org/wiki/Privacy_policy">Privacy Policy.</a> <br/>
537
- Wikipedia® is a registered trademark of the <a href="//www.wikimediafoundation.org/">Wikimedia Foundation, Inc.</a>, a non-profit organization.</li>
538
- </ul>
539
- <ul id="footer-places">
540
- <li id="footer-places-privacy"><a href="//wikimediafoundation.org/wiki/Privacy_policy" title="wikimedia:Privacy policy">Privacy policy</a></li>
541
- <li id="footer-places-about"><a href="/wiki/Wikipedia:About" title="Wikipedia:About">About Wikipedia</a></li>
542
- <li id="footer-places-disclaimer"><a href="/wiki/Wikipedia:General_disclaimer" title="Wikipedia:General disclaimer">Disclaimers</a></li>
543
- <li id="footer-places-contact"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us">Contact Wikipedia</a></li>
544
- <li id="footer-places-developers"><a class="external" href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Developers</a></li>
545
- <li id="footer-places-mobileview"><a href="//en.m.wikipedia.org/wiki/Billy_Jack" class="noprint stopMobileRedirectToggle">Mobile view</a></li>
546
- </ul>
547
- <ul id="footer-icons" class="noprint">
548
- <li id="footer-copyrightico">
549
- <a href="//wikimediafoundation.org/"><img src="//bits.wikimedia.org/images/wikimedia-button.png" width="88" height="31" alt="Wikimedia Foundation"/></a>
550
- </li>
551
- <li id="footer-poweredbyico">
552
- <a href="//www.mediawiki.org/"><img src="//bits.wikimedia.org/static-1.23wmf20/skins/common/images/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" width="88" height="31" /></a>
553
- </li>
554
- </ul>
555
- <div style="clear:both"></div>
556
- </div>
557
- <script>/*<![CDATA[*/window.jQuery && jQuery.ready();/*]]>*/</script><script>if(window.mw){
558
- mw.loader.state({"site":"loading","user":"ready","user.groups":"ready"});
559
- }</script>
560
- <script>if(window.mw){
561
- mw.loader.load(["ext.cite","mobile.desktop","mediawiki.action.view.postEdit","mediawiki.user","mediawiki.hidpi","mediawiki.page.ready","mediawiki.searchSuggest","ext.gadget.teahouse","ext.gadget.ReferenceTooltips","ext.gadget.DRN-wizard","ext.gadget.charinsert","mw.MwEmbedSupport.style","mmv.bootstrap.autostart","ext.eventLogging.subscriber","ext.navigationTiming","schema.UniversalLanguageSelector","ext.uls.eventlogger","ext.uls.interlanguage","skins.vector.collapsibleNav"],null,true);
562
- }</script>
563
- <script src="//bits.wikimedia.org/en.wikipedia.org/load.php?debug=false&amp;lang=en&amp;modules=site&amp;only=scripts&amp;skin=vector&amp;*"></script>
564
- <!-- Served by mw1054 in 1.334 secs. -->
565
- </body>
566
- </html>