galetahub-copyscape 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,11 @@
1
+ require 'rubygems'
2
+ require 'test/unit'
3
+ require 'shoulda-context'
4
+ require 'mocha'
5
+
6
+ $LOAD_PATH.unshift File.dirname(File.expand_path(__FILE__)) + '/../lib'
7
+
8
+ require 'copyscape'
9
+
10
+ Copyscape.username = 'joe'
11
+ Copyscape.api_key = '123abc'
@@ -0,0 +1,26 @@
1
+ require File.dirname(__FILE__) + '/test_helper'
2
+
3
+ class TextSearchTest < Test::Unit::TestCase
4
+ context "request_url" do
5
+ should "have the correct url" do
6
+ Copyscape::TextSearch.expects(:post).once.returns(url_search_response_duplicate).with do |path, options|
7
+ params = options[:body]
8
+ assert_equal '/', path
9
+ assert_equal 'joe', params[:u]
10
+ assert_equal '123abc', params[:k]
11
+ assert_equal 'this is some text', params[:t]
12
+ assert_equal 'csearch', params[:o]
13
+ assert_equal 'UTF-8', params[:e]
14
+ end
15
+ @search = Copyscape::TextSearch.new('this is some text')
16
+ end
17
+ end
18
+
19
+ private
20
+
21
+ def url_search_response_duplicate
22
+ o = Object.new
23
+ o.stubs(:body).returns(File.read(File.expand_path('../url_search_response_duplicate.xml', __FILE__)))
24
+ o
25
+ end
26
+ end
@@ -0,0 +1,654 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <response>
3
+ <query>http://www.copyscape.com/example.html</query>
4
+ <querywords>1340</querywords>
5
+ <count>81</count>
6
+ <result>
7
+ <index>1</index>
8
+ <url>http://www.archives.gov/exhibits/charters/declaration_transcript.html</url>
9
+ <title>Declaration of Independence - Transcript</title>
10
+ <textsnippet>... We hold these truths to be self-evident, that all men are created equal, that they are endowed by ... But when a long train of abuses and usurpations, pursuing invariably the same ... to pass Laws of immediate and pressing importance, unless suspended in their ... for opposing with manly firmness his invasions on the rights of the people. ... English Laws in a neighbouring Province, establishing therein an Arbitrary government, ... He has plundered our seas, ravaged our Coasts, burnt our towns, ... of Cruelty &amp; perfidy scarcely paralleled in the most barbarous ages, ... He has constrained our fellow Citizens taken Captive on the high Seas to bear ... the merciless Indian Savages, whose known rule of warfare, ... which, would inevitably interrupt our connections and correspondence. ... on the protection of divine Providence, we mutually pledge to each other our ... </textsnippet>
11
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;We hold these truths to be self-evident, that all men are created equal, that they are endowed by ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;But when a long train of abuses and usurpations, pursuing invariably the same ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;to pass Laws of immediate and pressing importance, unless suspended in their ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;for opposing with manly firmness his invasions on the rights of the people. ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;English Laws in a neighbouring Province, establishing therein an Arbitrary government, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has plundered our seas, ravaged our Coasts, burnt our towns, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;of Cruelty &amp;amp; perfidy scarcely paralleled in the most barbarous ages, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has constrained our fellow Citizens taken Captive on the high Seas to bear ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;the merciless Indian Savages, whose known rule of warfare, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;which, would inevitably interrupt our connections and correspondence. ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;on the protection of divine Providence, we mutually pledge to each other our ... &lt;/font&gt;</htmlsnippet>
12
+ <minwordsmatched>134</minwordsmatched>
13
+ </result>
14
+ <result>
15
+ <index>2</index>
16
+ <url>http://www.ushistory.org/declaration/document/</url>
17
+ <title>The Declaration of Independence</title>
18
+ <textsnippet>... We hold these truths to be self-evident, that all men are created equal, ... But when a long train of abuses and usurpations, pursuing invariably the same Object ... pass Laws of immediate and pressing importance, unless suspended in their ... for opposing with manly firmness his invasions on the rights of the people. ... For abolishing the free System of English Laws in a neighbouring Province, establishing therein ... He has plundered our seas, ravaged our coasts, burnt our towns, ... begun ... circumstances of Cruelty &amp; Perfidy scarcely paralleled in the ... most ... He has constrained our fellow Citizens taken Captive on the high ... the merciless Indian Savages whose known rule of warfare, ... would inevitably interrupt our connections and correspondence. ... on the protection of Divine Providence, we mutually pledge to each ... </textsnippet>
19
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;We hold these truths to be self-evident, that all men are created equal, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;But when a long train of abuses and usurpations, pursuing invariably the same Object ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;pass Laws of immediate and pressing importance, unless suspended in their ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;for opposing with manly firmness his invasions on the rights of the people. ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;For abolishing the free System of English Laws in a neighbouring Province, establishing therein ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has plundered our seas, ravaged our coasts, burnt our towns, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;begun ... circumstances of Cruelty &amp;amp; Perfidy scarcely paralleled in the ... most ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has constrained our fellow Citizens taken Captive on the high ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;the merciless Indian Savages whose known rule of warfare, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;would inevitably interrupt our connections and correspondence. ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;on the protection of Divine Providence, we mutually pledge to each ... &lt;/font&gt;</htmlsnippet>
20
+ <minwordsmatched>127</minwordsmatched>
21
+ </result>
22
+ <result>
23
+ <index>3</index>
24
+ <url>http://www.law.indiana.edu/uslawdocs/declaration.html</url>
25
+ <title>Declaration of Independence : Indiana Law</title>
26
+ <textsnippet>... and equal station to which the Laws of Nature and of Nature's God entitle them, ... We hold these truths to be self-evident, that all men are created equal, that they are endowed by ... Governments are instituted among Men, deriving their just powers from the consent of ... and such is now the necessity which constrains them to alter their former ... for opposing with manly firmness his invasions on the rights of the people. ... of Cruelty and perfidy scarcely paralleled in the most barbarous ages, ... the merciless Indian Savages, whose known rule of warfare, ... Authority of the good People of these Colonies, solemnly publish and declare , ... they have full Power to levy War, conclude Peace, contract Alliances, ... </textsnippet>
27
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;and equal station to which the Laws of Nature and of Nature's God entitle them, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;We hold these truths to be self-evident, that all men are created equal, that they are endowed by ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;Governments are instituted among Men, deriving their just powers from the consent of ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;and such is now the necessity which constrains them to alter their former ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;for opposing with manly firmness his invasions on the rights of the people. ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;of Cruelty and &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;perfidy scarcely paralleled in the most barbarous ages, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;the merciless Indian Savages, whose known rule of warfare, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;Authority of the good People of these Colonies, solemnly publish and declare , ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;they have full Power to levy War, conclude Peace, contract Alliances, ... &lt;/font&gt;</htmlsnippet>
28
+ <minwordsmatched>113</minwordsmatched>
29
+ </result>
30
+ <result>
31
+ <index>4</index>
32
+ <url>http://grammar.about.com/od/classicessays/a/DeclarationIndependence_2.htm</url>
33
+ <title>The Declaration of Independence, by Thomas Jefferson (page two ...</title>
34
+ <textsnippet>... of English Laws in a neighbouring Province, establishing therein an Arbitrary government, ... and declaring themselves invested with power to legislate for us in all cases ... He has plundered our seas, ravaged our Coasts, burnt our towns, ... He is at this time transporting large Armies of foreign Mercenaries to compleat ... He has constrained our fellow Citizens taken Captive on the high Seas to bear ... He has excited domestic insurrections amongst us, and has endeavoured to ... by their legislature to extend an unwarrantable jurisdiction over us. ... which would inevitably interrupt our connections and correspondence. ... </textsnippet>
35
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;of English Laws in a neighbouring Province, establishing therein an Arbitrary government, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;and declaring themselves invested with power to legislate for us in all cases ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has plundered our seas, ravaged our Coasts, burnt our towns, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He is at this time transporting large Armies of foreign Mercenaries to compleat ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has constrained our fellow Citizens taken Captive on the high Seas to bear ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has excited domestic insurrections amongst us, and has endeavoured to ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;by their legislature to extend an unwarrantable jurisdiction over us. ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;which would inevitably interrupt our connections and correspondence. ... &lt;/font&gt;</htmlsnippet>
36
+ <minwordsmatched>92</minwordsmatched>
37
+ </result>
38
+ <result>
39
+ <index>5</index>
40
+ <url>http://www.ushistory.org/declaration/document/compare.htm</url>
41
+ <title>Compare Versions</title>
42
+ <textsnippet>... Station to which the Laws of Nature and of Nature's God entitle them, ... Governments are instituted among Men, deriving their just Powers from the ... The History of his present Majesty, is a History of unremitting Injuries and ... . ... . opposing with manly firmness his invasions on the right of the people: ... He is at this Time transporting large Armies of foreign Mercenaries to ... . begun with circumstances of cruelty and perfidy scarcely paralleled in the ... the merciless Indian Savages, whose known Rule of Warfare is an ... . to extend an unwarrantable jurisdiction over these our states. ... </textsnippet>
43
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;Station to which the Laws of Nature and of Nature's God entitle them, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;Governments are instituted among Men, deriving their just Powers from the ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;The History of &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;his present Majesty, &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;is a History of &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;unremitting Injuries and ... . ... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;. opposing with manly firmness his invasions on the &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;right &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;of the people: ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He is at this Time transporting large Armies of foreign Mercenaries to ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;. &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;begun with circumstances of cruelty &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;and &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;perfidy scarcely paralleled in the ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;the merciless Indian Savages, whose known Rule of Warfare is an ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;. &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;to extend an unwarrantable jurisdiction over &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;these our states. ... &lt;/font&gt;</htmlsnippet>
44
+ <minwordsmatched>82</minwordsmatched>
45
+ </result>
46
+ <result>
47
+ <index>6</index>
48
+ <url>http://usa-the-republic.com/revenue/true_history/Declaration.html</url>
49
+ <title>Declaration of Independence</title>
50
+ <textsnippet>... and equal Station to which the Laws of Nature and of Nature's God entitle them, ... Governments are instituted among Men, deriving their just Powers from the Consent of ... Prudence, indeed, will dictate that Governments long established should not be changed for ... He has dissolved Representative Houses repeatedly, for opposing with manly ... Firmness his Invasions on the Rights of the People. ... refusing to pass others to encourage their Migrations hither, ... the merciless Indian Savages, whose known Rule of Warfare, ... </textsnippet>
51
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;and equal Station to which the Laws of Nature and of Nature's God entitle them, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;Governments are instituted among Men, deriving their just Powers from the Consent of ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;Prudence, indeed, will dictate that Governments long established should not be changed for ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has dissolved Representative Houses repeatedly, for opposing with manly ... Firmness his Invasions on the Rights of the People. ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;refusing to pass others to encourage their Migrations hither, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;the merciless Indian Savages, whose known Rule of Warfare, ... &lt;/font&gt;</htmlsnippet>
52
+ <minwordsmatched>78</minwordsmatched>
53
+ </result>
54
+ <result>
55
+ <index>7</index>
56
+ <url>http://liberalwarjournal.blogspot.com/2008/07/with-firm-reliance-on-protection-of.html</url>
57
+ <title>The Liberal War Journal: &quot;with a firm reliance on the protection ...</title>
58
+ <textsnippet>... But when a long train of abuses and usurpations, pursuing invariably the same ... of immediate and pressing importance, unless suspended in their ... for opposing with manly firmness his invasions on the rights of the people. ... begun with circumstances of cruelty and perfidy scarcely paralleled in the most ... the merciless Indian savages, whose known rule of warfare, ... &quot;with a firm ... on the protection of Divine Providence, we mutually pledge to each ... </textsnippet>
59
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;But when a long train of abuses and usurpations, pursuing invariably the same ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;of immediate and pressing importance, unless suspended in their ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;for opposing with manly firmness his invasions on the rights of the people. ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;begun with circumstances of cruelty &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;and &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;perfidy scarcely paralleled in the most ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;the merciless Indian savages, whose known rule of warfare, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&amp;quot;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;with a firm ... on the protection of Divine Providence, we mutually pledge to each ... &lt;/font&gt;</htmlsnippet>
60
+ <minwordsmatched>70</minwordsmatched>
61
+ </result>
62
+ <result>
63
+ <index>8</index>
64
+ <url>http://www.constitution.org/usdeclar.htm</url>
65
+ <title>Declaration of Independence</title>
66
+ <textsnippet>... We hold these truths to be self-evident, that all men are created equal, that they are endowed by ... Prudence, indeed, will dictate that governments long established should not ... He has dissolved representative houses ... for opposing with manly firmness his invasions on the rights of the people. ... of cruelty and perfidy scarcely paralleled in the most barbarous ages, ... the merciless Indian savages, whose known rule of warfare, ... </textsnippet>
67
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;We hold these truths to be self-evident, that all men are created equal, that they are endowed by ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;Prudence, indeed, will dictate that governments long established should not ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has dissolved representative houses ... for opposing with manly firmness his invasions on the rights of the people. ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;of cruelty and &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;perfidy scarcely paralleled in the most barbarous ages, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;the merciless Indian savages, whose known rule of warfare, ... &lt;/font&gt;</htmlsnippet>
68
+ <minwordsmatched>65</minwordsmatched>
69
+ </result>
70
+ <result>
71
+ <index>9</index>
72
+ <url>http://mail.baylorschool.org/~jstover/technology/techfair04/DecofIndappeals.htm</url>
73
+ <title>The Declaration of Independence: an analysis of the three ...</title>
74
+ <textsnippet>... We hold these truths to be self-evident, that all men are created equal, that they are endowed by ... for opposing with manly firmness his invasions on the rights of the people. ... of Cruelty &amp; perfidy scarcely paralleled in the most barbarous ages, ... the merciless Indian Savages, whose known rule of warfare, ... </textsnippet>
75
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;We hold these truths to be self-evident, that all men are created equal, that they are endowed by ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;for opposing with manly firmness his invasions on the rights of the people. ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;of Cruelty &amp;amp; perfidy scarcely paralleled in the most barbarous ages, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;the merciless Indian Savages, whose known rule of warfare, ... &lt;/font&gt;</htmlsnippet>
76
+ <minwordsmatched>52</minwordsmatched>
77
+ </result>
78
+ <result>
79
+ <index>10</index>
80
+ <url>http://www.pbs.org/wgbh/aia/part2/2h33t.html</url>
81
+ <title>Africans in America/Part 2/Rough draft of the Declaration</title>
82
+ <textsnippet>... station to which the laws of nature and of nature's god entitle them, ... governments are instituted among men, deriving their just powers from the ... for opposing with manly firmness his invasions on the rights of the people. ... of our frontiers the merciless Indian savages, whose known rule of warfare is an ... </textsnippet>
83
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;station to which the laws of nature and of nature's god entitle them, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;governments are instituted among men, deriving their just powers from the ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;for opposing with manly firmness his invasions on the rights of the people. ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;of our frontiers the merciless Indian savages, whose known rule of warfare is an ... &lt;/font&gt;</htmlsnippet>
84
+ <minwordsmatched>51</minwordsmatched>
85
+ </result>
86
+ <result>
87
+ <index>11</index>
88
+ <url>http://avalon.law.yale.edu/18th_century/declare.asp</url>
89
+ <title>Avalon Project - Declaration of Independence, July 4, 1776</title>
90
+ <textsnippet>... and equal station to which the laws of nature and of nature's God entitle them, ... governments are instituted among men, deriving their just powers from the ... with manly firmness, his invasions on the rights of the people. ... of our frontiers the merciless Indian savages, whose known rule of warfare is an ... </textsnippet>
91
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;and equal station to which the laws of nature and of nature's God entitle them, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;governments are instituted among men, deriving their just powers from the ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;with manly firmness, his invasions on the rights of the people. ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;of our frontiers the merciless Indian savages, whose known rule of warfare is an ... &lt;/font&gt;</htmlsnippet>
92
+ <minwordsmatched>51</minwordsmatched>
93
+ </result>
94
+ <result>
95
+ <index>12</index>
96
+ <url>http://www.wsu.edu/~dee/AMERICA/DECLAR.HTM</url>
97
+ <title>Thomas Jefferson: The Declaration of Independence</title>
98
+ <textsnippet>... He has forbidden his governors to pass laws of immediate and pressing importance , unless suspended in their operation till his assent should ... for opposing with manly firmness his invasions on the rights of the people. ... of cruelty and perfidy [Added by Congress: scarcely paralleled in the most ... the merciless Indian savages, whose known rule of warfare is an ... </textsnippet>
99
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has forbidden his governors to pass laws of immediate and pressing importance , unless suspended in their operation till his assent should ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;for opposing with manly firmness his invasions on the rights of the people. ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;of cruelty and perfidy [Added by Congress: &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;scarcely paralleled in the most ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;the merciless Indian savages, whose known rule of warfare is an ... &lt;/font&gt;</htmlsnippet>
100
+ <minwordsmatched>51</minwordsmatched>
101
+ </result>
102
+ <result>
103
+ <index>13</index>
104
+ <url>http://www.htmliseasy.com/html_tutor/fixedbg.html</url>
105
+ <title>HTML Tutorial - Fixed background example</title>
106
+ <textsnippet>... and equal station to which the Laws of Nature and of Nature's God entitle them, ... Governments are instituted among Men, deriving their just powers from the ... for opposing with manly firmness his invasions on the rights of the people. ... the merciless Indian Savages, whose known rule of warfare, is an ... </textsnippet>
107
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;and equal station to which the Laws of Nature and of Nature's God entitle them, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;Governments are instituted among Men, deriving their just powers from the ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;for opposing with manly firmness his invasions on the rights of the people. ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;the merciless Indian Savages, whose known rule of warfare, is an ... &lt;/font&gt;</htmlsnippet>
108
+ <minwordsmatched>50</minwordsmatched>
109
+ </result>
110
+ <result>
111
+ <index>14</index>
112
+ <url>http://www.northtulsa.com/doi.htm</url>
113
+ <title>North Tulsa Neighborhood - Declaration of Independence</title>
114
+ <textsnippet>... station to which the Laws of Nature and of Nature's God entitle them, ... That to secure these rights, Governments are instituted among Men, deriving their just powers from ... opposing with manly firmness his invasions on the rights of the people. ... the merciless Indian Savages, whose known rule of warfare, ... </textsnippet>
115
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;station to which the Laws of Nature and of Nature's God entitle them, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;That to secure these rights, Governments are instituted among Men, deriving their just powers from ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;opposing with manly firmness his invasions on the rights of the people. ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;the merciless Indian Savages, whose known rule of warfare, ... &lt;/font&gt;</htmlsnippet>
116
+ <minwordsmatched>49</minwordsmatched>
117
+ </result>
118
+ <result>
119
+ <index>15</index>
120
+ <url>http://www.apstudent.com/ushistory/docs1751/dec_ind.htm</url>
121
+ <title>&quot;Declaration of Independence&quot;</title>
122
+ <textsnippet>... station to which the Laws of Nature and of Nature's God entitle them, ... That to secure these rights, Governments are instituted among Men, deriving their just powers from ... opposing with manly firmness his invasions on the rights of the people. ... the merciless Indian Savages, whose known rule of warfare, ... </textsnippet>
123
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;station to which the Laws of Nature and of Nature's God entitle them, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;That to secure these rights, Governments are instituted among Men, deriving their just powers from ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;opposing with manly firmness his invasions on the rights of the people. ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;the merciless Indian Savages, whose known rule of warfare, ... &lt;/font&gt;</htmlsnippet>
124
+ <minwordsmatched>49</minwordsmatched>
125
+ </result>
126
+ <result>
127
+ <index>16</index>
128
+ <url>http://www.cosmic-kitchen.com/c-books.php?id=U.S._Declaration_of_Independence__1776&amp;chap=chap_01&amp;sid=ee3b544e516e4ead00657201eecf5b21</url>
129
+ <title>The Cosmic Kitchen - Bookshelf - : U.S. Declaration of Independence</title>
130
+ <textsnippet>... station to which the Laws of Nature and of Nature's God entitle them, ... That to secure these rights, Governments are instituted among Men, deriving their just powers from ... opposing with manly firmness his invasions on the rights of the people. ... the merciless Indian Savages, whose known rule of warfare, ... </textsnippet>
131
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;station to which the Laws of Nature and of Nature's God entitle them, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;That to secure these rights, Governments are instituted among Men, deriving their just powers from ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;opposing with manly firmness his invasions on the rights of the people. ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;the merciless Indian Savages, whose known rule of warfare, ... &lt;/font&gt;</htmlsnippet>
132
+ <minwordsmatched>49</minwordsmatched>
133
+ </result>
134
+ <result>
135
+ <index>17</index>
136
+ <url>http://www.blumenbach.info/_/Declaration_of_Independence.html</url>
137
+ <title>The Declaration of Independence</title>
138
+ <textsnippet>... station to which the Laws of Nature and of Nature's God entitle them, ... Governments are instituted among Men, deriving their just powers from the ... for opposing with manly firmness his invasions on the rights of the people. ... of our frontiers, the merciless Indian Savages whose known rule of warfare, ... </textsnippet>
139
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;station to which the Laws of Nature and of Nature's God entitle them, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;Governments are instituted among Men, deriving their just powers from the ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;for opposing with manly firmness his invasions on the rights of the people. ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;of our frontiers, the merciless Indian Savages whose known rule of warfare, ... &lt;/font&gt;</htmlsnippet>
140
+ <minwordsmatched>49</minwordsmatched>
141
+ </result>
142
+ <result>
143
+ <index>18</index>
144
+ <url>http://www.earlyamerica.com/earlyamerica/freedom/doi/text.html</url>
145
+ <title>The Declaration of Independence - TEXT</title>
146
+ <textsnippet>... We hold these truths to be self-evident, that all men are created equal, that they are endowed by ... for opposing with manly firmness his invasions on the rights of the people. ... of cruelty and perfidy scarcely paralleled in the most barbarous ages, ... the merciless Indian savages, whose known rule of warfare, ... </textsnippet>
147
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;We hold these truths to be self-evident, that all men are created equal, that they are endowed by ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;for opposing with manly firmness his invasions on the rights of the people. ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;of cruelty and &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;perfidy scarcely paralleled in the most barbarous ages, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;the merciless Indian savages, whose known rule of warfare, ... &lt;/font&gt;</htmlsnippet>
148
+ <minwordsmatched>49</minwordsmatched>
149
+ </result>
150
+ <result>
151
+ <index>19</index>
152
+ <url>http://www.founding.com/the_declaration_of_i/id.2417,css.print/default.asp</url>
153
+ <title>Founding Principles - Founding.com: A Project of the Claremont ...</title>
154
+ <textsnippet>... and accordingly all experience hath shown, that mankind are more disposed to ... and such is now the necessity which constrains them to alter their former ... and by Authority of the good People of these Colonies, solemnly publish and ... they have full Power to levy War, conclude Peace, contract Alliances, ... </textsnippet>
155
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;and accordingly all experience hath shown, that mankind are more disposed to ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;and such is now the necessity which constrains them to alter their former ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;and by Authority of the good People of these Colonies, solemnly publish and ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;they have full Power to levy War, conclude Peace, contract Alliances, ... &lt;/font&gt;</htmlsnippet>
156
+ <minwordsmatched>49</minwordsmatched>
157
+ </result>
158
+ <result>
159
+ <index>20</index>
160
+ <url>http://www.civilbeat.com/topics/declaration-of-independence/</url>
161
+ <title>Honolulu Civil Beat - Declaration of Independence</title>
162
+ <textsnippet>... station to which the Laws of Nature and of Nature's God entitle them, ... That to secure these rights, Governments are instituted among Men, deriving their just powers from ... opposing with manly firmness his invasions on the rights of the people. ... the merciless Indian Savages, whose known rule of warfare, ... </textsnippet>
163
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;station to which the Laws of Nature and of Nature's God entitle them, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;That to secure these rights, Governments are instituted among Men, deriving their just powers from ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;opposing with manly firmness his invasions on the rights of the people. ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;the merciless Indian Savages, whose known rule of warfare, ... &lt;/font&gt;</htmlsnippet>
164
+ <minwordsmatched>49</minwordsmatched>
165
+ </result>
166
+ <result>
167
+ <index>21</index>
168
+ <url>http://www.founding.com/the_declaration_of_i/id.2483/default.asp</url>
169
+ <title>The Declaration of Independence - Founding.com: A Project of the ...</title>
170
+ <textsnippet>... accordingly all experience hath shown, that mankind are more disposed to suffer, ... and such is now the necessity which constrains them to alter their former ... and by Authority of the good People of these Colonies, solemnly publish and ... they have full Power to levy War, conclude Peace, contract Alliances, ... </textsnippet>
171
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;accordingly all experience hath shown, that mankind are more disposed to suffer, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;and such is now the necessity which constrains them to alter their former ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;and by Authority of the good People of these Colonies, solemnly publish and ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;they have full Power to levy War, conclude Peace, contract Alliances, ... &lt;/font&gt;</htmlsnippet>
172
+ <minwordsmatched>49</minwordsmatched>
173
+ </result>
174
+ <result>
175
+ <index>22</index>
176
+ <url>http://onegen.org/hot_reads_declaration.asp</url>
177
+ <title>The Declaration of Independence - One Generation Away, LLC</title>
178
+ <textsnippet>... and accordingly all experience hath shown that mankind are more disposed to suffer, ... and such is now the necessity which constrains them to alter their former ... of the good people of these colonies, solemnly publish and declare, ... they have full power to levy war, conclude peace, contract alliances, ... </textsnippet>
179
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;and accordingly all experience hath shown that mankind are more disposed to suffer, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;and such is now the necessity which constrains them to alter their former ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;of the good people of these colonies, solemnly publish and declare, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;they have full power to levy war, conclude peace, contract alliances, ... &lt;/font&gt;</htmlsnippet>
180
+ <minwordsmatched>48</minwordsmatched>
181
+ </result>
182
+ <result>
183
+ <index>23</index>
184
+ <url>http://www.independencedays.org/declaration.php</url>
185
+ <title>The U.S. Declaration of Independence - 4th of July Independence Days</title>
186
+ <textsnippet>... and accordingly all experience hath shown that mankind are more disposed to suffer, ... and such is now the necessity which constrains them to alter their former ... of the good people of these colonies, solemnly publish and declare, ... they have full power to levy war, conclude peace, contract alliances, ... </textsnippet>
187
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;and accordingly all experience hath shown that mankind are more disposed to suffer, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;and such is now the necessity which constrains them to alter their former ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;of the good people of these colonies, solemnly publish and declare, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;they have full power to levy war, conclude peace, contract alliances, ... &lt;/font&gt;</htmlsnippet>
188
+ <minwordsmatched>48</minwordsmatched>
189
+ </result>
190
+ <result>
191
+ <index>24</index>
192
+ <url>http://www.thelibertykid.com/declaration/</url>
193
+ <title>Declaration | The Liberty Kid</title>
194
+ <textsnippet>... to which the Laws of Nature and of Nature's God entitle them, ... That to secure these rights, Governments are instituted among Men, deriving their just powers from ... for opposing with manly firmness his invasions on the rights of ... the merciless Indian Savages whose known rule of warfare, ... </textsnippet>
195
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;to which the Laws of Nature and of Nature's God entitle them, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;That to secure these rights, Governments are instituted among Men, deriving their just powers from ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;for opposing with manly firmness his invasions on the rights of ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;the merciless Indian Savages whose known rule of warfare, ... &lt;/font&gt;</htmlsnippet>
196
+ <minwordsmatched>47</minwordsmatched>
197
+ </result>
198
+ <result>
199
+ <index>25</index>
200
+ <url>http://www.lawrenceburgnow.com/070411declaration.html</url>
201
+ <title>Declaration Of Independence</title>
202
+ <textsnippet>... to which the laws of nature and of nature's God entitle them, ... That to secure these rights, governments are instituted among men, deriving their just powers from ... for opposing with manly firmness his invasions on the rights of ... the merciless Indian savages, whose known rule of warfare, ... </textsnippet>
203
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;to which the laws of nature and of nature's God entitle them, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;That to secure these rights, governments are instituted among men, deriving their just powers from ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;for opposing with manly firmness his invasions on the rights of ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;the merciless Indian savages, whose known rule of warfare, ... &lt;/font&gt;</htmlsnippet>
204
+ <minwordsmatched>47</minwordsmatched>
205
+ </result>
206
+ <result>
207
+ <index>26</index>
208
+ <url>http://awingandaprayer.blogspot.com/2006/07/birth-certificate.html</url>
209
+ <title>A Wing And A Prayer: Birth Certificate</title>
210
+ <textsnippet>... to which the Laws of Nature and of Nature's God entitle them, ... That to secure these rights, Governments are instituted among Men, deriving their just powers from ... for opposing with manly firmness his invasions on the rights of ... the merciless Indian Savages whose known rule of warfare, ... </textsnippet>
211
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;to which the Laws of Nature and of Nature's God entitle them, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;That to secure these rights, Governments are instituted among Men, deriving their just powers from ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;for opposing with manly firmness his invasions on the rights of ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;the merciless Indian Savages whose known rule of warfare, ... &lt;/font&gt;</htmlsnippet>
212
+ <minwordsmatched>47</minwordsmatched>
213
+ </result>
214
+ <result>
215
+ <index>27</index>
216
+ <url>http://ramsincanon.wordpress.com/2011/07/04/we-mutually-pledge-to-each-other-our-lives-our-fortunes-and-our-sacred-honor/</url>
217
+ <title>We Mutually Pledge to Each Other our Lives, our Fortunes, and our ...</title>
218
+ <textsnippet>... We hold these truths to be self-evident, that all men are created equal, ... for opposing with manly firmness his invasions on the rights of the people. ... circumstances of Cruelty &amp; perfidy scarcely paralleled in the most barbarous ... the merciless Indian Savages, whose known rule of warfare, ... </textsnippet>
219
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;We hold these truths to be self-evident, that all men are created equal, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;for opposing with manly firmness his invasions on the rights of the people. ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;circumstances of Cruelty &amp;amp; perfidy scarcely paralleled in the most barbarous ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;the merciless Indian Savages, whose known rule of warfare, ... &lt;/font&gt;</htmlsnippet>
220
+ <minwordsmatched>47</minwordsmatched>
221
+ </result>
222
+ <result>
223
+ <index>28</index>
224
+ <url>http://www.thefreemanonline.org/headline/declaration-of-independence-2/</url>
225
+ <title>Declaration of Independence | The Freeman | Ideas On Liberty</title>
226
+ <textsnippet>... to which the Laws of Nature and of Nature's God entitle them, ... That to secure these rights, Governments are instituted among Men, deriving their just powers from ... with manly firmness his invasions on the rights of the people. ... the merciless Indian Savages, whose known rule of warfare, ... </textsnippet>
227
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;to which the Laws of Nature and of Nature's God entitle them, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;That to secure these rights, Governments are instituted among Men, deriving their just powers from ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;with manly firmness his invasions on the rights of the people. ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;the merciless Indian Savages, whose known rule of warfare, ... &lt;/font&gt;</htmlsnippet>
228
+ <minwordsmatched>47</minwordsmatched>
229
+ </result>
230
+ <result>
231
+ <index>29</index>
232
+ <url>http://www.wakeweekly.com/index.php?categoryid=20</url>
233
+ <title>Life, liberty and the pursuit of happiness - Welcome to the Wake ...</title>
234
+ <textsnippet>... and accordingly all experience hath shown, that mankind are more disposed to ... and such is now the necessity which constrains them to alter their ... of the good people of these colonies, solemnly publish and declare, ... conclude peace, contract alliances, establish commerce, and to do all ... </textsnippet>
235
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;and accordingly all experience hath shown, that mankind are more disposed to ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;and such is now the necessity which constrains them to alter their ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;of the good people of these colonies, solemnly publish and declare, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;conclude peace, contract alliances, establish commerce, and to do all ... &lt;/font&gt;</htmlsnippet>
236
+ <minwordsmatched>45</minwordsmatched>
237
+ </result>
238
+ <result>
239
+ <index>30</index>
240
+ <url>http://www.npr.org/templates/story/story.php?storyId=92108861</url>
241
+ <title>Reading The Declaration Of Independence : NPR</title>
242
+ <textsnippet>... For abolishing the free System of English Laws in a neighbouring Province, establishing therein ... He has plundered our seas, ravaged our Coasts, burnt our towns, ... He has constrained our fellow Citizens taken Captive on the high ... would inevitably interrupt our connections and correspondence. ... </textsnippet>
243
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;For abolishing the free System of English Laws in a neighbouring Province, establishing therein ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has plundered our seas, ravaged our Coasts, burnt our towns, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has constrained our fellow Citizens taken Captive on the high ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;would inevitably interrupt our connections and correspondence. ... &lt;/font&gt;</htmlsnippet>
244
+ <minwordsmatched>43</minwordsmatched>
245
+ </result>
246
+ <result>
247
+ <index>31</index>
248
+ <url>http://www.telegram.com/article/20110704/NEWS/107049967/1020/newsrewind&amp;Template=printart</url>
249
+ <title>Printer Friendly Version</title>
250
+ <textsnippet>... and accordingly all experience hath shown that mankind are more ... and such is now the necessity which constrains them to alter their former systems of government. ... of the good People of these Colonies, solemnly publish and declare, ... conclude Peace, contract Alliances, establish Commerce, ... </textsnippet>
251
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;and accordingly all experience hath shown that mankind are more ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;and such is now the necessity which constrains them to alter their former systems of government. ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;of the good People of these Colonies, solemnly publish and declare, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;conclude Peace, contract Alliances, establish Commerce, ... &lt;/font&gt;</htmlsnippet>
252
+ <minwordsmatched>43</minwordsmatched>
253
+ </result>
254
+ <result>
255
+ <index>32</index>
256
+ <url>http://mez-media.com/?p=2126</url>
257
+ <title>Happy 4th of July! | Mez Media</title>
258
+ <textsnippet>... and accordingly all experience hath shown, that mankind are more ... and such is now the necessity which constrains them to alter their former Systems of Government. ... of the good People of these Colonies, solemnly publish and declare, ... conclude Peace, contract Alliances,establish Commerce, ... </textsnippet>
259
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;and accordingly all experience hath shown, that mankind are more ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;and such is now the necessity which constrains them to alter their former Systems of Government. ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;of the good People of these Colonies, solemnly publish and declare, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;conclude Peace, contract Alliances,establish Commerce, ... &lt;/font&gt;</htmlsnippet>
260
+ <minwordsmatched>43</minwordsmatched>
261
+ </result>
262
+ <result>
263
+ <index>33</index>
264
+ <url>http://www.arthurhu.com/99/09/decsav.txt</url>
265
+ <title>SAVAGES IN DECLARATION OF INDEPENDENCE </title>
266
+ <textsnippet>... . and declaring themselves invested &gt; &gt; with power to legislate for us in all cases ... He is at this time transporting large Armies of foreign ... 99/09/decsav.txt&quot;&gt;decsav.txt&lt;/a&gt; &quot;He has excited domestic insurrections amongst us, ... legislature to &gt; &gt; extend an unwarrantable jurisdiction over us. ... </textsnippet>
267
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... . &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;and declaring themselves invested &amp;gt; &amp;gt; with power to legislate for us in all cases ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He is at this time transporting large Armies of foreign ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;99/09/decsav.txt&amp;quot;&amp;gt;decsav.txt&amp;lt;/a&amp;gt; &amp;quot;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has excited domestic insurrections amongst us, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;legislature to &amp;gt; &amp;gt; extend an unwarrantable jurisdiction over us. ... &lt;/font&gt;</htmlsnippet>
268
+ <minwordsmatched>38</minwordsmatched>
269
+ </result>
270
+ <result>
271
+ <index>34</index>
272
+ <url>http://www.infoplease.com/ipa/A0101022.html</url>
273
+ <title>The Declaration of Independence — Infoplease.com</title>
274
+ <textsnippet>... and such is now the necessity which constrains them to alter their former ... and by Authority of the good People of these Colonies, solemnly publish and ... they have full Power to levy War, conclude Peace, contract Alliances, ... </textsnippet>
275
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;and such is now the necessity which constrains them to alter their former ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;and by Authority of the good People of these Colonies, solemnly publish and ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;they have full Power to levy War, conclude Peace, contract Alliances, ... &lt;/font&gt;</htmlsnippet>
276
+ <minwordsmatched>37</minwordsmatched>
277
+ </result>
278
+ <result>
279
+ <index>35</index>
280
+ <url>http://www.carolinasonsofliberty.com/declaration_of_independence.html</url>
281
+ <title>Declaration of Independence</title>
282
+ <textsnippet>... He has plundered our seas, ravaged our coasts, burnt our towns, ... He has constrained our fellow citizens taken captive on the high seas to bear arms against ... which, would inevitably interrupt our connections and correspondence . ... </textsnippet>
283
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has plundered our seas, ravaged our coasts, burnt our towns, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has constrained our fellow citizens taken captive on the high seas to bear arms against ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;which, would inevitably interrupt our connections and correspondence . ... &lt;/font&gt;</htmlsnippet>
284
+ <minwordsmatched>35</minwordsmatched>
285
+ </result>
286
+ <result>
287
+ <index>36</index>
288
+ <url>http://www.nps.gov/thst/forteachers/upload/Student%20Handout%20list%20of%20DI%20indictments%20.pdf</url>
289
+ <title>Indictments from the Declaration of Independence</title>
290
+ <textsnippet>... HE has plundered our Seas, ravaged our Coasts, burnt our Towns, ... HE has constrained our fellow Citizens taken Captive on the high Seas to bear ... Usurpations, which, would inevitably interrupt our Connections and Correspondence. ... </textsnippet>
291
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;HE has plundered our Seas, ravaged our Coasts, burnt our Towns, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;HE has constrained our fellow Citizens taken Captive on the high Seas to bear ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;Usurpations, which, would inevitably interrupt our Connections and Correspondence. ... &lt;/font&gt;</htmlsnippet>
292
+ <minwordsmatched>34</minwordsmatched>
293
+ </result>
294
+ <result>
295
+ <index>37</index>
296
+ <url>http://www.constitution.org/us_doi.htm</url>
297
+ <title>Declaration of Independence</title>
298
+ <textsnippet>... Prudence, indeed, will dictate that Governments long established should not be changed for ... He has dissolved Representative Houses repeatedly, for opposing with manly ... refusing to pass others to encourage their migrations hither, ... </textsnippet>
299
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;Prudence, indeed, will dictate that Governments long established should not be changed for ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has dissolved Representative Houses repeatedly, for opposing with manly ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;refusing to pass others to encourage their migrations hither, ... &lt;/font&gt;</htmlsnippet>
300
+ <minwordsmatched>32</minwordsmatched>
301
+ </result>
302
+ <result>
303
+ <index>38</index>
304
+ <url>http://www.theoutlookonline.com/opinion/story_2nd.php?story_id=130956489816986900</url>
305
+ <title>Colonists declare their independence</title>
306
+ <textsnippet>... He is at this time transporting large armies of foreign mercenaries to complete the works of ... He has excited domestic insurrections amongst us, ... by their legislature to extend an unwarrantable jurisdiction over us. ... </textsnippet>
307
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He is at this time transporting large armies of foreign mercenaries to &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;complete &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;the works of ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has excited domestic insurrections amongst us, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;by their legislature to extend an unwarrantable jurisdiction over us. ... &lt;/font&gt;</htmlsnippet>
308
+ <minwordsmatched>32</minwordsmatched>
309
+ </result>
310
+ <result>
311
+ <index>39</index>
312
+ <url>http://articles.boston.com/2011-07-04/bostonglobe/29736533_1_unalienable-rights-laws-powers/2</url>
313
+ <title>In Congress, July 4, 1776 - Page 2 - Boston.com</title>
314
+ <textsnippet>... Laws for Naturalization of Foreigners, refusing to pass others to encourage ... For transporting us beyond Seas to be tried for pretended offences: ... He has plundered our seas, ravaged our Coasts, burnt our towns, ... </textsnippet>
315
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... Laws for &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;Naturalization of Foreigners, refusing to pass others to encourage ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;For transporting us beyond Seas to be tried for pretended offences: ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has plundered our seas, ravaged our Coasts, burnt our towns, ... &lt;/font&gt;</htmlsnippet>
316
+ <minwordsmatched>31</minwordsmatched>
317
+ </result>
318
+ <result>
319
+ <index>40</index>
320
+ <url>http://minivansarehot.com/2011/07/let-freedom-ring-2/</url>
321
+ <title>Minivans Are Hot | Let Freedom Ring</title>
322
+ <textsnippet>... and such is now the necessity which constrains them to alter their former ... Authority of the good People of these Colonies, solemnly publish and declare , ... conclude Peace, contract Alliances, establish Commerce, ... </textsnippet>
323
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;and such is now the necessity which constrains them to alter their former ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;Authority of the good People of these Colonies, solemnly publish and declare , ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;conclude Peace, contract Alliances, establish Commerce, ... &lt;/font&gt;</htmlsnippet>
324
+ <minwordsmatched>31</minwordsmatched>
325
+ </result>
326
+ <result>
327
+ <index>41</index>
328
+ <url>http://www.kevincraig.us/religion/nature.htm</url>
329
+ <title>&quot;The Laws of Nature and of Nature's God&quot; -- KEVIN CRAIG - &quot;Liberty ...</title>
330
+ <textsnippet>... and to assume among the Powers of the earth, the separate and equal station to which the Laws of Nature and of Nature's God entitle them, a decent ... </textsnippet>
331
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;and to assume &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;among &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;the Powers of the earth, the separate and equal station to which the Laws of Nature and of Nature's God entitle them, a decent ... &lt;/font&gt;</htmlsnippet>
332
+ <minwordsmatched>27</minwordsmatched>
333
+ </result>
334
+ <result>
335
+ <index>42</index>
336
+ <url>http://history.hanover.edu/hhr/hhr93_1.html</url>
337
+ <title>Who is Nature's God?</title>
338
+ <textsnippet>... and to assume among the powers of the earth the separate and equal station to which the laws of nature and of nature's God entitle them, a decent ... </textsnippet>
339
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;and to assume &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;among &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;the powers of the earth the separate and equal station to which the laws of nature and of nature's God entitle them, a decent ... &lt;/font&gt;</htmlsnippet>
340
+ <minwordsmatched>27</minwordsmatched>
341
+ </result>
342
+ <result>
343
+ <index>43</index>
344
+ <url>http://abcnews.go.com/US/fourth_july/full-text-declaration-independence/story?id=13976396&amp;page=2</url>
345
+ <title>Page 2: Full Text of the Declaration of Independence - ABC News</title>
346
+ <textsnippet>... He has plundered our seas, ravaged our coasts, burnt our towns, ... He has constrained our fellow Citizens taken Captive on the high Seas to bear Arms ... </textsnippet>
347
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has plundered our seas, ravaged our coasts, burnt our towns, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has constrained our fellow Citizens taken Captive on the high Seas to bear Arms ... &lt;/font&gt;</htmlsnippet>
348
+ <minwordsmatched>26</minwordsmatched>
349
+ </result>
350
+ <result>
351
+ <index>44</index>
352
+ <url>http://www.liherald.com/stories/In-Congress-July-4-1776,33864?page=4&amp;content_source=</url>
353
+ <title>In Congress, July 4, 1776 - LIHerald.com - Nassau County's source ...</title>
354
+ <textsnippet>... He has plundered our seas, ravaged our Coasts, burnt our towns, ... He has constrained our fellow Citizens taken Captive on the high Seas to bear Arms ... </textsnippet>
355
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has plundered our seas, ravaged our Coasts, burnt our towns, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has constrained our fellow Citizens taken Captive on the high Seas to bear Arms ... &lt;/font&gt;</htmlsnippet>
356
+ <minwordsmatched>26</minwordsmatched>
357
+ </result>
358
+ <result>
359
+ <index>45</index>
360
+ <url>http://www.mattneuman.com/decofind.htm</url>
361
+ <title>The Declaration of Independence (for Modern Readers)</title>
362
+ <textsnippet>... And for the support of this Declaration, with a firm reliance on the Protection of Divine Providence, we mutually pledge to each other our Lives, ... </textsnippet>
363
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;And for the support of this Declaration, with a firm reliance on the Protection of Divine Providence, we mutually pledge to each other our Lives, ... &lt;/font&gt;</htmlsnippet>
364
+ <minwordsmatched>25</minwordsmatched>
365
+ </result>
366
+ <result>
367
+ <index>46</index>
368
+ <url>http://www.limitedgovernmentagain.com/</url>
369
+ <title>Limited government again » “Governments are instituted among Men ...</title>
370
+ <textsnippet>... equal station to which the Laws of Nature and of Nature's God entitle them, ... “Governments are instituted among Men, deriving their just powers from the ... </textsnippet>
371
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;equal station to which the Laws of Nature and of Nature's God entitle them, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;“&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;Governments are instituted among Men, deriving their just powers from the ... &lt;/font&gt;</htmlsnippet>
372
+ <minwordsmatched>25</minwordsmatched>
373
+ </result>
374
+ <result>
375
+ <index>47</index>
376
+ <url>http://wiki.answers.com/Q/He_has_forbidden_his_Governors_to_pass_laws_of_immediate_and_pressing_importance_unless_suspended_in_their_operation_till_his_assent_should_be_obtained_and_when_so_suspended_he_has_utterly_neglecte</url>
377
+ <title>He has forbidden his Governors to pass laws of immediate and ...</title>
378
+ <textsnippet>... He has forbidden his Governors to pass laws of immediate and pressing importance unless suspended in their operation till his assent should be obtained and ... </textsnippet>
379
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has forbidden his Governors to pass laws of immediate and pressing importance unless suspended in their operation till his assent should be obtained and ... &lt;/font&gt;</htmlsnippet>
380
+ <minwordsmatched>25</minwordsmatched>
381
+ </result>
382
+ <result>
383
+ <index>48</index>
384
+ <url>http://www.washingtonlinkagegroup.com/html/index.htm</url>
385
+ <title>Washington Linkage Group - Your Link to the Halls of Power</title>
386
+ <textsnippet>... station to which the Laws of Nature and of Nature's God entitle them,&quot; ... Governments are instituted among Men, deriving their just powers from the ... </textsnippet>
387
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;station to which the Laws of Nature and of Nature's God entitle them,&amp;quot; ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;Governments are instituted among Men, deriving their just powers from the ... &lt;/font&gt;</htmlsnippet>
388
+ <minwordsmatched>24</minwordsmatched>
389
+ </result>
390
+ <result>
391
+ <index>49</index>
392
+ <url>http://www.washingtonlinkagegroup.com/html/record_of_success.htm</url>
393
+ <title>Record of Success - Washington Linkage Group - Your Link to the ...</title>
394
+ <textsnippet>... station to which the Laws of Nature and of Nature's God entitle them,&quot; ... Governments are instituted among Men, deriving their just powers from the ... </textsnippet>
395
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;station to which the Laws of Nature and of Nature's God entitle them,&amp;quot; ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;Governments are instituted among Men, deriving their just powers from the ... &lt;/font&gt;</htmlsnippet>
396
+ <minwordsmatched>24</minwordsmatched>
397
+ </result>
398
+ <result>
399
+ <index>50</index>
400
+ <url>http://www.cusdi.org/declaration.htm</url>
401
+ <title>Declaration of Independence</title>
402
+ <textsnippet>... station to which the Laws of Nature and of Nature's God entitle them, ... Governments are instituted among Men, deriving their just powers from the ... </textsnippet>
403
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;station to which the Laws of Nature and of Nature's God entitle them, ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;Governments are instituted among Men, deriving their just powers from the ... &lt;/font&gt;</htmlsnippet>
404
+ <minwordsmatched>24</minwordsmatched>
405
+ </result>
406
+ <result>
407
+ <index>51</index>
408
+ <url>http://www.washingtonlinkagegroup.com/html/team_thorington.htm</url>
409
+ <title>Brandt Thorington - Washington Linkage Group - Your Link to the ...</title>
410
+ <textsnippet>... station to which the Laws of Nature and of Nature's God entitle them,&quot; ... Governments are instituted among Men, deriving their just powers from the ... </textsnippet>
411
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;station to which the Laws of Nature and of Nature's God entitle them,&amp;quot; ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;Governments are instituted among Men, deriving their just powers from the ... &lt;/font&gt;</htmlsnippet>
412
+ <minwordsmatched>24</minwordsmatched>
413
+ </result>
414
+ <result>
415
+ <index>52</index>
416
+ <url>http://colonialhall.com/histdocs/declaration/declarationanalysis02.php</url>
417
+ <title>He has forbidden his Governors to pass Laws - Colonial Hall</title>
418
+ <textsnippet>... He has forbidden his governors to pass laws of immediate and pressing importance , unless suspended in their operation till his assent should be obtained; ... </textsnippet>
419
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has forbidden his governors to pass laws of immediate and pressing importance , unless suspended in their operation till his assent should be &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;obtained; ... &lt;/font&gt;</htmlsnippet>
420
+ <minwordsmatched>23</minwordsmatched>
421
+ </result>
422
+ <result>
423
+ <index>53</index>
424
+ <url>http://www.founding.com/the_declaration_of_i/pageID.2436/default.asp</url>
425
+ <title>He has forbidden his Governors to pass Laws of immediate and pressing</title>
426
+ <textsnippet>... He has forbidden his Governors to pass Laws of immediate and pressing Importance , unless suspended in their Operation till his Assent should be obtained; ... </textsnippet>
427
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has forbidden his Governors to pass Laws of immediate and pressing Importance , unless suspended in their Operation till his Assent should be &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;obtained; ... &lt;/font&gt;</htmlsnippet>
428
+ <minwordsmatched>23</minwordsmatched>
429
+ </result>
430
+ <result>
431
+ <index>54</index>
432
+ <url>http://www.founding.com/the_declaration_of_i/pageID.2457/default.asp</url>
433
+ <title>He has excited domestic insurrections amongst us, and has endeavoured</title>
434
+ <textsnippet>... He has excited domestic insurrections amongst us, and has endeavoured to bring on the inhabitants of our frontiers, the merciless Indian Savages, ... whose ... </textsnippet>
435
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has excited domestic insurrections amongst us, and has endeavoured to bring on the inhabitants of our frontiers, the merciless Indian Savages, ... whose ... &lt;/font&gt;</htmlsnippet>
436
+ <minwordsmatched>23</minwordsmatched>
437
+ </result>
438
+ <result>
439
+ <index>55</index>
440
+ <url>http://americandigest.org/mt-archives/citizens/but_when_a_long_train_of.php</url>
441
+ <title>“But when a long train of abuses and usurpations, pursuing ...</title>
442
+ <textsnippet>... “But when a long train of abuses and usurpations, pursuing invariably the same Object evinces a design to reduce them under absolute ... </textsnippet>
443
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... “&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;But when a long train of abuses and usurpations, pursuing invariably the same Object evinces a design to reduce them under absolute ... &lt;/font&gt;</htmlsnippet>
444
+ <minwordsmatched>22</minwordsmatched>
445
+ </result>
446
+ <result>
447
+ <index>56</index>
448
+ <url>http://www.believerspress.com/wp-content/uploads/DuganDesignGroup-Cover-Templates.pdf</url>
449
+ <title>DDG Cover Templates.indd</title>
450
+ <textsnippet>... nature's God entitle them, a decent respect to the opinions of man- ... governments are instituted among men, deriving their just powers from the ... </textsnippet>
451
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;nature's God entitle them, a decent respect to the opinions of &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;man- ... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;governments are instituted among men, deriving their just powers from the ... &lt;/font&gt;</htmlsnippet>
452
+ <minwordsmatched>22</minwordsmatched>
453
+ </result>
454
+ <result>
455
+ <index>57</index>
456
+ <url>http://www.strout.net/info/coding/python/shaney-declaration.txt</url>
457
+ <title>this output - strout.net</title>
458
+ <textsnippet>... of justice and of Nature's God entitle them, a decent respect to the separation. ... the merciless Indian Savages, whose known rule of warfare is an ... </textsnippet>
459
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... of justice &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;and of Nature's God entitle them, a decent respect to the &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;separation. ... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;the merciless Indian Savages, whose known rule of warfare is an ... &lt;/font&gt;</htmlsnippet>
460
+ <minwordsmatched>22</minwordsmatched>
461
+ </result>
462
+ <result>
463
+ <index>58</index>
464
+ <url>http://www.usconstitution.net/declar.html</url>
465
+ <title>The Declaration of Independence - The U.S. Constitution Online ...</title>
466
+ <textsnippet>... For transporting us beyond seas to be tried for pretended offences: ... He has plundered our seas, ravaged our Coasts, burnt our towns, ... </textsnippet>
467
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;For transporting us beyond seas to be tried for pretended offences: ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has plundered our seas, ravaged our Coasts, burnt our towns, ... &lt;/font&gt;</htmlsnippet>
468
+ <minwordsmatched>22</minwordsmatched>
469
+ </result>
470
+ <result>
471
+ <index>59</index>
472
+ <url>http://www.huffingtonpost.com/social/Asmodeus/whose-america-now-not-gor_b_139843_17519812.html</url>
473
+ <title>Asmodeus: Prudence, indeed, will dictate that Governments long ...</title>
474
+ <textsnippet>... “Prudence, indeed, will dictate that Governments long established should not be changed for light and transient causes; and accordingly all experience hath ... </textsnippet>
475
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... “&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;Prudence, indeed, will dictate that Governments long established should not be changed for light and transient &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;causes; &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;and accordingly all experience hath ... &lt;/font&gt;</htmlsnippet>
476
+ <minwordsmatched>21</minwordsmatched>
477
+ </result>
478
+ <result>
479
+ <index>60</index>
480
+ <url>http://www.lowraine.me/post/7231869745/prudence-indeed-will-dictate-that-governments</url>
481
+ <title>so i hear you like games — Prudence, indeed, will dictate that ...</title>
482
+ <textsnippet>... Prudence, indeed, will dictate that Governments long established should not be changed for light and transient causes; and accordingly all experience hath ... </textsnippet>
483
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;Prudence, indeed, will dictate that Governments long established should not be changed for light and transient &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;causes; &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;and accordingly all experience hath ... &lt;/font&gt;</htmlsnippet>
484
+ <minwordsmatched>21</minwordsmatched>
485
+ </result>
486
+ <result>
487
+ <index>61</index>
488
+ <url>http://wiki.answers.com/Q/What_is_the_meaning_of_'That_to_secure_these_rights_governments_are_instituted_among_men_deriving_their_just_powers_from_the_consent_of_the_governed</url>
489
+ <title>What is the meaning of 'That to secure these rights governments ...</title>
490
+ <textsnippet>... What is the meaning of 'That to secure these rights governments are instituted among men deriving their just powers from the consent of the governed? ... </textsnippet>
491
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... What is the meaning of '&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;That to secure these rights governments are instituted among men deriving their just powers from the consent of the governed? ... &lt;/font&gt;</htmlsnippet>
492
+ <minwordsmatched>20</minwordsmatched>
493
+ </result>
494
+ <result>
495
+ <index>62</index>
496
+ <url>http://liberalwarjournal.blogspot.com/2009/07/that-to-secure-these-rights-governments.html</url>
497
+ <title>The Liberal War Journal: &quot;That to secure these rights, governments ...</title>
498
+ <textsnippet>... &quot;That to secure these rights, governments are instituted among men, deriving their just powers from the consent of the governed.&quot; ... </textsnippet>
499
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &amp;quot;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;That to secure these rights, governments are instituted among men, deriving their just powers from the consent of the governed.&amp;quot; ... &lt;/font&gt;</htmlsnippet>
500
+ <minwordsmatched>20</minwordsmatched>
501
+ </result>
502
+ <result>
503
+ <index>63</index>
504
+ <url>http://wiki.answers.com/Q/What_document_includes_the_phrase_to_secure_these_rights_Governments_are_instituted_among_Men_deriving_their_just_powers_from_the_consent_of_the_governed</url>
505
+ <title>What document includes the phrase to secure these rights ...</title>
506
+ <textsnippet>... What document includes the phrase to secure these rights Governments are instituted among Men deriving their just powers from the consent of the governed ? ... </textsnippet>
507
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... What document includes the phrase &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;to secure these rights Governments are instituted among Men deriving their just powers from the consent of the governed ? ... &lt;/font&gt;</htmlsnippet>
508
+ <minwordsmatched>19</minwordsmatched>
509
+ </result>
510
+ <result>
511
+ <index>64</index>
512
+ <url>http://www.let.rug.nl/usa/D/1776-1800/independence/doitj.htm</url>
513
+ <title>From Revolution to Reconstruction: Documents: Declaration of ...</title>
514
+ <textsnippet>... he is at this time transporting large armies of foreign mercenaries to compleat ... to extend an unwarrantable jurisdiction over these our states. we have ... </textsnippet>
515
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;he is at this time transporting large armies of foreign mercenaries to compleat ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;to extend an unwarrantable jurisdiction over &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;these our states. we have ... &lt;/font&gt;</htmlsnippet>
516
+ <minwordsmatched>19</minwordsmatched>
517
+ </result>
518
+ <result>
519
+ <index>65</index>
520
+ <url>http://www.thibault.org/newhome/thoughts/declaration.html</url>
521
+ <title>Reflections on the Declaration of Independence</title>
522
+ <textsnippet>... He has dissolved Representative Houses repeatedly, for opposing with manly firmness his invasions on the rights of the people. ... </textsnippet>
523
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has dissolved Representative Houses repeatedly, for opposing with manly firmness his invasions on the rights of the people. ... &lt;/font&gt;</htmlsnippet>
524
+ <minwordsmatched>19</minwordsmatched>
525
+ </result>
526
+ <result>
527
+ <index>66</index>
528
+ <url>http://www.huffingtonpost.com/social/lovethesinner/a-radical-suggestion-exci_b_888897_95274288.html</url>
529
+ <title>lovethesinner: &quot;... the merciless Indian Savages, whose known Rule ...</title>
530
+ <textsnippet>... the merciless Indian Savages, whose known Rule of Warfare, is an undistinguished Destruction, of all Ages, Sexes and Conditions.&quot; ... </textsnippet>
531
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;the merciless Indian Savages, whose known Rule of Warfare, is an undistinguished Destruction, of all Ages, Sexes and Conditions.&amp;quot; ... &lt;/font&gt;</htmlsnippet>
532
+ <minwordsmatched>19</minwordsmatched>
533
+ </result>
534
+ <result>
535
+ <index>67</index>
536
+ <url>http://colonialhall.com/histdocs/declaration/declarationanalysis05.php</url>
537
+ <title>He has dissolved Representative Houses repeatedly ... - Colonial Hall</title>
538
+ <textsnippet>... V. He has dissolved, representative houses repeatedly, for opposing with manly firmness his invasions on the rights of the people. ... </textsnippet>
539
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... V. &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has dissolved, representative houses repeatedly, for opposing with manly firmness his invasions on the rights of the people. ... &lt;/font&gt;</htmlsnippet>
540
+ <minwordsmatched>19</minwordsmatched>
541
+ </result>
542
+ <result>
543
+ <index>68</index>
544
+ <url>http://www.founding.com/the_declaration_of_i/pageID.2452/default.asp</url>
545
+ <title>For suspending our own Legislatures, and declaring themselves invested</title>
546
+ <textsnippet>... For suspending our own Legislatures, and declaring themselves invested with power to legislate for us in all cases whatsoever. ... </textsnippet>
547
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;For suspending our own Legislatures, and declaring themselves invested with power to legislate for us in all cases whatsoever. ... &lt;/font&gt;</htmlsnippet>
548
+ <minwordsmatched>19</minwordsmatched>
549
+ </result>
550
+ <result>
551
+ <index>69</index>
552
+ <url>http://www.founding.com/the_declaration_of_i/pageID.2439/default.asp</url>
553
+ <title>He has dissolved Representative Houses repeatedly, for opposing with</title>
554
+ <textsnippet>... He has dissolved Representative Houses repeatedly, for opposing with manly firmness his invasions on the rights of the people. ... </textsnippet>
555
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has dissolved Representative Houses repeatedly, for opposing with manly firmness his invasions on the rights of the people. ... &lt;/font&gt;</htmlsnippet>
556
+ <minwordsmatched>19</minwordsmatched>
557
+ </result>
558
+ <result>
559
+ <index>70</index>
560
+ <url>http://confluencecity.blogspot.com/2009/07/merciless-indian-savages-and-town.html</url>
561
+ <title>Confluence City: &quot;Merciless Indian savages&quot; and the &quot;Town Destroyer&quot;</title>
562
+ <textsnippet>... the merciless Indian savages, whose known rule of warfare, is undistinguished destruction of all ages, sexes and conditions. ... </textsnippet>
563
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;the merciless Indian savages, whose known rule of warfare, is undistinguished destruction of all ages, sexes and conditions. ... &lt;/font&gt;</htmlsnippet>
564
+ <minwordsmatched>18</minwordsmatched>
565
+ </result>
566
+ <result>
567
+ <index>71</index>
568
+ <url>http://www.facebook.com/pages/The-Grub-Street-Hacks/92955847712</url>
569
+ <title>The Grub Street Hacks | Facebook</title>
570
+ <textsnippet>... The Grub Street Hacks - He has plundered our Seas, ravaged our Coasts, burnt our Towns, and destroyed the Lives of our People - General Manager: Leo McGarry ... </textsnippet>
571
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... The Grub Street Hacks - &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He has plundered our Seas, ravaged our Coasts, burnt our Towns, and destroyed the Lives of our People - &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;General Manager: Leo McGarry ... &lt;/font&gt;</htmlsnippet>
572
+ <minwordsmatched>18</minwordsmatched>
573
+ </result>
574
+ <result>
575
+ <index>72</index>
576
+ <url>http://wiki.answers.com/Q/What_document_includes_the_phrase_'to_secure_these_right_Governments_are_instituted_among_Men_deriving_their_just_powers_from_the_consent_of_the_governed</url>
577
+ <title>What document includes the phrase 'to secure these right ...</title>
578
+ <textsnippet>... What document includes the phrase 'to secure these right Governments are instituted among Men deriving their just powers from the consent of the governed ? ... </textsnippet>
579
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... What document includes the phrase '&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;to secure these &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;right &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;Governments are instituted among Men deriving their just powers from the consent of the governed ? ... &lt;/font&gt;</htmlsnippet>
580
+ <minwordsmatched>18</minwordsmatched>
581
+ </result>
582
+ <result>
583
+ <index>73</index>
584
+ <url>http://www.flickr.com/photos/cycletheghostround/3923454052/</url>
585
+ <title>Merciless Indian Savages whose known rule of warfare, is an ...</title>
586
+ <textsnippet>... Merciless Indian Savages whose known rule of warfare, is an undistinguished destruction of all ages, sexes and conditions. Indian with bow. ... </textsnippet>
587
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;Merciless Indian Savages whose known rule of warfare, is an undistinguished destruction of all ages, sexes and conditions. &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;Indian with bow. ... &lt;/font&gt;</htmlsnippet>
588
+ <minwordsmatched>18</minwordsmatched>
589
+ </result>
590
+ <result>
591
+ <index>74</index>
592
+ <url>http://althouse.blogspot.com/2011/07/prudence-indeed-will-dictate-that.html</url>
593
+ <title>Althouse: &quot;Prudence, indeed, will dictate that Governments long ...</title>
594
+ <textsnippet>... &quot;Prudence, indeed, will dictate that Governments long established should not be changed for light and transient causes ... </textsnippet>
595
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &amp;quot;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;Prudence, indeed, will dictate that Governments long established should not be changed for light and transient causes ... &lt;/font&gt;</htmlsnippet>
596
+ <minwordsmatched>17</minwordsmatched>
597
+ </result>
598
+ <result>
599
+ <index>75</index>
600
+ <url>http://hu-hu.facebook.com/pages/He-Is-at-This-Time-Transporting-Large-Armies-of-Foreign-Mercenaries-to-Compleat-the-Works-of-Death/374312044346</url>
601
+ <title>He Is at This Time Transporting Large Armies of Foreign ...</title>
602
+ <textsnippet>... He Is at This Time Transporting Large Armies of Foreign Mercenaries to Compleat the Works of Death | Facebook. ... </textsnippet>
603
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;He Is at This Time Transporting Large Armies of Foreign Mercenaries to Compleat the Works of Death | &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;Facebook. ... &lt;/font&gt;</htmlsnippet>
604
+ <minwordsmatched>17</minwordsmatched>
605
+ </result>
606
+ <result>
607
+ <index>76</index>
608
+ <url>http://wiki.answers.com/Q/What_does_prudence_indeed_will_dictate_that_Governments_long_established_should_not_be_changed_for_light_and_transient_causes_mean_in_the_declaration_of_independence</url>
609
+ <title>What does prudence indeed will dictate that Governments long ...</title>
610
+ <textsnippet>... What does prudence indeed will dictate that Governments long established should not be changed for light and transient causes mean in the declaration of ... </textsnippet>
611
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... What does &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;prudence indeed will dictate that Governments long established should not be changed for light and transient causes &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;mean in the declaration of ... &lt;/font&gt;</htmlsnippet>
612
+ <minwordsmatched>17</minwordsmatched>
613
+ </result>
614
+ <result>
615
+ <index>77</index>
616
+ <url>http://www.city-data.com/forum/illegal-immigration/915901-governments-instituted-among-men-deriving-their.html</url>
617
+ <title>&quot;Governments are instituted among Men, deriving their just power ...</title>
618
+ <textsnippet>... Quote from the Declaration of Independence - &quot; ... That to secure these rights, Governments are instituted among Men, deriving their just ... </textsnippet>
619
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... Quote from &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;the Declaration of Independence - &amp;quot; ... &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;That to secure these rights, Governments are instituted among Men, deriving their just ... &lt;/font&gt;</htmlsnippet>
620
+ <minwordsmatched>17</minwordsmatched>
621
+ </result>
622
+ <result>
623
+ <index>78</index>
624
+ <url>http://www.freerepublic.com/focus/f-news/911907/posts</url>
625
+ <title>The Declaration of Independence for Dummies, Part 1</title>
626
+ <textsnippet>... ”Prudence, indeed, will dictate that governments long established should not be changed for light and transient causes;” ... </textsnippet>
627
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... ”&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;Prudence, indeed, will dictate that governments long established should not be changed for light and transient &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;causes;” ... &lt;/font&gt;</htmlsnippet>
628
+ <minwordsmatched>16</minwordsmatched>
629
+ </result>
630
+ <result>
631
+ <index>79</index>
632
+ <url>http://www.correntewire.com/plundered_our_seas_ravaged_our_coasts_burnt_our_towns_and_destroyed_lives_our_people</url>
633
+ <title>&quot;... plundered our Seas, ravaged our Coasts, burnt our Towns, and ...</title>
634
+ <textsnippet>... plundered our Seas, ravaged our Coasts, burnt our Towns, and destroyed the Lives of our People ... </textsnippet>
635
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;plundered our Seas, ravaged our Coasts, burnt our Towns, and destroyed the Lives of our People ... &lt;/font&gt;</htmlsnippet>
636
+ <minwordsmatched>16</minwordsmatched>
637
+ </result>
638
+ <result>
639
+ <index>80</index>
640
+ <url>http://www.ethansuplee.com/2009/04/governments-are-instituted-among-men-deriving-their-just-powers-from-the-consent-of-the-governed/</url>
641
+ <title>Governments are instituted among men, deriving ... - Ethan Suplee</title>
642
+ <textsnippet>... “Governments are instituted among men, deriving their just powers from the consent of the governed.” Posted On: April 16, 2009. Posted In: ... </textsnippet>
643
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... “&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;Governments are instituted among men, deriving their just powers from the consent of the governed.” &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;Posted On: April 16, 2009. Posted In: ... &lt;/font&gt;</htmlsnippet>
644
+ <minwordsmatched>15</minwordsmatched>
645
+ </result>
646
+ <result>
647
+ <index>81</index>
648
+ <url>http://www.facebook.com/topic.php?uid=94978896695&amp;topic=12721</url>
649
+ <title>Governments are instituted among Men, deriving their just powers ...</title>
650
+ <textsnippet>... Governments are instituted among Men, deriving their just powers from the consent of the governed, --. Back to Congressman Kurt Schrader ... </textsnippet>
651
+ <htmlsnippet>&lt;font color=&quot;#777777&quot;&gt;... &lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;Governments are instituted among Men, deriving their just powers from the consent of the governed, --. &lt;/font&gt;&lt;font color=&quot;#777777&quot;&gt;Back to Congressman Kurt Schrader ... &lt;/font&gt;</htmlsnippet>
652
+ <minwordsmatched>15</minwordsmatched>
653
+ </result>
654
+ </response>