statement 0.5 → 0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +9 -3
- data/lib/statement/version.rb +1 -1
- data/lib/statement.rb +136 -22
- data/spec/bill_nelson_press.html +593 -0
- data/spec/cowan_press.html +1840 -0
- data/spec/statement_spec.rb +26 -0
- data/spec/vitter_press.html +2461 -0
- metadata +18 -12
@@ -0,0 +1,1840 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
|
98
|
+
|
99
|
+
|
100
|
+
|
101
|
+
|
102
|
+
|
103
|
+
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
|
108
|
+
|
109
|
+
|
110
|
+
|
111
|
+
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
|
118
|
+
|
119
|
+
|
120
|
+
|
121
|
+
|
122
|
+
|
123
|
+
|
124
|
+
|
125
|
+
|
126
|
+
|
127
|
+
|
128
|
+
|
129
|
+
|
130
|
+
|
131
|
+
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
|
136
|
+
|
137
|
+
|
138
|
+
|
139
|
+
|
140
|
+
|
141
|
+
|
142
|
+
|
143
|
+
|
144
|
+
|
145
|
+
|
146
|
+
|
147
|
+
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
|
152
|
+
|
153
|
+
|
154
|
+
|
155
|
+
|
156
|
+
|
157
|
+
|
158
|
+
|
159
|
+
|
160
|
+
|
161
|
+
|
162
|
+
|
163
|
+
|
164
|
+
|
165
|
+
|
166
|
+
|
167
|
+
|
168
|
+
|
169
|
+
|
170
|
+
|
171
|
+
|
172
|
+
|
173
|
+
|
174
|
+
|
175
|
+
|
176
|
+
|
177
|
+
|
178
|
+
|
179
|
+
|
180
|
+
|
181
|
+
|
182
|
+
|
183
|
+
|
184
|
+
|
185
|
+
|
186
|
+
|
187
|
+
|
188
|
+
|
189
|
+
|
190
|
+
|
191
|
+
|
192
|
+
|
193
|
+
|
194
|
+
|
195
|
+
|
196
|
+
|
197
|
+
|
198
|
+
|
199
|
+
|
200
|
+
|
201
|
+
|
202
|
+
|
203
|
+
|
204
|
+
|
205
|
+
|
206
|
+
|
207
|
+
|
208
|
+
|
209
|
+
<!doctype html>
|
210
|
+
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
|
211
|
+
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
|
212
|
+
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
|
213
|
+
<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
|
214
|
+
<!--[if (gt IE 9)|!(IE)]><!-->
|
215
|
+
<html lang="en" class="no-js">
|
216
|
+
<!--<![endif]-->
|
217
|
+
|
218
|
+
<head>
|
219
|
+
<meta charset="UTF-8">
|
220
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
221
|
+
<meta property="twitter:account_id" content="1151590614" />
|
222
|
+
<title>Press Releases | Press | U.S. Senator William 'Mo' Cowan of Massachusetts</title>
|
223
|
+
|
224
|
+
|
225
|
+
|
226
|
+
|
227
|
+
|
228
|
+
|
229
|
+
|
230
|
+
|
231
|
+
|
232
|
+
<meta name="viewport" content="width=1200">
|
233
|
+
|
234
|
+
|
235
|
+
|
236
|
+
|
237
|
+
|
238
|
+
|
239
|
+
|
240
|
+
<meta property="og:image" content="http://www.cowan.senate.gov/styles/img/senator.png" />
|
241
|
+
|
242
|
+
|
243
|
+
|
244
|
+
|
245
|
+
|
246
|
+
<meta property="og:title" content="Press Releases | U.S. Senator William 'Mo' Cowan of Massachusetts" />
|
247
|
+
|
248
|
+
<meta property="og:description" content="The official U.S. Senate website of U.S. Senator William 'Mo' Cowan of Massachusetts" />
|
249
|
+
<link rel="shortcut icon" href="http://www.cowan.senate.gov/themes/cowan/images/favicon.ico">
|
250
|
+
<link rel="apple-touch-icon" href="http://www.cowan.senate.gov/themes/cowan/images/apple-touch-icon.png">
|
251
|
+
<script type="text/javascript" src="http://fast.fonts.com/jsapi/0db2a523-6c8d-4396-8ff7-4b8dab26e08d.js"></script>
|
252
|
+
|
253
|
+
|
254
|
+
<!--[if !IE 6]><!-->
|
255
|
+
<link rel="stylesheet" href="/themes/cowan/styles/responsive.css?cachebuster=1361792084">
|
256
|
+
<link rel="stylesheet" href="/themes/cowan/styles/bootstrap.css?cachebuster=1367235734">
|
257
|
+
<!--<![endif]-->
|
258
|
+
|
259
|
+
<!--[if lte IE 6]>
|
260
|
+
<link rel="stylesheet" href="http://universal-ie6-css.googlecode.com/files/ie6.1.1.css" media="screen, projection">
|
261
|
+
<![endif]-->
|
262
|
+
|
263
|
+
|
264
|
+
|
265
|
+
|
266
|
+
|
267
|
+
|
268
|
+
|
269
|
+
|
270
|
+
<script src="/scripts/vendor/modernizr/modernizr.js?cachebuster=1361791956"></script>
|
271
|
+
<script src="/scripts/vendor/selectivizr/selectivizr.js?cachebuster=1361791953"></script>
|
272
|
+
</head>
|
273
|
+
|
274
|
+
<body id="about" class="option4 bg3 two-col">
|
275
|
+
<a href="#main-nav" class="hide">Skip to primary navigation</a> <a href="#content" class="hide">Skip to main content</a>
|
276
|
+
<div id="toolbar">
|
277
|
+
<div class="container">
|
278
|
+
|
279
|
+
|
280
|
+
|
281
|
+
|
282
|
+
|
283
|
+
|
284
|
+
|
285
|
+
|
286
|
+
|
287
|
+
|
288
|
+
|
289
|
+
|
290
|
+
|
291
|
+
|
292
|
+
|
293
|
+
|
294
|
+
|
295
|
+
|
296
|
+
|
297
|
+
|
298
|
+
|
299
|
+
|
300
|
+
|
301
|
+
|
302
|
+
|
303
|
+
|
304
|
+
|
305
|
+
|
306
|
+
|
307
|
+
|
308
|
+
|
309
|
+
|
310
|
+
|
311
|
+
|
312
|
+
<form id="site-search" role="search" method="get" action="/search">
|
313
|
+
<fieldset>
|
314
|
+
<input type="search" id="search-field" name="q" placeholder="Search…" />
|
315
|
+
<input type="hidden" name="access" value="p" />
|
316
|
+
<input type="hidden" name="as_dt" value="i" />
|
317
|
+
<input type="hidden" name="as_epq" value="" />
|
318
|
+
<input type="hidden" name="as_eq" value="" />
|
319
|
+
<input type="hidden" name="as_lq" value="" />
|
320
|
+
<input type="hidden" name="as_occt" value="any" />
|
321
|
+
<input type="hidden" name="as_oq" value="" />
|
322
|
+
<input type="hidden" name="as_q" value="" />
|
323
|
+
<input type="hidden" name="as_sitesearch" value="" />
|
324
|
+
<input type="hidden" name="client" value="cowan" />
|
325
|
+
<input type="hidden" name="sntsp" value="0" />
|
326
|
+
<input type="hidden" name="filter" value="0" />
|
327
|
+
<input type="hidden" name="getfields" value="" />
|
328
|
+
<input type="hidden" name="lr" value="" />
|
329
|
+
<input type="hidden" name="num" value="15" />
|
330
|
+
<input type="hidden" name="numgm" value="3" />
|
331
|
+
<input type="hidden" name="oe" value="UTF8" />
|
332
|
+
<input type="hidden" name="output" value="xml_no_dtd" />
|
333
|
+
<input type="hidden" name="partialfields" value="" />
|
334
|
+
<input type="hidden" name="proxycustom" value="" />
|
335
|
+
<input type="hidden" name="proxyreload" value="0" />
|
336
|
+
<input type="hidden" name="proxystylesheet" value="default_frontend" />
|
337
|
+
<input type="hidden" name="requiredfields" value="" />
|
338
|
+
<input type="hidden" name="sitesearch" value="" />
|
339
|
+
<input type="hidden" name="sort" value="date:D:S:d1" />
|
340
|
+
<input type="hidden" name="start" value="0" />
|
341
|
+
<input type="hidden" name="ud" value="1" />
|
342
|
+
|
343
|
+
<input class="button" type="submit" style="cursor: pointer;" value="GO" >
|
344
|
+
</fieldset>
|
345
|
+
</form>
|
346
|
+
<div class="socialbuttons">
|
347
|
+
<a href="http://www.facebook.com/SenatorWilliamMoCowan" target="_blank"><img src="/themes/cowan/images/masthead/facebook.png"/></a>
|
348
|
+
<a href="http://twitter.com/SenMoCowan" targe="_blank"><img src="/themes/cowan/images/masthead/twitter.png"/></a>
|
349
|
+
</div>
|
350
|
+
</div>
|
351
|
+
</div>
|
352
|
+
<div class="masthead">
|
353
|
+
<div class="container">
|
354
|
+
<h1><a href="http://www.cowan.senate.gov/">William “Mo” Cowan</a></h1>
|
355
|
+
<!--googleoff: all-->
|
356
|
+
|
357
|
+
|
358
|
+
|
359
|
+
<div class="navbar">
|
360
|
+
<div class="navbar-inner">
|
361
|
+
<div class="nav-collapse collapse">
|
362
|
+
<ul class="nav">
|
363
|
+
|
364
|
+
|
365
|
+
|
366
|
+
|
367
|
+
|
368
|
+
|
369
|
+
|
370
|
+
|
371
|
+
|
372
|
+
<li> <a href="http://www.cowan.senate.gov/about" >About</a>
|
373
|
+
|
374
|
+
</li>
|
375
|
+
|
376
|
+
|
377
|
+
|
378
|
+
|
379
|
+
|
380
|
+
|
381
|
+
|
382
|
+
|
383
|
+
|
384
|
+
|
385
|
+
|
386
|
+
|
387
|
+
|
388
|
+
|
389
|
+
|
390
|
+
|
391
|
+
|
392
|
+
|
393
|
+
|
394
|
+
|
395
|
+
|
396
|
+
|
397
|
+
|
398
|
+
|
399
|
+
<li class="dropdown multiple-descriptions"> <a href="http://www.cowan.senate.gov/services" >How Can I Help You?</a>
|
400
|
+
|
401
|
+
|
402
|
+
|
403
|
+
|
404
|
+
|
405
|
+
|
406
|
+
|
407
|
+
|
408
|
+
|
409
|
+
|
410
|
+
|
411
|
+
|
412
|
+
|
413
|
+
<ul class="dropdown-menu">
|
414
|
+
|
415
|
+
|
416
|
+
|
417
|
+
|
418
|
+
|
419
|
+
|
420
|
+
|
421
|
+
<li>
|
422
|
+
<a href="http://www.cowan.senate.gov/services/internships/">Internships</a>
|
423
|
+
|
424
|
+
|
425
|
+
|
426
|
+
|
427
|
+
|
428
|
+
|
429
|
+
|
430
|
+
|
431
|
+
|
432
|
+
|
433
|
+
|
434
|
+
|
435
|
+
|
436
|
+
</li>
|
437
|
+
|
438
|
+
|
439
|
+
|
440
|
+
|
441
|
+
|
442
|
+
|
443
|
+
|
444
|
+
<li>
|
445
|
+
<a href="http://www.cowan.senate.gov/services/federal-casework">Help with Federal Agencies</a>
|
446
|
+
|
447
|
+
|
448
|
+
|
449
|
+
|
450
|
+
|
451
|
+
|
452
|
+
|
453
|
+
|
454
|
+
|
455
|
+
|
456
|
+
|
457
|
+
|
458
|
+
|
459
|
+
</li>
|
460
|
+
|
461
|
+
|
462
|
+
|
463
|
+
|
464
|
+
|
465
|
+
|
466
|
+
|
467
|
+
<li>
|
468
|
+
<a href="http://www.cowan.senate.gov/services/flags">Order a Flag</a>
|
469
|
+
|
470
|
+
|
471
|
+
|
472
|
+
|
473
|
+
|
474
|
+
|
475
|
+
|
476
|
+
|
477
|
+
|
478
|
+
|
479
|
+
|
480
|
+
|
481
|
+
|
482
|
+
</li>
|
483
|
+
|
484
|
+
|
485
|
+
|
486
|
+
|
487
|
+
|
488
|
+
|
489
|
+
|
490
|
+
<li>
|
491
|
+
<a href="http://www.cowan.senate.gov/services/visiting/">Tours</a>
|
492
|
+
|
493
|
+
|
494
|
+
|
495
|
+
|
496
|
+
|
497
|
+
|
498
|
+
|
499
|
+
|
500
|
+
|
501
|
+
|
502
|
+
|
503
|
+
|
504
|
+
|
505
|
+
</li>
|
506
|
+
|
507
|
+
|
508
|
+
|
509
|
+
|
510
|
+
|
511
|
+
|
512
|
+
|
513
|
+
<li>
|
514
|
+
<a href="http://www.cowan.senate.gov/services/academy-nominations">Academy Nominations</a>
|
515
|
+
|
516
|
+
|
517
|
+
|
518
|
+
|
519
|
+
|
520
|
+
|
521
|
+
|
522
|
+
|
523
|
+
|
524
|
+
|
525
|
+
|
526
|
+
|
527
|
+
|
528
|
+
</li>
|
529
|
+
|
530
|
+
|
531
|
+
|
532
|
+
|
533
|
+
|
534
|
+
|
535
|
+
|
536
|
+
<li>
|
537
|
+
<a href="http://www.cowan.senate.gov/services/grants">Federal Funding</a>
|
538
|
+
|
539
|
+
|
540
|
+
|
541
|
+
|
542
|
+
|
543
|
+
|
544
|
+
|
545
|
+
|
546
|
+
|
547
|
+
|
548
|
+
|
549
|
+
|
550
|
+
|
551
|
+
</li>
|
552
|
+
|
553
|
+
|
554
|
+
|
555
|
+
|
556
|
+
|
557
|
+
|
558
|
+
|
559
|
+
<li>
|
560
|
+
<a href="http://www.cowan.senate.gov/services/senate-youth-program">Senate Youth Program</a>
|
561
|
+
|
562
|
+
|
563
|
+
|
564
|
+
|
565
|
+
|
566
|
+
|
567
|
+
|
568
|
+
|
569
|
+
|
570
|
+
|
571
|
+
|
572
|
+
|
573
|
+
|
574
|
+
</li>
|
575
|
+
|
576
|
+
|
577
|
+
|
578
|
+
|
579
|
+
|
580
|
+
|
581
|
+
|
582
|
+
<li>
|
583
|
+
<a href="http://www.cowan.senate.gov/services/business-opportunities/">Business Opportunities</a>
|
584
|
+
|
585
|
+
|
586
|
+
|
587
|
+
|
588
|
+
|
589
|
+
|
590
|
+
|
591
|
+
|
592
|
+
|
593
|
+
|
594
|
+
|
595
|
+
|
596
|
+
|
597
|
+
</li>
|
598
|
+
|
599
|
+
|
600
|
+
|
601
|
+
|
602
|
+
|
603
|
+
|
604
|
+
|
605
|
+
<li>
|
606
|
+
<a href="http://www.cowan.senate.gov/services/financial-aid">Financial Aid</a>
|
607
|
+
|
608
|
+
|
609
|
+
|
610
|
+
|
611
|
+
|
612
|
+
|
613
|
+
|
614
|
+
|
615
|
+
|
616
|
+
|
617
|
+
|
618
|
+
|
619
|
+
|
620
|
+
</li>
|
621
|
+
|
622
|
+
</ul>
|
623
|
+
|
624
|
+
|
625
|
+
|
626
|
+
|
627
|
+
|
628
|
+
|
629
|
+
|
630
|
+
|
631
|
+
|
632
|
+
|
633
|
+
</li>
|
634
|
+
|
635
|
+
|
636
|
+
|
637
|
+
|
638
|
+
|
639
|
+
|
640
|
+
|
641
|
+
|
642
|
+
|
643
|
+
|
644
|
+
|
645
|
+
|
646
|
+
|
647
|
+
|
648
|
+
<li class="no-descriptions"> <a href="http://www.cowan.senate.gov/ma-resources" >MA Resources</a>
|
649
|
+
|
650
|
+
</li>
|
651
|
+
|
652
|
+
|
653
|
+
|
654
|
+
|
655
|
+
|
656
|
+
|
657
|
+
|
658
|
+
|
659
|
+
|
660
|
+
|
661
|
+
|
662
|
+
|
663
|
+
|
664
|
+
|
665
|
+
|
666
|
+
|
667
|
+
|
668
|
+
|
669
|
+
|
670
|
+
|
671
|
+
|
672
|
+
|
673
|
+
|
674
|
+
|
675
|
+
|
676
|
+
|
677
|
+
|
678
|
+
|
679
|
+
|
680
|
+
|
681
|
+
|
682
|
+
<li class="selected dropdown no-descriptions"> <a href="http://www.cowan.senate.gov/press" >Press</a>
|
683
|
+
|
684
|
+
|
685
|
+
|
686
|
+
|
687
|
+
|
688
|
+
|
689
|
+
|
690
|
+
|
691
|
+
|
692
|
+
|
693
|
+
|
694
|
+
|
695
|
+
|
696
|
+
<ul class="dropdown-menu">
|
697
|
+
|
698
|
+
|
699
|
+
|
700
|
+
|
701
|
+
|
702
|
+
|
703
|
+
|
704
|
+
<li>
|
705
|
+
<a href="http://www.cowan.senate.gov/press">Press Releases</a>
|
706
|
+
|
707
|
+
|
708
|
+
|
709
|
+
|
710
|
+
|
711
|
+
|
712
|
+
|
713
|
+
|
714
|
+
|
715
|
+
|
716
|
+
|
717
|
+
|
718
|
+
|
719
|
+
</li>
|
720
|
+
|
721
|
+
|
722
|
+
|
723
|
+
|
724
|
+
|
725
|
+
|
726
|
+
|
727
|
+
<li>
|
728
|
+
<a href="/newsroom/articles">In The News</a>
|
729
|
+
|
730
|
+
|
731
|
+
|
732
|
+
|
733
|
+
|
734
|
+
|
735
|
+
|
736
|
+
|
737
|
+
|
738
|
+
|
739
|
+
|
740
|
+
|
741
|
+
|
742
|
+
</li>
|
743
|
+
|
744
|
+
|
745
|
+
|
746
|
+
|
747
|
+
|
748
|
+
|
749
|
+
|
750
|
+
<li>
|
751
|
+
<a href="http://www.cowan.senate.gov/newsroom/photo-gallery">Photo Gallery</a>
|
752
|
+
|
753
|
+
|
754
|
+
|
755
|
+
|
756
|
+
|
757
|
+
|
758
|
+
|
759
|
+
|
760
|
+
|
761
|
+
|
762
|
+
|
763
|
+
|
764
|
+
|
765
|
+
</li>
|
766
|
+
|
767
|
+
</ul>
|
768
|
+
|
769
|
+
|
770
|
+
|
771
|
+
|
772
|
+
|
773
|
+
|
774
|
+
|
775
|
+
|
776
|
+
|
777
|
+
|
778
|
+
</li>
|
779
|
+
|
780
|
+
|
781
|
+
|
782
|
+
|
783
|
+
|
784
|
+
|
785
|
+
|
786
|
+
|
787
|
+
|
788
|
+
|
789
|
+
|
790
|
+
|
791
|
+
|
792
|
+
|
793
|
+
<li class="no-descriptions"> <a href="http://www.cowan.senate.gov/contact" >Contact</a>
|
794
|
+
|
795
|
+
</li>
|
796
|
+
|
797
|
+
|
798
|
+
</ul>
|
799
|
+
<!-- // menu -->
|
800
|
+
|
801
|
+
</div>
|
802
|
+
</div>
|
803
|
+
</div>
|
804
|
+
<!-- // main-nav -->
|
805
|
+
|
806
|
+
|
807
|
+
<!--googleon: all-->
|
808
|
+
|
809
|
+
</div>
|
810
|
+
</div>
|
811
|
+
<div id="main">
|
812
|
+
<div class="container">
|
813
|
+
|
814
|
+
<div id="content" role="main" class="row">
|
815
|
+
<ul class='breadcrumb'><li><a href='http://www.cowan.senate.gov/'>Home</a><span class='divider'>></span> </li><li><a href='http://www.cowan.senate.gov/press'>Press</a><span class='divider'>></span> </li><li class='current-section'>Press Releases</li></ul><div class='clear'><!-- // --></div>
|
816
|
+
|
817
|
+
<div class="offset2 span12">
|
818
|
+
<div class="span8">
|
819
|
+
|
820
|
+
|
821
|
+
<h1>Press Releases</h1>
|
822
|
+
|
823
|
+
|
824
|
+
|
825
|
+
|
826
|
+
<div id="sam-main" class="amend-textarea">
|
827
|
+
|
828
|
+
|
829
|
+
|
830
|
+
|
831
|
+
|
832
|
+
|
833
|
+
|
834
|
+
|
835
|
+
|
836
|
+
|
837
|
+
|
838
|
+
|
839
|
+
|
840
|
+
|
841
|
+
|
842
|
+
|
843
|
+
|
844
|
+
|
845
|
+
|
846
|
+
|
847
|
+
|
848
|
+
|
849
|
+
|
850
|
+
|
851
|
+
|
852
|
+
|
853
|
+
</div>
|
854
|
+
|
855
|
+
|
856
|
+
|
857
|
+
|
858
|
+
|
859
|
+
|
860
|
+
|
861
|
+
|
862
|
+
|
863
|
+
|
864
|
+
|
865
|
+
|
866
|
+
|
867
|
+
|
868
|
+
|
869
|
+
|
870
|
+
|
871
|
+
|
872
|
+
|
873
|
+
|
874
|
+
|
875
|
+
|
876
|
+
|
877
|
+
|
878
|
+
|
879
|
+
|
880
|
+
|
881
|
+
|
882
|
+
|
883
|
+
|
884
|
+
|
885
|
+
|
886
|
+
|
887
|
+
|
888
|
+
|
889
|
+
|
890
|
+
|
891
|
+
|
892
|
+
|
893
|
+
|
894
|
+
|
895
|
+
|
896
|
+
|
897
|
+
|
898
|
+
|
899
|
+
|
900
|
+
|
901
|
+
|
902
|
+
|
903
|
+
|
904
|
+
|
905
|
+
|
906
|
+
|
907
|
+
|
908
|
+
|
909
|
+
|
910
|
+
|
911
|
+
|
912
|
+
|
913
|
+
|
914
|
+
|
915
|
+
|
916
|
+
|
917
|
+
|
918
|
+
|
919
|
+
|
920
|
+
|
921
|
+
|
922
|
+
|
923
|
+
|
924
|
+
|
925
|
+
|
926
|
+
|
927
|
+
|
928
|
+
|
929
|
+
|
930
|
+
|
931
|
+
|
932
|
+
|
933
|
+
|
934
|
+
|
935
|
+
|
936
|
+
|
937
|
+
|
938
|
+
|
939
|
+
|
940
|
+
|
941
|
+
|
942
|
+
|
943
|
+
|
944
|
+
|
945
|
+
|
946
|
+
|
947
|
+
|
948
|
+
|
949
|
+
|
950
|
+
|
951
|
+
|
952
|
+
|
953
|
+
|
954
|
+
|
955
|
+
|
956
|
+
|
957
|
+
|
958
|
+
|
959
|
+
|
960
|
+
|
961
|
+
|
962
|
+
|
963
|
+
|
964
|
+
|
965
|
+
|
966
|
+
|
967
|
+
|
968
|
+
|
969
|
+
|
970
|
+
|
971
|
+
|
972
|
+
|
973
|
+
|
974
|
+
|
975
|
+
|
976
|
+
|
977
|
+
|
978
|
+
|
979
|
+
|
980
|
+
|
981
|
+
|
982
|
+
|
983
|
+
|
984
|
+
|
985
|
+
|
986
|
+
|
987
|
+
|
988
|
+
|
989
|
+
|
990
|
+
|
991
|
+
<p>
|
992
|
+
Currently showing results
|
993
|
+
|
994
|
+
|
995
|
+
in <strong>2013</strong>
|
996
|
+
|
997
|
+
|
998
|
+
|
999
|
+
|
1000
|
+
|
1001
|
+
</p>
|
1002
|
+
|
1003
|
+
|
1004
|
+
|
1005
|
+
<!-- googleoff:all -->
|
1006
|
+
|
1007
|
+
|
1008
|
+
|
1009
|
+
<table class="table table-striped">
|
1010
|
+
<tbody>
|
1011
|
+
|
1012
|
+
|
1013
|
+
|
1014
|
+
|
1015
|
+
<thead>
|
1016
|
+
<tr class="divider">
|
1017
|
+
<th colspan="2">
|
1018
|
+
May 2013</th>
|
1019
|
+
</tr>
|
1020
|
+
</thead>
|
1021
|
+
|
1022
|
+
<tr>
|
1023
|
+
<td class="date"><time datetime="2013-05-01">05/01/13</time></td>
|
1024
|
+
<td><a href="
|
1025
|
+
|
1026
|
+
|
1027
|
+
|
1028
|
+
|
1029
|
+
|
1030
|
+
|
1031
|
+
http://www.cowan.senate.gov/newsroom/press/248000-in-fema-grants-to-assist-first-responders-in-orleans-sudbury-and-winthrop
|
1032
|
+
|
1033
|
+
">$248,000 in FEMA Grants to Assist First Responders in Orleans, Sudbury and Winthrop</a></td>
|
1034
|
+
</tr>
|
1035
|
+
|
1036
|
+
|
1037
|
+
|
1038
|
+
|
1039
|
+
<thead>
|
1040
|
+
<tr class="divider">
|
1041
|
+
<th colspan="2">
|
1042
|
+
April 2013</th>
|
1043
|
+
</tr>
|
1044
|
+
</thead>
|
1045
|
+
|
1046
|
+
<tr>
|
1047
|
+
<td class="date"><time datetime="2013-04-25">04/25/13</time></td>
|
1048
|
+
<td><a href="
|
1049
|
+
|
1050
|
+
|
1051
|
+
|
1052
|
+
|
1053
|
+
|
1054
|
+
|
1055
|
+
http://www.cowan.senate.gov/newsroom/press/senator-william-mo-cowan-floor-stament-on-boston-marathon-attack-resolution
|
1056
|
+
|
1057
|
+
">Senator William "Mo" Cowan Floor Stament on Boston Marathon Attack Resolution</a></td>
|
1058
|
+
</tr>
|
1059
|
+
|
1060
|
+
|
1061
|
+
<tr>
|
1062
|
+
<td class="date"><time datetime="2013-04-25">04/25/13</time></td>
|
1063
|
+
<td><a href="
|
1064
|
+
|
1065
|
+
|
1066
|
+
|
1067
|
+
|
1068
|
+
|
1069
|
+
|
1070
|
+
http://www.cowan.senate.gov/newsroom/press/senator-william-mo-cowan-speaks-about-the-marketplace-fairness-act-on-senate-floor
|
1071
|
+
|
1072
|
+
">Senator William "Mo" Cowan Speaks about the Marketplace Fairness Act on Senate Floor</a></td>
|
1073
|
+
</tr>
|
1074
|
+
|
1075
|
+
|
1076
|
+
<tr>
|
1077
|
+
<td class="date"><time datetime="2013-04-17">04/17/13</time></td>
|
1078
|
+
<td><a href="
|
1079
|
+
|
1080
|
+
|
1081
|
+
|
1082
|
+
|
1083
|
+
|
1084
|
+
|
1085
|
+
http://www.cowan.senate.gov/newsroom/press/senator-william-mo-cowan-condemns-boston-terror-attacks-honors-victims-on-senate-floor
|
1086
|
+
|
1087
|
+
">Senator William “Mo” Cowan Condemns Boston Terror Attacks, Honors Victims on Senate Floor</a></td>
|
1088
|
+
</tr>
|
1089
|
+
|
1090
|
+
|
1091
|
+
<tr>
|
1092
|
+
<td class="date"><time datetime="2013-04-15">04/15/13</time></td>
|
1093
|
+
<td><a href="
|
1094
|
+
|
1095
|
+
|
1096
|
+
|
1097
|
+
|
1098
|
+
|
1099
|
+
|
1100
|
+
http://www.cowan.senate.gov/newsroom/press/senator-william-mo-cowan-statement-on-explosions-in-boston
|
1101
|
+
|
1102
|
+
">Senator William “Mo” Cowan Statement on Explosions in Boston</a></td>
|
1103
|
+
</tr>
|
1104
|
+
|
1105
|
+
|
1106
|
+
|
1107
|
+
|
1108
|
+
<thead>
|
1109
|
+
<tr class="divider">
|
1110
|
+
<th colspan="2">
|
1111
|
+
March 2013</th>
|
1112
|
+
</tr>
|
1113
|
+
</thead>
|
1114
|
+
|
1115
|
+
<tr>
|
1116
|
+
<td class="date"><time datetime="2013-03-28">03/28/13</time></td>
|
1117
|
+
<td><a href="
|
1118
|
+
|
1119
|
+
|
1120
|
+
|
1121
|
+
|
1122
|
+
|
1123
|
+
|
1124
|
+
http://www.cowan.senate.gov/newsroom/press/senator-william-mo-cowan-statement-on-the-retirement-of-boston-mayor-thomas-menino
|
1125
|
+
|
1126
|
+
">Senator William “Mo” Cowan Statement on the Retirement of Boston Mayor Thomas Menino</a></td>
|
1127
|
+
</tr>
|
1128
|
+
|
1129
|
+
|
1130
|
+
<tr>
|
1131
|
+
<td class="date"><time datetime="2013-03-28">03/28/13</time></td>
|
1132
|
+
<td><a href="
|
1133
|
+
|
1134
|
+
|
1135
|
+
|
1136
|
+
|
1137
|
+
|
1138
|
+
|
1139
|
+
http://www.cowan.senate.gov/newsroom/press/mass-delegation-unanimous-in-support-for-universal-gun-background-checks-
|
1140
|
+
|
1141
|
+
">Mass. Delegation Unanimous in Support for Universal Gun Background Checks </a></td>
|
1142
|
+
</tr>
|
1143
|
+
|
1144
|
+
|
1145
|
+
<tr>
|
1146
|
+
<td class="date"><time datetime="2013-03-01">03/01/13</time></td>
|
1147
|
+
<td><a href="
|
1148
|
+
|
1149
|
+
|
1150
|
+
|
1151
|
+
|
1152
|
+
|
1153
|
+
|
1154
|
+
http://www.cowan.senate.gov/newsroom/press/senator-cowan-joins-colleagues-in-filing-amicus-brief-supporting-marriage-equality
|
1155
|
+
|
1156
|
+
">Senator Cowan Joins Colleagues in Filing Amicus Brief Supporting Marriage Equality</a></td>
|
1157
|
+
</tr>
|
1158
|
+
|
1159
|
+
|
1160
|
+
|
1161
|
+
|
1162
|
+
<thead>
|
1163
|
+
<tr class="divider">
|
1164
|
+
<th colspan="2">
|
1165
|
+
February 2013</th>
|
1166
|
+
</tr>
|
1167
|
+
</thead>
|
1168
|
+
|
1169
|
+
<tr>
|
1170
|
+
<td class="date"><time datetime="2013-02-27">02/27/13</time></td>
|
1171
|
+
<td><a href="
|
1172
|
+
|
1173
|
+
|
1174
|
+
|
1175
|
+
|
1176
|
+
|
1177
|
+
|
1178
|
+
http://www.cowan.senate.gov/newsroom/press/senator-william-mo-cowan-statement-on-the-senate-confirmation-of-jack-lew
|
1179
|
+
|
1180
|
+
">Senator William “Mo” Cowan Statement on the Senate Confirmation of Jack Lew</a></td>
|
1181
|
+
</tr>
|
1182
|
+
|
1183
|
+
|
1184
|
+
<tr>
|
1185
|
+
<td class="date"><time datetime="2013-02-27">02/27/13</time></td>
|
1186
|
+
<td><a href="
|
1187
|
+
|
1188
|
+
|
1189
|
+
|
1190
|
+
|
1191
|
+
|
1192
|
+
|
1193
|
+
http://www.cowan.senate.gov/newsroom/press/senator-william-mo-cowan-statement-at-commerce-hearing-on-increasing-transparency-in-health-insurance-market
|
1194
|
+
|
1195
|
+
">Senator William “Mo” Cowan Statement at Commerce Hearing on Increasing Transparency in Health Insurance Market</a></td>
|
1196
|
+
</tr>
|
1197
|
+
|
1198
|
+
|
1199
|
+
<tr>
|
1200
|
+
<td class="date"><time datetime="2013-02-26">02/26/13</time></td>
|
1201
|
+
<td><a href="
|
1202
|
+
|
1203
|
+
|
1204
|
+
|
1205
|
+
|
1206
|
+
|
1207
|
+
|
1208
|
+
http://www.cowan.senate.gov/newsroom/press/senator-william-mo-cowan-statement-on-the-senate-confirmation-of-chuck-hagel
|
1209
|
+
|
1210
|
+
">Senator William “Mo” Cowan Statement on the Senate Confirmation of Chuck Hagel</a></td>
|
1211
|
+
</tr>
|
1212
|
+
|
1213
|
+
|
1214
|
+
<tr>
|
1215
|
+
<td class="date"><time datetime="2013-02-14">02/14/13</time></td>
|
1216
|
+
<td><a href="
|
1217
|
+
|
1218
|
+
|
1219
|
+
|
1220
|
+
|
1221
|
+
|
1222
|
+
|
1223
|
+
http://www.cowan.senate.gov/newsroom/press/senator-william-mo-cowan-highlights-importance-of-mass-agriculture-fishing-industries-
|
1224
|
+
|
1225
|
+
">Senator William “Mo” Cowan Highlights Importance of Mass. Agriculture, Fishing Industries </a></td>
|
1226
|
+
</tr>
|
1227
|
+
|
1228
|
+
|
1229
|
+
<tr>
|
1230
|
+
<td class="date"><time datetime="2013-02-12">02/12/13</time></td>
|
1231
|
+
<td><a href="
|
1232
|
+
|
1233
|
+
|
1234
|
+
|
1235
|
+
|
1236
|
+
|
1237
|
+
|
1238
|
+
http://www.cowan.senate.gov/newsroom/press/senator-cowans-statement-on-the-state-of-the-union-address
|
1239
|
+
|
1240
|
+
">Senator Cowan’s Statement on The State of the Union Address</a></td>
|
1241
|
+
</tr>
|
1242
|
+
|
1243
|
+
|
1244
|
+
<tr>
|
1245
|
+
<td class="date"><time datetime="2013-02-12">02/12/13</time></td>
|
1246
|
+
<td><a href="
|
1247
|
+
|
1248
|
+
|
1249
|
+
|
1250
|
+
|
1251
|
+
|
1252
|
+
|
1253
|
+
http://www.cowan.senate.gov/newsroom/press/senator-william-mo-cowan-applauds-reauthorization-of-bill-to-prevent-violent-crimes-against-women
|
1254
|
+
|
1255
|
+
">Senator William “Mo” Cowan Applauds Reauthorization of Bill to Prevent Violent Crimes Against Women</a></td>
|
1256
|
+
</tr>
|
1257
|
+
|
1258
|
+
|
1259
|
+
<tr>
|
1260
|
+
<td class="date"><time datetime="2013-02-07">02/07/13</time></td>
|
1261
|
+
<td><a href="
|
1262
|
+
|
1263
|
+
|
1264
|
+
|
1265
|
+
|
1266
|
+
|
1267
|
+
|
1268
|
+
http://www.cowan.senate.gov/newsroom/press/senator-william-mo-cowan-statement-on-being-sworn-in-as-us-senator-for-massachusetts-
|
1269
|
+
|
1270
|
+
">Senator William “Mo” Cowan Statement on Being Sworn In As U.S. Senator for Massachusetts </a></td>
|
1271
|
+
</tr>
|
1272
|
+
|
1273
|
+
</tbody>
|
1274
|
+
|
1275
|
+
</table>
|
1276
|
+
<!-- pagination control start -->
|
1277
|
+
|
1278
|
+
<!--googleoff: all-->
|
1279
|
+
|
1280
|
+
<script language="javascript" >
|
1281
|
+
function selectPage(dropdown) {
|
1282
|
+
var newPageNum = (dropdown.options.selectedIndex) + 1;
|
1283
|
+
//alert(newPageNum);
|
1284
|
+
var q = getQueryVal('q');
|
1285
|
+
var rid = getQueryVal('rid');
|
1286
|
+
var m = getQueryVal('month');
|
1287
|
+
var y = getQueryVal('year');
|
1288
|
+
|
1289
|
+
var newUrl = "/press?PageNum_rs=" + newPageNum
|
1290
|
+
if(typeof rid !='undefined' && rid !='') {
|
1291
|
+
|
1292
|
+
newUrl = newUrl + '&rid=' + rid
|
1293
|
+
|
1294
|
+
}
|
1295
|
+
if(typeof q != 'undefined' && q != "") {
|
1296
|
+
newUrl = newUrl + '&q=' + q;
|
1297
|
+
}
|
1298
|
+
|
1299
|
+
if(typeof m != 'undefined' && m != "") {
|
1300
|
+
newUrl = newUrl + '&month=' + m;
|
1301
|
+
}
|
1302
|
+
|
1303
|
+
if(typeof y != 'undefined' && y != "") {
|
1304
|
+
newUrl = newUrl + '&year=' + y;
|
1305
|
+
}
|
1306
|
+
|
1307
|
+
//alert(newUrl);
|
1308
|
+
location.href=newUrl;
|
1309
|
+
}
|
1310
|
+
</script>
|
1311
|
+
|
1312
|
+
|
1313
|
+
|
1314
|
+
|
1315
|
+
|
1316
|
+
|
1317
|
+
|
1318
|
+
<ul class="pager">
|
1319
|
+
|
1320
|
+
|
1321
|
+
</ul>
|
1322
|
+
|
1323
|
+
|
1324
|
+
|
1325
|
+
<!--googleon: all-->
|
1326
|
+
|
1327
|
+
<!-- googleon:all -->
|
1328
|
+
|
1329
|
+
<!--googleoff: all-->
|
1330
|
+
<footer>
|
1331
|
+
|
1332
|
+
|
1333
|
+
|
1334
|
+
|
1335
|
+
<div id="fb-root"></div>
|
1336
|
+
<script>(function(d, s, id) {
|
1337
|
+
var js, fjs = d.getElementsByTagName(s)[0];
|
1338
|
+
if (d.getElementById(id)) return;
|
1339
|
+
js = d.createElement(s); js.id = id;
|
1340
|
+
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=178127398911465";
|
1341
|
+
fjs.parentNode.insertBefore(js, fjs);
|
1342
|
+
}(document, 'script', 'facebook-jssdk'));</script>
|
1343
|
+
|
1344
|
+
<div class="clearfix"></div>
|
1345
|
+
<ul id="actions" class="unstyled clearfix">
|
1346
|
+
<li><a onClick="window.print()" style="cursor:pointer;" class="button">Print</a></li>
|
1347
|
+
<li><a style="cursor:pointer;" onclick="document.getElementById('send-to-friend-form').submit();" class="button">Email</a></li>
|
1348
|
+
<li>
|
1349
|
+
<div class="fb-like" data-href="http://www.cowan.senate.gov/press" data-send="false" data-layout="button_count" data-width="60" data-show-faces="false" data-font="verdana"></div>
|
1350
|
+
</li>
|
1351
|
+
|
1352
|
+
<li>
|
1353
|
+
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.cowan.senate.gov/press" data-text="Press Releases">Tweet</a>
|
1354
|
+
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
|
1355
|
+
|
1356
|
+
|
1357
|
+
|
1358
|
+
|
1359
|
+
</ul>
|
1360
|
+
|
1361
|
+
|
1362
|
+
|
1363
|
+
<form id="send-to-friend-form" action="http://www.cowan.senate.gov/email/" method="post">
|
1364
|
+
<input type="hidden" id="send-to-friend-id" name="send_to_friend_id" value="bb6ebc0a-4040-f985-52cd-d258b68d186d" />
|
1365
|
+
<input type="hidden" id="send-to-friend-path" name="send_to_friend_path" value="http://www.cowan.senate.gov/press" />
|
1366
|
+
<input type="hidden" id="send-to-friend-title" name="send_to_friend_title" value="Press Releases" />
|
1367
|
+
</form>
|
1368
|
+
|
1369
|
+
|
1370
|
+
</footer>
|
1371
|
+
|
1372
|
+
<!--googleon: all-->
|
1373
|
+
|
1374
|
+
|
1375
|
+
</div>
|
1376
|
+
<div id="asides" class="span3">
|
1377
|
+
<!-- googleoff:all -->
|
1378
|
+
<aside class="controls">
|
1379
|
+
<h1>Search</h1>
|
1380
|
+
|
1381
|
+
|
1382
|
+
|
1383
|
+
|
1384
|
+
|
1385
|
+
|
1386
|
+
|
1387
|
+
|
1388
|
+
|
1389
|
+
|
1390
|
+
|
1391
|
+
|
1392
|
+
|
1393
|
+
|
1394
|
+
|
1395
|
+
|
1396
|
+
|
1397
|
+
|
1398
|
+
|
1399
|
+
|
1400
|
+
|
1401
|
+
|
1402
|
+
|
1403
|
+
|
1404
|
+
|
1405
|
+
|
1406
|
+
|
1407
|
+
|
1408
|
+
|
1409
|
+
|
1410
|
+
|
1411
|
+
|
1412
|
+
|
1413
|
+
|
1414
|
+
|
1415
|
+
|
1416
|
+
|
1417
|
+
|
1418
|
+
<div id="keyword-search">
|
1419
|
+
<form method="get" action="http://www.cowan.senate.gov/search/" name="search_sidebar_form" id="search_sidebar_form" enctype="application/x-www-form-urlencoded">
|
1420
|
+
|
1421
|
+
|
1422
|
+
|
1423
|
+
|
1424
|
+
|
1425
|
+
<fieldset>
|
1426
|
+
<legend>By Keyword</legend>
|
1427
|
+
|
1428
|
+
<input id="search-press-field" name="search-press-field" value="" type="text" placeholder="Keyword" />
|
1429
|
+
<input type="hidden" name="as_sitesearch" value="http://www.cowan.senate.gov/press"/>
|
1430
|
+
<input type="hidden" name="access" value="p" />
|
1431
|
+
<input type="hidden" name="as_dt" value="i" />
|
1432
|
+
<input type="hidden" name="as_epq" value="" />
|
1433
|
+
<input type="hidden" name="as_eq" value="" />
|
1434
|
+
<input type="hidden" name="as_lq" value="" />
|
1435
|
+
<input type="hidden" name="as_occt" value="any" />
|
1436
|
+
<input type="hidden" name="as_oq" value="" />
|
1437
|
+
<input type="hidden" name="as_q" value="" />
|
1438
|
+
<input type="hidden" name="client" value="cowan" />
|
1439
|
+
<input type="hidden" name="sntsp" value="0" />
|
1440
|
+
<input type="hidden" name="filter" value="0" />
|
1441
|
+
<input type="hidden" name="getfields" value="title" />
|
1442
|
+
|
1443
|
+
<input type="hidden" name="lr" value="" />
|
1444
|
+
<input type="hidden" name="num" value="15" />
|
1445
|
+
<input type="hidden" name="numgm" value="3" />
|
1446
|
+
<input type="hidden" name="oe" value="UTF8" />
|
1447
|
+
<input type="hidden" name="output" value="xml" />
|
1448
|
+
<input type="hidden" name="partialfields" value="" />
|
1449
|
+
<input type="hidden" name="proxycustom" value="" />
|
1450
|
+
<input type="hidden" name="proxyreload" value="0" />
|
1451
|
+
<input type="hidden" name="proxystylesheet" value="default_frontend" />
|
1452
|
+
<input type="hidden" name="requiredfields" value="" />
|
1453
|
+
<input type="hidden" name="site" value="cowan" />
|
1454
|
+
<input type="hidden" name="sitesearch" value="" />
|
1455
|
+
<input type="hidden" name="sort" value="date:D:S:d1" />
|
1456
|
+
<input type="hidden" name="start" value="0" />
|
1457
|
+
<input type="hidden" name="ud" value="1" />
|
1458
|
+
<input type="submit" id="side-search-btn" value="Submit" />
|
1459
|
+
<div class="clear"><!-- // --></div>
|
1460
|
+
</fieldset>
|
1461
|
+
</form>
|
1462
|
+
|
1463
|
+
</div>
|
1464
|
+
|
1465
|
+
|
1466
|
+
|
1467
|
+
|
1468
|
+
|
1469
|
+
|
1470
|
+
|
1471
|
+
|
1472
|
+
|
1473
|
+
|
1474
|
+
|
1475
|
+
|
1476
|
+
|
1477
|
+
|
1478
|
+
|
1479
|
+
|
1480
|
+
|
1481
|
+
|
1482
|
+
|
1483
|
+
|
1484
|
+
|
1485
|
+
|
1486
|
+
|
1487
|
+
|
1488
|
+
|
1489
|
+
|
1490
|
+
|
1491
|
+
|
1492
|
+
|
1493
|
+
|
1494
|
+
|
1495
|
+
|
1496
|
+
|
1497
|
+
|
1498
|
+
|
1499
|
+
|
1500
|
+
</aside>
|
1501
|
+
<aside>
|
1502
|
+
<h1>Filter</h1>
|
1503
|
+
<form id="search_sidebar_form">
|
1504
|
+
<fieldset>
|
1505
|
+
<label for="inline-search-month">By Date:</label>
|
1506
|
+
|
1507
|
+
|
1508
|
+
|
1509
|
+
<select name="inline-search-month" class="" id="inline-search-month">
|
1510
|
+
|
1511
|
+
<option value="0" selected="selected">Months</option>
|
1512
|
+
|
1513
|
+
|
1514
|
+
<option value="01">January</option>
|
1515
|
+
<option value="02">February</option>
|
1516
|
+
<option value="03">March</option>
|
1517
|
+
<option value="04">April</option>
|
1518
|
+
<option value="05">May</option>
|
1519
|
+
<option value="06">June</option>
|
1520
|
+
<option value="07">July</option>
|
1521
|
+
<option value="08">August</option>
|
1522
|
+
<option value="09">September</option>
|
1523
|
+
<option value="10">October</option>
|
1524
|
+
<option value="11">November</option>
|
1525
|
+
<option value="12">December</option>
|
1526
|
+
</select>
|
1527
|
+
|
1528
|
+
|
1529
|
+
|
1530
|
+
|
1531
|
+
|
1532
|
+
|
1533
|
+
|
1534
|
+
|
1535
|
+
|
1536
|
+
|
1537
|
+
|
1538
|
+
|
1539
|
+
|
1540
|
+
|
1541
|
+
|
1542
|
+
<select name="inline-search-year" class="" id="inline-search-year">
|
1543
|
+
|
1544
|
+
<option value="0">Years</option>
|
1545
|
+
|
1546
|
+
|
1547
|
+
<option value="2013" selected="selected">2013</option>
|
1548
|
+
|
1549
|
+
</select>
|
1550
|
+
|
1551
|
+
|
1552
|
+
|
1553
|
+
|
1554
|
+
|
1555
|
+
|
1556
|
+
|
1557
|
+
|
1558
|
+
|
1559
|
+
|
1560
|
+
|
1561
|
+
|
1562
|
+
|
1563
|
+
|
1564
|
+
|
1565
|
+
|
1566
|
+
|
1567
|
+
|
1568
|
+
|
1569
|
+
|
1570
|
+
|
1571
|
+
|
1572
|
+
|
1573
|
+
|
1574
|
+
|
1575
|
+
|
1576
|
+
|
1577
|
+
|
1578
|
+
|
1579
|
+
|
1580
|
+
|
1581
|
+
|
1582
|
+
|
1583
|
+
|
1584
|
+
|
1585
|
+
|
1586
|
+
|
1587
|
+
|
1588
|
+
|
1589
|
+
|
1590
|
+
|
1591
|
+
|
1592
|
+
|
1593
|
+
<input type="button" id="side-update-by-date-btn" onClick="filter.run('press')" value="Update" />
|
1594
|
+
</fieldset>
|
1595
|
+
</form>
|
1596
|
+
</aside>
|
1597
|
+
|
1598
|
+
<!-- googleon:all -->
|
1599
|
+
</div>
|
1600
|
+
<!-- end asides //-->
|
1601
|
+
|
1602
|
+
</div>
|
1603
|
+
</div>
|
1604
|
+
<!-- end content //-->
|
1605
|
+
<!-- end container //-->
|
1606
|
+
|
1607
|
+
<footer class="footer">
|
1608
|
+
<div class="container" >
|
1609
|
+
<ul class="office-locations unstyled clearfix">
|
1610
|
+
|
1611
|
+
|
1612
|
+
<li class="vcard span3" style="margin-left: 10px;">
|
1613
|
+
<div class="org fn">Boston</div>
|
1614
|
+
<div class="add">
|
1615
|
+
<div class="street-address">One Bowdoin Square <span class="extended-address">Tenth Floor</span></div>
|
1616
|
+
<span class="locality">Boston</span>, <span class="region">MA</span> <span class="postal-code">02114</span>
|
1617
|
+
</div>
|
1618
|
+
<div class="tel">tel (617) 565-8519</div>
|
1619
|
+
</li>
|
1620
|
+
|
1621
|
+
<li class="vcard span3" style="margin-left: 10px;">
|
1622
|
+
<div class="org fn">Fall River</div>
|
1623
|
+
<div class="add">
|
1624
|
+
<div class="street-address">222 Milliken Place <span class="extended-address">Suite 312</span></div>
|
1625
|
+
<span class="locality">Fall River</span>, <span class="region">MA</span> <span class="postal-code">02721</span>
|
1626
|
+
</div>
|
1627
|
+
<div class="tel">tel (508) 677-0522</div>
|
1628
|
+
</li>
|
1629
|
+
|
1630
|
+
<li class="vcard span3" style="margin-left: 10px;">
|
1631
|
+
<div class="org fn">Springfield</div>
|
1632
|
+
<div class="add">
|
1633
|
+
<div class="street-address">Springfield Federal Building</div>
|
1634
|
+
<div class="street-address">1550 Main Street <span class="extended-address">Suite 304</span></div>
|
1635
|
+
<span class="locality">Springfield</span>, <span class="region">MA</span> <span class="postal-code">01103-1427</span>
|
1636
|
+
</div>
|
1637
|
+
<div class="tel">(413) 785-4610</div>
|
1638
|
+
</li>
|
1639
|
+
|
1640
|
+
<li class="vcard span3" style="margin-left: 10px;">
|
1641
|
+
<div class="org fn">Washington D.C.</div>
|
1642
|
+
<div class="add">
|
1643
|
+
<div class="street-address">218 Russell Senate Building</div>
|
1644
|
+
<span class="locality">Washington</span>, <span class="region">D.C.</span> <span class="postal-code">20510</span>
|
1645
|
+
</div>
|
1646
|
+
<div class="tel">tel (202) 224-2742</div>
|
1647
|
+
</li>
|
1648
|
+
|
1649
|
+
</ul>
|
1650
|
+
</div>
|
1651
|
+
|
1652
|
+
<div class="sub-footer">
|
1653
|
+
<div class="container">
|
1654
|
+
<ul class="social-media footer-links pull-right unstyled">
|
1655
|
+
|
1656
|
+
<li><a href="https://twitter.com"><i class="icon-twitter icon-large"></i></a></li>
|
1657
|
+
<li><a href="https://plus.google.com"><i class="icon-google-plus icon-large"></i></a></li>
|
1658
|
+
<li><a href="http://facebook.com"><i class="icon-facebook-sign icon-large"></i></a></li>
|
1659
|
+
</ul>
|
1660
|
+
|
1661
|
+
<ul class="footer-links unstyled">
|
1662
|
+
<li><a href="http://www.cowan.senate.gov/privacy/">Privacy Policy</a></li>
|
1663
|
+
<li><a href="http://www.cowan.senate.gov/site/map/">Site Map</a></li>
|
1664
|
+
<li><a href="http://www.cowan.senate.gov/contact/">Contact</a></li>
|
1665
|
+
</ul>
|
1666
|
+
|
1667
|
+
</div>
|
1668
|
+
</div>
|
1669
|
+
|
1670
|
+
</footer>
|
1671
|
+
</div>
|
1672
|
+
</div>
|
1673
|
+
<script src="http://platform.twitter.com/widgets.js"></script>
|
1674
|
+
<script src="/scripts/vendor/jquery/jquery.js?cachebuster=1361791950"></script>
|
1675
|
+
<script src="/scripts/vendor/bootstrap/bootstrap-transition.js?cachebuster=1361792018"></script>
|
1676
|
+
<script src="/scripts/vendor/bootstrap/bootstrap-alert.js?cachebuster=1361792019"></script>
|
1677
|
+
<script src="/scripts/vendor/bootstrap/bootstrap-modal.js?cachebuster=1361792022"></script>
|
1678
|
+
<script src="/scripts/vendor/bootstrap/bootstrap-dropdown.js?cachebuster=1361792016"></script>
|
1679
|
+
<script src="/scripts/vendor/bootstrap/bootstrap-scrollspy.js?cachebuster=1361792017"></script>
|
1680
|
+
<script src="/scripts/vendor/bootstrap/bootstrap-tab.js?cachebuster=1361792020"></script>
|
1681
|
+
<script src="/scripts/vendor/bootstrap/bootstrap-tooltip.js?cachebuster=1361792020"></script>
|
1682
|
+
<script src="/scripts/vendor/bootstrap/bootstrap-popover.js?cachebuster=1361792021"></script>
|
1683
|
+
<script src="/scripts/vendor/bootstrap/bootstrap-button.js?cachebuster=1361792019"></script>
|
1684
|
+
<script src="/scripts/vendor/bootstrap/bootstrap-collapse.js?cachebuster=1361792034"></script>
|
1685
|
+
<script src="/scripts/vendor/bootstrap/bootstrap-carousel.js?cachebuster=1361792021"></script>
|
1686
|
+
<script src="/scripts/vendor/bootstrap/bootstrap-typeahead.js?cachebuster=1361792018"></script>
|
1687
|
+
<script src="/scripts/vendor/bootstrap/bootstrap-affix.js?cachebuster=1361792017"></script>
|
1688
|
+
|
1689
|
+
<script src="/scripts/vendor/orientation.js?cachebuster=1361791958"></script>
|
1690
|
+
<script src="/scripts/vendor/mootools/mootools.js?cachebuster=1361792012"></script>
|
1691
|
+
<script src="/scripts/vendor/mootools/mootools-more.js?cachebuster=1361792013"></script>
|
1692
|
+
<script src="/scripts/vendor/modernizr/modernizr.js?cachebuster=1361791956"></script>
|
1693
|
+
<script src="/scripts/vendor/selectivizr/selectivizr.js?cachebuster=1361791953"></script>
|
1694
|
+
|
1695
|
+
<script type="text/javascript">
|
1696
|
+
window.top['site_path'] = "bb6ebc0a-4040-f985-52cd-d258b68d186d";
|
1697
|
+
|
1698
|
+
|
1699
|
+
|
1700
|
+
var application = {
|
1701
|
+
"config": {
|
1702
|
+
"tinymce": {
|
1703
|
+
"plugins": {
|
1704
|
+
"selectvideo": {
|
1705
|
+
"player": "jwplayer", // should be set to "legacy" or "jwplayer" currently
|
1706
|
+
"youtube": true, // set to true to write the youtube tags for youtube videos
|
1707
|
+
"width": "100%", // set width and height on the containing element
|
1708
|
+
"height": "100%",
|
1709
|
+
"tracking": true
|
1710
|
+
}
|
1711
|
+
}
|
1712
|
+
}
|
1713
|
+
},
|
1714
|
+
"fn": { // deprecated mootools 1.2 stuff that we'll probably still use once we upgrade fully to 1.3
|
1715
|
+
"defined": function(obj) {
|
1716
|
+
return (obj != undefined);
|
1717
|
+
},
|
1718
|
+
"check": function(obj) {
|
1719
|
+
return !!(obj || obj === 0);
|
1720
|
+
}
|
1721
|
+
},
|
1722
|
+
"form": {
|
1723
|
+
"processed": null
|
1724
|
+
},
|
1725
|
+
"friendly_urls": true,
|
1726
|
+
"map": {
|
1727
|
+
"width": "100%", // set width and height on the containing element
|
1728
|
+
"height": "100%"
|
1729
|
+
},
|
1730
|
+
"siteroot": "http://www.cowan.senate.gov/",
|
1731
|
+
"theme": "cowan",
|
1732
|
+
"webroot": "http://www.cowan.senate.gov/"
|
1733
|
+
};
|
1734
|
+
|
1735
|
+
var yt_players = [];
|
1736
|
+
function onYouTubePlayerAPIReady() {
|
1737
|
+
$each(yt_players, function(video) {
|
1738
|
+
video.target.innerHTML = "";
|
1739
|
+
video.player = new YT.Player(video.target, {
|
1740
|
+
width: video.width,
|
1741
|
+
height: video.height,
|
1742
|
+
videoId: video.id,
|
1743
|
+
events: {
|
1744
|
+
'onStateChange': function(event) {
|
1745
|
+
if (event.data == YT.PlayerState.PLAYING) {
|
1746
|
+
_gaq.push(['_trackEvent', 'Video', 'Play', video.title ]);
|
1747
|
+
} /*else if (event.data == YT.PlayerState.PAUSED) {
|
1748
|
+
_gaq.push(['_trackEvent', 'Video', 'Pause', video.title ]);
|
1749
|
+
}*/ else if (event.data == YT.PlayerState.ENDED) {
|
1750
|
+
_gaq.push(['_trackEvent', 'Video', 'Complete', video.title ]);
|
1751
|
+
}
|
1752
|
+
}
|
1753
|
+
}
|
1754
|
+
});
|
1755
|
+
});
|
1756
|
+
}
|
1757
|
+
|
1758
|
+
function returnfalse() { return false }
|
1759
|
+
</script>
|
1760
|
+
|
1761
|
+
<script src="/scripts/global.js?cachebuster=1361792043"></script>
|
1762
|
+
|
1763
|
+
|
1764
|
+
<script type="text/javascript">
|
1765
|
+
var _gaq = _gaq || [];
|
1766
|
+
_gaq.push(['_setAccount', 'UA-31361-43']);
|
1767
|
+
_gaq.push(['_setDomainName', 'cowan.senate.gov']);
|
1768
|
+
_gaq.push(['_trackPageview']);
|
1769
|
+
|
1770
|
+
(function() {
|
1771
|
+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
1772
|
+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
1773
|
+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
1774
|
+
})();
|
1775
|
+
</script>
|
1776
|
+
|
1777
|
+
<script src="http://www.youtube.com/player_api" type="text/javascript" charset="utf-8"></script>
|
1778
|
+
|
1779
|
+
|
1780
|
+
<!-- START OF SmartSource Data Collector TAG -->
|
1781
|
+
<!-- Copyright (c) 1996-2013 Webtrends Inc. All rights reserved. -->
|
1782
|
+
<!-- Version: 9.4.0 -->
|
1783
|
+
<!-- Tag Builder Version: 4.1 -->
|
1784
|
+
<!-- Created: 2/5/2013 1:18:45 PM -->
|
1785
|
+
<script src="/wt_sdc/cowan_webtrends.js" type="text/javascript"></script>
|
1786
|
+
<!-- ----------------------------------------------------------------------------------- -->
|
1787
|
+
<!-- Warning: The two script blocks below must remain inline. Moving them to an external -->
|
1788
|
+
<!-- JavaScript include file can cause serious problems with cross-domain tracking. -->
|
1789
|
+
<!-- ----------------------------------------------------------------------------------- -->
|
1790
|
+
<script type="text/javascript">
|
1791
|
+
//<![CDATA[
|
1792
|
+
var _tag=new WebTrends();
|
1793
|
+
_tag.dcsGetId();
|
1794
|
+
//]]>
|
1795
|
+
</script>
|
1796
|
+
<script type="text/javascript">
|
1797
|
+
//<![CDATA[
|
1798
|
+
_tag.dcsCustom=function(){
|
1799
|
+
// Add custom parameters here.
|
1800
|
+
//_tag.DCSext.param_name=param_value;
|
1801
|
+
}
|
1802
|
+
_tag.dcsCollect();
|
1803
|
+
//]]>
|
1804
|
+
</script>
|
1805
|
+
<noscript>
|
1806
|
+
<div><img alt="DCSIMG" id="DCSIMG" width="1" height="1" src="//sdc1.senate.gov/dcsdlw78o00000c9jiy3s33qd_3z7d/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=9.4.0&dcssip=www.cowan.senate.gov"/></div>
|
1807
|
+
</noscript>
|
1808
|
+
<!-- END OF SmartSource Data Collector TAG -->
|
1809
|
+
|
1810
|
+
|
1811
|
+
|
1812
|
+
<script>
|
1813
|
+
if (top.frames.length > 0 && window.top.location.href.match(/\/amend\//gi)) {
|
1814
|
+
document.write('<script type="text/javascript" src="/scripts/vendor/tinymce/tiny_mce.js?cachebuster=1361791945"><\/script>');
|
1815
|
+
}
|
1816
|
+
</script>
|
1817
|
+
|
1818
|
+
|
1819
|
+
|
1820
|
+
|
1821
|
+
<script src="/scripts/filter.js?cachebuster=1361792039"></script>
|
1822
|
+
|
1823
|
+
|
1824
|
+
|
1825
|
+
<script type="text/javascript">
|
1826
|
+
window.addEvent("domready", function() {
|
1827
|
+
$$("script.deferred-script").each(function(script) {
|
1828
|
+
Browser.exec((Browser.ie) ? script.innerHTML : script.get("text"));
|
1829
|
+
});
|
1830
|
+
});
|
1831
|
+
</script>
|
1832
|
+
|
1833
|
+
|
1834
|
+
|
1835
|
+
</body>
|
1836
|
+
</html>
|
1837
|
+
|
1838
|
+
|
1839
|
+
|
1840
|
+
|