-
Notifications
You must be signed in to change notification settings - Fork 0
/
demo.html
893 lines (740 loc) · 113 KB
/
demo.html
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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
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
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
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
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
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
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
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
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Are the Clippers better off without Blake Griffin? – King news</title>
<meta name='robots' content='index,follow' />
<link rel="alternate" type="application/rss+xml" title="King news » Are the Clippers better off without Blake Griffin? Comments Feed" href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for/feed/" />
<link rel='stylesheet' id='jquery-swiper-css' href='https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/themes/king-news/assets/css/swiper.min.css?ver=3.3.0' type='text/css' media='all' />
<link rel='stylesheet' id='jquery-slider-pro-css' href='https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/themes/king-news/assets/css/slider-pro.min.css?ver=1.2.4' type='text/css' media='all' />
<link rel='stylesheet' id='contact-form-7-css' href='https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.5.1' type='text/css' media='all' />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css" integrity="sha512-Mo79lrQ4UecW8OCcRUZzf0ntfMNgpOFR46Acj2ZtWO8vKhBvD79VCp3VOKSzk6TovLg5evL3Xi3u475Q/jMu4g==" crossorigin="anonymous" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel='stylesheet' id='tm-pg-fontello-css' href='https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/plugins/tm-gallery/media/css/frontend/fontello.css' type='text/css' media='all' />
<link rel='stylesheet' id='tm-pg-lightgallery-css' href='https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/plugins/tm-gallery/media/css/frontend/lightgallery.css' type='text/css' media='all' />
<link rel='stylesheet' id='tm-pg-style-frontend-css' href='https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/plugins/tm-gallery/media/css/frontend/style-frontend.css' type='text/css' media='all' />
<link rel='stylesheet' id='tm-pg-grid-css' href='https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/plugins/tm-gallery/media/css/frontend/grid.css' type='text/css' media='all' />
<link rel='stylesheet' id='kamn-css-easy-twitter-feed-widget-css' href='https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/plugins/easy-twitter-feed-widget/easy-twitter-feed-widget.css?ver=4.6.12' type='text/css' media='all' />
<link rel='stylesheet' id='font-awesome-css' href='//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css?ver=4.5.0' type='text/css' media='all' />
<link href="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.css" rel="stylesheet">
<link rel='stylesheet' id='material-design-css' href='https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/themes/king-news/assets/css/material-design.css?ver=2.1.0' type='text/css' media='all' />
<link rel='stylesheet' id='magnific-popup-css' href='https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/themes/king-news/assets/css/magnific-popup.css?ver=1.0.1' type='text/css' media='all' />
<link rel='stylesheet' id='blank-style-css' href='https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/themes/king-news/style.css?ver=1.0.2' type='text/css' media='all' />
<link rel='stylesheet' id='cherry-google-fonts-css' href='//fonts.googleapis.com/css?family=Roboto%3A300%7CNoto+Sans%3A700%7CNoto+Serif%3A400italic%7CMontserrat%3A700&subset=latin&ver=4.6.12' type='text/css' media='all' />
<script type='text/javascript' src='https://ld-wp.template-help.com/wordpress_58404_v4/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://ld-wp.template-help.com/wordpress_58404_v4/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<link rel='https://api.w.org/' href='https://ld-wp.template-help.com/wordpress_58404_v4/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://ld-wp.template-help.com/wordpress_58404_v4/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://ld-wp.template-help.com/wordpress_58404_v4/wp-includes/wlwmanifest.xml" />
<link rel='next' title='Twitter Status Post' href='https://ld-wp.template-help.com/wordpress_58404_v4/post-twitter-format/' />
<meta name="generator" content="WordPress 4.6.12" />
<link rel="canonical" href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for/" />
<link rel='shortlink' href='https://ld-wp.template-help.com/wordpress_58404_v4/?p=1818' />
<link rel="alternate" type="application/json+oembed" href="https://ld-wp.template-help.com/wordpress_58404_v4/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fld-wp.template-help.com%2Fwordpress_58404_v4%2Fif-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://ld-wp.template-help.com/wordpress_58404_v4/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fld-wp.template-help.com%2Fwordpress_58404_v4%2Fif-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for%2F&format=xml" />
<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>
<link rel="icon" href="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/cropped-favicon-150x150.png" sizes="32x32" />
<link rel="icon" href="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/cropped-favicon-286x286.png" sizes="192x192" />
<link rel="apple-touch-icon-precomposed" href="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/cropped-favicon-286x286.png" />
<meta name="msapplication-TileImage" content="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/cropped-favicon-286x286.png" />
<style type="text/css">/* Typography */body {font-style: normal;font-weight: 300;font-size: 16px;line-height: 1.375;font-family: Roboto;letter-spacing: 0px;text-align: left;color: #000000;}h1 {font-style: normal;font-weight: 700;font-size: 15px;line-height: 1.25;font-family: Noto Sans;letter-spacing: 0px;text-align: inherit;color: #000000;}h2 {font-style: italic;font-weight: 400;font-size: 30px;line-height: 1.1;font-family: Noto Serif;letter-spacing: 0px;text-align: inherit;color: #000000;}blockquote p, .tm_fpblock__item__title,h3 {font-style: normal;font-weight: 700;font-size: 17px;line-height: 1.2;font-family: Noto Sans;letter-spacing: 0px;text-align: inherit;color: #000000;}h4 {font-style: italic;font-weight: 400;font-size: 30px;line-height: 1.3;font-family: Noto Serif;letter-spacing: 0px;text-align: inherit;color: #000000;}.tm_fpblock__item .tm_fpblock__item__category,.news-smart-box__navigation .current-term span ,.post__cats a,.sticky__label {font-style: italic;font-family: Noto Serif;}.tm_fpblock__item__categories, {font-style: italic;font-family: Noto Serif;}h5 {font-style: normal;font-weight: 700;font-size: 14px;line-height: 1.4;font-family: Noto Sans;letter-spacing: 0px;text-align: inherit;color: #000000;}h6 {font-style: normal;font-weight: 700;font-size: 13px;line-height: 1.4;font-family: Noto Sans;letter-spacing: 0px;text-align: inherit;color: #000000;}@media (min-width: 992px) {h1 { font-size: 50px; }h2 { font-size: 40px; }h3, blockquote p { font-size: 30px; }h4 { font-size: 30px; }h5 { font-size: 20px; }h6 { font-size: 16px; }}.breadcrumbs__item a, .breadcrumbs__item {font-style: normal;font-weight: 400;font-size: 14px;line-height: 1.5;font-family: Noto Serif;letter-spacing: 0px;text-align: left;}a,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,.not-found .page-title { color: #02afff; }a:hover { color: #000000; }mark, ins {color: #000000;background-color: #fff602;}::-webkit-input-placeholder { color: #000000; }::-moz-placeholder{ color: #000000; }:-moz-placeholder{ color: #000000; }:-ms-input-placeholder{ color: #000000; }.site-logo {font-style: normal;font-weight: 700;font-size: 26px;font-family: Montserrat;}.site-logo__link,.site-logo__link:hover,.site-logo__link:active,.site-logo__link:visited {color: #000000;}/* Invert Color Scheme */.invert { color: #ffffff; }.invert h1 { color: #ffffff; }.invert h2 { color: #ffffff; }.invert h3 { color: #ffffff; }.invert h4 { color: #ffffff; }.invert h5 { color: #ffffff; }.invert h6 { color: #ffffff; }.invert a:hover { color: #ffffff; }/* Header */.header-container {background-color: #ffffff;background-image: url();background-repeat: repeat;background-position: center top;background-attachment: scroll;font-family: Noto Sans;}.top-panel {background-color: #ffffff;}.top-panel {font-family: Noto Serif;background-color: #ffffff;}.site-footer, .sidebar-primary, .entry-meta, .post__tags, .entry-header, .tagcloud {font-family: Noto Serif;}.site-footer .footer-copyright {font-family: Roboto;}.entry-header {font-size: 14px;}.boxed-wrap {max-width: 1788px;margin: 0 auto;}/* Content */@media (min-width: 1200px) {.container {max-width: 1788px;}}a {transition: .4s all ease;}*:focus, a:focus {outline: none;}.footer-area-wrap .widget-title{font-family: Noto Sans;}.footer-area-wrap .widget-subscribe .widget-title{font-family: Noto Serif;}.follow-block__message, .subscribe-block__message {font-family: Roboto;;}.comment-body .reply a{color: #999999;}.comment-body .reply a:hover {color: #02afff;}.comment-metadata {font-family: Noto Serif;}.comment-metadata .fn{color: #02afff;}.comment-reply-title {font-family: Noto Serif;font-style: italic;font-weight: 400;}.comment-form {font-family: Noto Serif;}.comment-form .comment-notes{font-family: Roboto;}.comment-form .required{color: #02afff;}.error-404 .page-title {font-family: Noto Serif;font-style: italic;font-weight: 400;}.not-found h4 {font-family: Noto Sans;}.post-author__title a {color: #02afff;}input, textarea {font-family: Noto Serif;}.widget ul li {color: #02afff;}/* invert color */.invert .widget ul li, .invert .widget ul li a {color: #ffffff;}.invert .widget ul li a:hover {color: #ffffff;}.invert .widget select{color: #ffffff;}/*--------------------------------------------------------------# Widget calendar--------------------------------------------------------------*/.widget_calendar .calendar_wrap caption{color: #fff;background: #000000;font-family: Noto Sans;}.widget_calendar .calendar_wrap th{color: #000000;}.widget_calendar .calendar_wrap tr td a::before{background-color: #fff602;}.widget_calendar .calendar_wrap tr td a{color: #fff602;background: #000000;}.widget_calendar .calendar_wrap tr td a:hover{color: #000000;}.widget_calendar .calendar_wrap tbody td#today {background: #fff602;}.widget_calendar .calendar_wrap #prev a, .widget_calendar .calendar_wrap #next a {color: #02afff;}/* invert color */.invert .widget_calendar .calendar_wrap caption{color: ;background: #fff602;background: -webkit-linear-gradient(to right, #fff602 0%, rgb(230,221,0) 100%);background: linear-gradient(to right, #fff602 0%, rgb(230,221,0) 100%);}.invert .widget_calendar .calendar_wrap th{color: #fff602;}.invert .widget_calendar .calendar_wrap a{color: #ffffff;}.invert .widget_calendar .calendar_wrap a:hover{color: #ffffff;}.invert .widget_calendar .calendar_wrap tr td a::before{background-color: ;}/*--------------------------------------------------------------# Widget Tag Cloud--------------------------------------------------------------*/.widget_tag_cloud .tagcloud a{color: #000000;}.widget_tag_cloud .tagcloud a:hover{color: #fff602;background: #000000;}/* invert color */.invert .widget_tag_cloud .tagcloud a{color: #ffffff;}.invert .widget_tag_cloud .tagcloud a:hover{color: ;background: #fff602;background: -webkit-linear-gradient(to right, #fff602 0%, rgb(230,221,0) 100%);background: linear-gradient(to right, #fff602 0%, rgb(230,221,0) 100%);}/*--------------------------------------------------------------# Widget Recent Posts--------------------------------------------------------------*/.widget_recent_entries ul li a, .widget_recent_comments ul li>a{color: #000000;}.widget_recent_entries ul li a:hover, .widget_recent_comments ul li>a:hover{color: #02afff;}.widget_recent_entries ul li .post-date::before{color: #999999;}/*--------------------------------------------------------------# Widget Recent comments--------------------------------------------------------------*/.widget_recent_comments ul li {color: #000000;}.widget_recent_comments ul li .comment-author-link {color: #02afff;}.widget_recent_comments ul li a{font-family: Noto Sans;}/* invert color */.invert .widget_recent_entries ul li a, .invert .widget_recent_comments ul li>a{color: #ffffff;}.invert .widget_recent_entries ul li a:hover, .invert .widget_recent_comments ul li>a:hover{color: #ffffff;}.invert .widget_recent_entries ul li .post-date::before{color: ;}/*_tm-widget-featured-posts-block*/.tm_fpblock__item__date {color: #02afff;font-family: Noto Serif;}.tm_fpblock__item .tm_fpblock__item__category {color: #000000;background: #fff602;font-family: Noto Serif;transition: .4s all ease;}.tm_fpblock__item .tm_fpblock__item__category:hover {color: #fff602;background: #000000;}.tm_fpblock__item .tm_fpblock__item__description .tm_fpblock__item__title:hover,.tm_fpblock__item:hover .tm_fpblock__item__description .tm_fpblock__item__title{color: #02afff;}/*_tm-widget-featured-posts-block*/.news-smart-box__navigation .current-term span {color: #000000;font-family: Noto Serif;}.news-smart-box__navigation .terms-list .term-item span {color: #000000;font-family: Noto Sans;}.news-smart-box__navigation .terms-list .term-item:before {background: #02afff;}.widget-new-smart-inner-big-before-content .material-icons.share-main-icon {color: #fff602;}.widget-new-smart-inner-big-before-content figure figcaption .post-date__link, .widget-image-grid__link {font-family: Noto Serif;}.site .widget.widget_search h4 {color: #ffffff;}.widget-new-smart-main:hover .widget-new-smart__title {color: #02afff;}.widget-image-grid__content:hover .widget-image-grid__title {color: #02afff;}.widget-taxonomy-tiles__content a:hover{color: #02afff;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}.widget-taxonomy-tiles__title {font-family: Noto Sans;}.widget-taxonomy-tiles .post-count {font-family: Noto Serif;font-size: 14px;color: #02afff;}.widget-image-grid__content::before{color: #fff;}.widget-image-grid__content .widget-image-grid__link i{color: #fff;}.widget-image-grid__content .widget-image-grid__link:hover i{color: #fff;}.widget-image-grid__content .widget-image-grid__title a:hover {color: #02afff;}.widget-image-grid__content .share-btns-main .share-main-icon {//color: #fff;}.widget-image-grid__holder .widget-image-grid__content,.widget-image-grid__holder .widget-image-grid__content .widget-image-grid__footer .post-author {color: #fff;}.widget-image-grid__content .share-btns-main .share-main-icon {color: #fff602;}.swiper-pagination .swiper-pagination-bullet{background-color: #02afff;}.site-content .swiper-button-next .material-icons, .site-content .swiper-button-prev .material-icons{transition: .4s all ease;}.swiper-button-next:hover .material-icons, .swiper-button-prev:hover .material-icons{}.footer-area .swiper-wrapper .post .inner{background-color: #fff602;}.king_news-smartslider .sp-arrows .sp-arrow{background: #000;color: #fff;}.king_news-smartslider .sp-arrows .sp-next-arrow:hover{color: #000;background: #fff;}.king_news-smartslider .sp-arrows .sp-previous-arrow:hover{color: #000;background: #fff;}.sp-image-container {position: relative;}.sp-image-container:after {content: "";position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: rgba(0,0,0,0.5);}h2.sp-title {font-family: Noto Sans;font-style: normal;}.instagram__cover { background-color: #000000; }.instagram__cover:before { color: #fff602; }.invert .instagram__cover { background-color: #ffffff; }.invert .instagram__cover:before { color: #02afff; }.widget_fbw_id .loader {border-top: 1.1em solid rgba(2,175,255,0.2);border-right: 1.1em solid rgba(2,175,255,0.2);border-bottom: 1.1em solid rgba(2,175,255,0.2);border-left: 1.1em solid #02afff;}.sidebar-primary .widget_give_forms_widget,.sidebar-secondary .widget_give_forms_widget,.before-content-area .widget_give_forms_widget,.after-content-area .widget_give_forms_widget,.before-loop-area .widget_give_forms_widget,.after-loop-area .widget_give_forms_widget {background-color: #02afff;}.widget_give_forms_widget .widget-title {color: #ffffff;}.give-btn {background: #fff602;color: #ffffff;}.give-btn:hover {background: rgb(217,208,0);color: #ffffff;}.tm-pg_front_gallery .tm-pg_front_gallery-tabs li a{font-family: Noto Sans;color: #999999;}.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_label,.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_label,.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_label,.tm-pg_front_gallery-grid .tm_pg_gallery-item_description,.tm-pg_front_gallery-masonry .tm_pg_gallery-item_description,.tm-pg_front_gallery-justify .tm_pg_gallery-item_description{font-size: 16px;font-style: italic;font-family: Noto Serif;}.tm-pg_front_gallery-tabs li a:after,.tm-pg_front_gallery .tm-pg_front_gallery-tabs li.active a:after,.tm-pg_front_gallery .tm-pg_front_gallery-tabs li:hover a:after,.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_label,.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_label,.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_label,.tm-pg_front_gallery-grid .tm_pg_gallery-item_icon,.tm-pg_front_gallery-masonry .tm_pg_gallery-item_icon,.tm-pg_front_gallery-justify .tm_pg_gallery-item_icon,.tm-pg_front_gallery-grid .tm_pg_gallery-item_description,.tm-pg_front_gallery-masonry .tm_pg_gallery-item_description,.tm-pg_front_gallery-justify .tm_pg_gallery-item_description,.tm-pg_front_gallery .load-more-button .btn{background-color: #fff602!important;}.tm-pg_front_gallery .load-more-button .btn{color: #000000;}.tm-pg_front_gallery-grid .tm_pg_gallery-item_counter,.tm-pg_front_gallery-masonry .tm_pg_gallery-item_counter,.tm-pg_front_gallery-justify .tm_pg_gallery-item_counter{font-size: 12px;color: #ffffff;}.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers{font-size: 18px;}.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.current{color: #000000;}.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers{font-family: Noto Sans;color: #999999;}.tm-pg_front_gallery .tm_pg_gallery-item_title{color: #ffffff;font-weight: 300;font-size: 30px;}.top-panel__message .material-icons {color: #02afff;}.top-panel__menu-list li a,.top-panel__menu-list li a:active,.top-panel__menu-list li a:visited {color: #02afff;}.top-panel__menu-list li.current-menu-item a,.top-panel__menu-list li.current_page_item a,.top-panel__menu-list li a:hover {color: #000000;}.search-form .search-form__field {color: #000000;font-family: Noto Serif;}.search-form .search-form__field::-webkit-input-placeholder { color: #000000; }.search-form .search-form__field::-moz-placeholder { color: #000000; }.search-form .search-form__field:-moz-placeholder { color: #000000; }.search-form .search-form__field:-ms-input-placeholder { color: #000000; }.top-panel .search-form .search-form__submit {color: #999999;}.top-panel .search-form .search-form__submit:hover {color: #02afff;}.social-list a,.social-list a:hover,.social-list a:active,.social-list a:visited,.share-btns__link,.share-btns__link:hover,.share-btns__link:active,.share-btns__link:visited {//color: #999999;}.social-list a::before,.share-btns__link {transition: .4s all ease;}.social-list a:hover::before,.share-btns__link:hover {transition: .4s all ease;color: #000000;background: #fff602;}.share-btns__link:hover {background: none;}//.footer-area .social-list li > a:hover::before { background: #fff602; }.social-list--footer li > a:hover { color: #ffffff; }.social-list--footer li > a::before, .social-list--header li > a::before { color: #999999; }.social-list--footer li > a:hover::before { background-color: #fff602;; }.widget .social-list a::before {color: #fff;background: #000000;}.widget .social-list a:hover::before {color: #000000;background: #fff602;}.share-btns__list-single-page .share-btns__link:hover {background: #fff602;}.grid-view-main .material-icons.share-main-icon {color: #fff602;}.grid-view-main .social-list a,.grid-view-main .social-list a:hover,.grid-view-main .social-list a:active,.grid-view-main .social-list a:visited,.grid-view-main .share-btns__link,.grid-view-main .share-btns__link:hover,.grid-view-main .share-btns__link:active,.grid-view-main .share-btns__link:visited,.widget-new-smart-inner-big-before-content .social-list a,.widget-new-smart-inner-big-before-content .social-list a:hover,.widget-new-smart-inner-big-before-content .social-list a:active,.widget-new-smart-inner-big-before-content .social-list a:visited,.widget-new-smart-inner-big-before-content .share-btns__link,.widget-new-smart-inner-big-before-content .share-btns__link:hover,.widget-new-smart-inner-big-before-content .share-btns__link:active,.widget-new-smart-inner-big-before-content .share-btns__link:visited,.widget-image-grid .social-list a,.widget-image-grid .social-list a:hover,.widget-image-grid .social-list a:active,.widget-image-grid .social-list a:visited,.widget-image-grid .share-btns__link,.widget-image-grid .share-btns__link:hover,.widget-image-grid .share-btns__link:active,.widget-image-grid .share-btns__link:visited {color: #fff;}.grid-view-main .share-btns__link:hover,.widget-new-smart-inner-big-before-content .share-btns__link:hover,.widget-image-grid .share-btns__link:hover {color: #fff602;}.grid-view__footer-2 {font-family: Noto Serif;}.main-navigation ul.menu > li > a,.main-navigation ul.menu > li > a:visited,.main-navigation ul.menu > li > a:active {color: #000000;border-color: #02afff;}.main-navigation ul.menu > li > a:after {color: #000000;}.menu-item_description {color: #000000;}.main-navigation ul.menu > li > a:before {background: #02afff;}.main-navigation ul.menu > li:hover > a,.main-navigation ul.menu > li.menu-hover > a,.main-navigation ul.menu > li.current_page_item > a,.main-navigation ul.menu > li.current-menu-item > a,.main-navigation ul.menu > li.current_page_ancestor > a:hover {color: #02afff;}.main-navigation ul ul a {color: #fff;font-weight: 400;font-family: Noto Serif;}.main-navigation ul.sub-menu > li > a:hover,.main-navigation ul.sub-menu > li.menu-hover > a,.main-navigation ul.sub-menu > li.current_page_item > a,.main-navigation ul.sub-menu > li.current-menu-item > a,.main-navigation ul.sub-menu > li.current_page_ancestor > a:hover {color: #02afff;}@media (max-width: 600px) {.main-navigation ul.sub-menu > li:hover > a,.main-navigation ul.sub-menu > li.menu-hover > a,.main-navigation ul.sub-menu > li.current_page_item > a,.main-navigation ul.sub-menu > li.current-menu-item > a,.main-navigation ul.sub-menu > li.current_page_ancestor > a:hover {color: #000000;}.main-navigation ul ul a:hover {color: #02afff !important;}}.main-navigation ul.sub-menu {background: #000000;}@media (max-width: 600px) {.main-navigation ul.sub-menu {background: none;}.main-navigation ul ul a {color: #000000;}}.site-footer {background-color: #ffffff;}.footer-area-wrap {background-color: #ffffff;}.site-footer a:hover { color: #000000; }.footer-menu__items li.current-menu-item a,.footer-menu__items li.current_page_item a {color: #000000;}.btn,button,.comment-form .submit,.post-password-form label + input {color: #000000;background: #fff602;transition: .4s all ease;font-family: Noto Sans;}.btn:hover,button:hover,.comment-form .submit:hover,.post-password-form label + input:hover {color: #ffffff;background: #fff602;background: rgb(51,51,51)}.btn:focus,button:focus,.comment-form .submit:focus {//box-shadow: 0 0 1px #999999;}.btn.btn-secondary,.invert .btn {background: #fff602;}.btn.btn-secondary:hover,.invert .btn:hover {background: rgb(51,51,51);color: #ffffff;}button.menu-toggle:hover {color: #02afff;}/*contact form 7 plugin*/.wpcf7-form {font-family: Noto Serif;}.wpcf7-description {font-family: Roboto;}.wpcf7-description span {color: #02afff;}.page.type-page .wpcf7-form p > img {margin-top: 0;}.wpcf7-form .wpcf7-submit{transition: .4s all ease;font-family: Noto Sans;background: #fff602;}.wpcf7-form .wpcf7-submit:hover{color: #fff602;background: #000000;}ol li:before, ul li:before {color: #02afff;}.post-format-quote blockquote, .format-quote blockquote {font-family: Noto Sans;}blockquote cite {color: #02afff;font-family: Noto Serif;font-style: italic;font-weight: 400;}.post_format-post-format-quote blockquote p {color: #fff;}blockquote:before, .single-post blockquote:before {color: #02afff;}.post_format-post-format-quote blockquote:before {color: #fff602;}.post__cats a,.sticky__label {color: #000000;background: #fff602;font-family: Noto Serif;}.post__cats a:hover{color: #fff602;background: #000000;}.post .material-icons{color: #999999;}.post-author,.posted-by,.post-featured-content {color: #000000;}.post__tags {color: #000000;}.post-author__holder {background-color: #000000;}.post-format-link {background: #02afff;font-family: Noto Sans;}.post-format-quote:before,.post-format-quote cite {color: #02afff;}.pagination a.page-numbers {color: #000000;font-family: Noto Serif;}.pagination a.page-numbers:hover,.pagination span.page-numbers.current {color: #fff602;background: #000000;}.pagination .page-numbers.next,.pagination .page-numbers.prev {color: #000000;font-family: Noto Sans;}.pagination .page-numbers.next .material-icons, .pagination .page-numbers.prev .material-icons {color: #999999;}.pagination .page-numbers.next:hover,.pagination .page-numbers.prev:hover {color: #fff602;background: #000000;}.breadcrumbs, .post-navigation {font-family: Noto Serif;}.post-navigation .post-title {font-family: Noto Sans;}.comment-navigation .nav-previous > a:before, .posts-navigation .nav-previous > a:before, .post-navigation .nav-previous > a:before,.comment-navigation .nav-next > a:after, .posts-navigation .nav-next > a:after, .post-navigation .nav-next > a:after {color: #999999;}.comment-navigation .nav-previous > a:hover:before, .posts-navigation .nav-previous > a:hover:before, .post-navigation .nav-previous > a:hover:before,.comment-navigation .nav-next > a:hover:after, .posts-navigation .nav-next > a:hover:after, .post-navigation .nav-next > a:hover:after {color: #02afff;}.comment-navigation a, .posts-navigation a, .post-navigation a {color: #000000;}.breadcrumbs__item a {color: #000000;}.breadcrumbs__item a:hover, .breadcrumbs__item-target {color: #02afff;}#toTop {color: #fff;background: #000;}#toTop:hover {color: #fff;background: #444;}.tm-folding-cube .tm-cube:before {background-color: #02afff;}</style></head>
<body class="single single-post postid-1818 single-format-standard one-right-sidebar">
<div class="page-preloader-cover"><div class="tm-folding-cube">
<div class="tm-cube1 tm-cube"></div>
<div class="tm-cube2 tm-cube"></div>
<div class="tm-cube4 tm-cube"></div>
<div class="tm-cube3 tm-cube"></div>
</div></div><div id="page" class="site">
<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
<header id="masthead" class="site-header default container" role="banner">
<div class="top-panel">
<div class="site-content container" >
<div class="top-panel__wrap container"><div class="top-panel__message">September 27, 2020</div><div class='top-panel__register'><a href=' https://ld-wp.template-help.com/wordpress_58404_v4/wp-login.php' title='Login'>Login</a><a href="https://ld-wp.template-help.com/wordpress_58404_v4/wp-login.php?action=register">Register</a></div><div class="top-panel__search"><form role="search" method="get" class="search-form" action="https://ld-wp.template-help.com/wordpress_58404_v4/">
<label>
<span class="screen-reader-text">Search for:</span>
<input type="search" class="search-form__field"
placeholder='I'm looking for....'
value="" name="s"
title="Search for:" />
</label>
<button type="submit" class="search-form__submit btn"><span class="search-btn-txt">Search</span><i class="material-icons">search</i></button>
</form></div></div>
</div><!-- .container -->
</div><!-- .top-panel -->
<div class="header-container">
<div class="header-container_wrap container">
<div class="header-container_inner">
<div class="site-branding">
<div class="site-logo"><a class="site-logo__link" href="https://ld-wp.template-help.com/wordpress_58404_v4/" rel="home"><img src="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/themes/king-news/assets/images/logo.png" alt="King news" class="site-link__img" srcset="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/logo.png 2x"></a></div> </div>
<nav id="site-navigation" class="main-navigation" role="navigation">
<button class="menu-toggle" aria-controls="main-menu" aria-expanded="false"><i class="material-icons">menu</i></button>
<ul id="main-menu" class="menu"><li id="menu-item-2127" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-has-children menu-item-2127"><a title="There is no place like home" href="https://ld-wp.template-help.com/wordpress_58404_v4/">Home</a>
<ul class="sub-menu">
<li id="menu-item-2079" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2079"><a href="?ld&blog_layout_type=minimal&header_layout_type=minimal&footer_layout_type=default">Home style 1</a></li>
<li id="menu-item-2078" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2078"><a href="?ld&blog_layout_type=minimal&header_layout_type=default&footer_layout_type=minimal">Home style 2</a></li>
<li id="menu-item-2125" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2125"><a href="?ld&blog_layout_type=minimal&header_layout_type=centered&footer_layout_type=centered">Home style 3</a></li>
<li id="menu-item-2137" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2137"><a href="?ld&blog_layout_type=default">Home Style 4</a></li>
<li id="menu-item-2099" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2099"><a href="?ld&blog_layout_type=grid-2-cols">Grid Layout</a></li>
<li id="menu-item-2126" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2126"><a href="?ld&blog_layout_type=masonry-2-cols">Masonry Layout</a>
<ul class="sub-menu">
<li id="menu-item-2076" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2076"><a href="?ld&blog_layout_type=masonry-2-cols">Masonry 2 cols</a></li>
<li id="menu-item-2077" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2077"><a href="?ld&blog_layout_type=masonry-3-cols">Masonry 3 cols</a></li>
</ul>
</li>
<li id="menu-item-2129" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2129"><a href="?ld&header_layout_type=minimal">Header Settings</a>
<ul class="sub-menu">
<li id="menu-item-2130" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2130"><a href="?ld&header_layout_type=minimal">Header Style 1</a></li>
<li id="menu-item-2131" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2131"><a href="?ld&header_layout_type=default">Header Style 2</a></li>
<li id="menu-item-2132" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2132"><a href="?ld&header_layout_type=centered">Header Style 3</a></li>
</ul>
</li>
<li id="menu-item-2133" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2133"><a href="?ld&footer_layout_type=default">Footer Settings</a>
<ul class="sub-menu">
<li id="menu-item-2134" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2134"><a href="?ld&footer_layout_type=default">Footer Style 1</a></li>
<li id="menu-item-2135" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2135"><a href="?ld&footer_layout_type=minimal">Footer Style 2</a></li>
<li id="menu-item-2136" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2136"><a href="?ld&footer_layout_type=centered">Footer Style 3</a></li>
</ul>
</li>
<li id="menu-item-2089" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2089"><a href="?ld&sidebar_position=one-right-sidebar">Sidebar Settings</a>
<ul class="sub-menu">
<li id="menu-item-2090" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2090"><a href="?ld&sidebar_position=one-right-sidebar">Right Sidebar</a></li>
<li id="menu-item-2091" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2091"><a href="?ld&sidebar_position=one-left-sidebar">Left Sidebar</a></li>
<li id="menu-item-2092" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2092"><a href="?ld&sidebar_position=fullwidth">No sidebar</a></li>
</ul>
</li>
<li id="menu-item-1904" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1904"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/page-markup-and-formatting/">Typography</a></li>
<li id="menu-item-2128" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2128"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/404">404</a></li>
<li id="menu-item-2176" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2176"><a href="http://documentation.zemez.io/wordpress/index.php?project=kingnews">Documentation</a></li>
</ul>
</li>
<li id="menu-item-2072" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2072"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/politics/">Politics</a></li>
<li id="menu-item-2067" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2067"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/business/">Business</a></li>
<li id="menu-item-2069" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-2069"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/sports/">Sports</a></li>
<li id="menu-item-2071" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2071"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/culture/">Culture</a></li>
<li id="menu-item-2066" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-2066"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/world/">World</a>
<ul class="sub-menu">
<li id="menu-item-2068" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2068"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/tech/">Tech</a></li>
</ul>
</li>
<li id="menu-item-2123" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2123"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/about-us/">About</a></li>
<li id="menu-item-2164" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2164"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/gallery/">Gallery</a></li>
<li id="menu-item-2124" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2124"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/contacts/">Contacts</a></li>
</ul> </nav><!-- #site-navigation -->
<div class="social-list social-list--header"><ul id="social-list-1" class="social-list__items inline-list"><li id="menu-item-35" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-35"><a href="https://twitter.com"><span class="screen-reader-text">Twitter</span></a></li>
<li id="menu-item-36" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-36"><a href="https://facebook.com"><span class="screen-reader-text">Facebook</span></a></li>
<li id="menu-item-37" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-37"><a href="https://plus.google.com"><span class="screen-reader-text">Google+</span></a></li>
<li id="menu-item-38" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-38"><a href="https://www.youtube.com"><span class="screen-reader-text">Youtube</span></a></li>
<li id="menu-item-39" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-39"><a href="http://rss.com"><span class="screen-reader-text">Rss</span></a></li>
</ul></div> </div><!-- .header-container_inner -->
</div><!-- .header-container_wrap -->
</div><!-- .header-container -->
</header><!-- #masthead -->
<div id="content" class="site-content container">
<div class="breadcrumbs"><div class="container--"><div class="breadcrumbs__title"></div><div class="breadcrumbs__items">
<div class="breadcrumbs__content">
<div class="breadcrumbs__wrap"><div class="breadcrumbs__item"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/" class="breadcrumbs__item-link is-home" rel="home" title="Home">Home</a></div>
<div class="breadcrumbs__item"><div class="breadcrumbs__item-sep">/</div></div> <div class="breadcrumbs__item"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/sports/" class="breadcrumbs__item-link" rel="tag" title="Sports">Sports</a></div>
<div class="breadcrumbs__item"><div class="breadcrumbs__item-sep">/</div></div> <div class="breadcrumbs__item"><span class="breadcrumbs__item-target">Are the Clippers better off without Blake Griffin?</span></div>
</div>
</div></div><div class="clear"></div></div>
</div>
<!-- <div class="container"> -->
<div class="site-content container" >
<div class="row">
<div id="primary" class="col-xs-12 col-md-8">
<main id="main" class="site-main" role="main">
<div class="post-left-column"><div class="share-btns__list share-btns__list-single-page "><div class="share-btns__item facebook-item"><a class="share-btns__link" href="https://www.facebook.com/sharer/sharer.php?u=https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for/&t=Are the Clippers better off without Blake Griffin?" rel="nofollow" target="_blank" rel="nofollow" title="Share on Facebook"><i class="fa fa-facebook"></i><span class="share-btns__label screen-reader-text">Facebook</span></a></div><div class="share-btns__item twitter-item"><a class="share-btns__link" href="https://twitter.com/intent/tweet?url=https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for/&text=Are the Clippers better off without Blake Griffin?" rel="nofollow" target="_blank" rel="nofollow" title="Share on Twitter"><i class="fa fa-twitter"></i><span class="share-btns__label screen-reader-text">Twitter</span></a></div><div class="share-btns__item google-plus-item"><a class="share-btns__link" href="https://plus.google.com/share?url=https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for/" rel="nofollow" target="_blank" rel="nofollow" title="Share on Google+"><i class="fa fa-google-plus"></i><span class="share-btns__label screen-reader-text">Google+</span></a></div><div class="share-btns__item linkedin-item"><a class="share-btns__link" href="https://www.linkedin.com/shareArticle?mini=true&url=https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for/&title=Are the Clippers better off without Blake Griffin?&summary=When people tell me that our President has delivered his 7th State of the Union speech recently, I always correct their mistake and tell it was eighth, in fact. On February 24, 2009, the start of Barack Obama’s 2nd month in office, he made an extensive speech on then ongoing Great Recession crisis. He tried [&hellip;]&source=https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for/" rel="nofollow" target="_blank" rel="nofollow" title="Share on LinkedIn"><i class="fa fa-linkedin"></i><span class="share-btns__label screen-reader-text">LinkedIn</span></a></div><div class="share-btns__item pinterest-item"><a class="share-btns__link" href="https://www.pinterest.com/pin/create/button/?url=https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for/&description=Are the Clippers better off without Blake Griffin?&media=https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/0203417001453934488_filepicker.jpg" rel="nofollow" target="_blank" rel="nofollow" title="Share on Pinterest"><i class="fa fa-pinterest"></i><span class="share-btns__label screen-reader-text">Pinterest</span></a></div></div></div><div class="post-right-column">
<article id="post-1818" class="post-1818 post type-post status-publish format-standard has-post-thumbnail hentry category-sports tag-sports has-thumb">
<header class="entry-header">
<div class="post__cats"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/sports/" rel="category tag">Sports</a></div><h1 class="entry-title">Are the Clippers better off without Blake Griffin?</h1>
<div class="entry-meta">
<span class="post-author">By <a class="post-author__link" href="https://ld-wp.template-help.com/wordpress_58404_v4/author/admin/">admin</a></span><span class="post__date"><i class="material-icons">access_time</i><a class="post-date__link" href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for/">5 years ago</a></span><span class="post__comments"><i class="material-icons">chat_bubble_outline</i><a href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for/#comments" class="post-comments__link" >3</a></span>
</div><!-- .entry-meta -->
</header><!-- .entry-header -->
<figure class="post-thumbnail">
<img width="1170" height="780" src="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/0203417001453934488_filepicker-1170x780.jpg" class="post-thumbnail__img wp-post-image" alt="If Obama Had Ruled Like This" /> </figure><!-- .post-thumbnail -->
<div class="entry-content">
<p>When people tell me that our President has delivered his 7th State of the Union speech recently, I always correct their mistake and tell it was eighth, in fact. On February 24, 2009, the start of Barack Obama’s 2nd month in office, he made an extensive speech on then ongoing Great Recession crisis. He tried to show what his personal vision for a path out was and why it was aligned with <strong>a $787 billion stimulus law that was passed that same day</strong>. Also, Mr. President talked foreign politics on that same occasion. He explained how well he will succeed in using diplomacy instead of Bush’s warmongering, strengthen old alliances and, all in all, spruce up US international image to a better one. He said: “living our values doesn’t make us weaker, it makes us safer and it makes us stronger.” Even GOPers were approving of the path POTUS has undertaken then…at least of the rhetorics style, which he so Hollywood-esquely told it in.</p>
<p><img class="alignnone size-full wp-image-1764" src="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/Negotiations_about_Iranian_Nuclear_Program.jpg" alt="Negotiations_about_Iranian_Nuclear_Program" width="1900" height="1265" srcset="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/Negotiations_about_Iranian_Nuclear_Program.jpg 1900w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/Negotiations_about_Iranian_Nuclear_Program-300x200.jpg 300w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/Negotiations_about_Iranian_Nuclear_Program-768x511.jpg 768w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/Negotiations_about_Iranian_Nuclear_Program-1024x682.jpg 1024w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/Negotiations_about_Iranian_Nuclear_Program-400x266.jpg 400w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/Negotiations_about_Iranian_Nuclear_Program-900x599.jpg 900w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/Negotiations_about_Iranian_Nuclear_Program-451x300.jpg 451w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/Negotiations_about_Iranian_Nuclear_Program-1014x675.jpg 1014w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/Negotiations_about_Iranian_Nuclear_Program-1170x780.jpg 1170w" sizes="(max-width: 1900px) 100vw, 1900px" /></p>
<p>For me personally, 7 years later, all these is just a short summary of all the promises Mr. Obama failed to deliver to America’s doorstep. All the great plans that could have made him a truly Reforming President, were not completed and so the 44th President of US will most likely remain an “intermediate” part of American history. That is confirmed by President himself, as he now constantly compares himself (unfavorably) to truly great US leaders, like Lincoln or Franklin Delano Roosevelt.</p>
<p>And I have to agree with him. And the funniest thing is probably that Obama still managed to accomplish pretty big steps during his Presidency. Such as the “Affordable Care Act” (Obamacare), or achieving some kind of ease of US image overseas (which, though, made us look weak now, instead of strong and intimidating before). Anyways, the way those great Presidents Obama mentions himself has changed the country is a great comparison. Like FDR, who was able to overcome the complete weakness of US federal government over private banks and financial sector in general, when dealing with the Great Depression. Or Lincoln, who held the bipartisan country together with a grip of a mountain grizzly bear.</p>
<p><strong>Remember the Republican response to Obama’s speech that day? One of the most famous ones was Bobby Jindal’s reaction. He just buoyed the stimulus plan that was just approved by the Congress. Even tried to mock it up, while objecting to spending “140 million US dollars for something vaguely called Volcano Monitoring…”.</strong></p>
<p>The irony is that next month after his words, the Alaskan volcano erupted (just as Obama’s intentions did) and covered the state for days with thick, 60000-foot ash and smoke cloud…</p>
<p><img class="alignnone size-full wp-image-1770" src="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/rtr4uxkj.jpg" alt="rtr4uxkj" width="1900" height="1280" srcset="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/rtr4uxkj.jpg 1900w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/rtr4uxkj-300x202.jpg 300w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/rtr4uxkj-768x517.jpg 768w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/rtr4uxkj-1024x690.jpg 1024w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/rtr4uxkj-400x269.jpg 400w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/rtr4uxkj-900x606.jpg 900w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/rtr4uxkj-445x300.jpg 445w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/rtr4uxkj-1002x675.jpg 1002w" sizes="(max-width: 1900px) 100vw, 1900px" /></p>
<p>As CNN reporter once said then, regarding GOP response to these wonderful, though unfulfilled ideas of Obama:</p>
<p><em>“To come up at this moment in history with a stale, government-is-the-problem, we can’t trust the federal government—it’s just a disaster for the Republican Party.…in a moment when only the federal government is big enough to actually do stuff—to just ignore all that, and just say ‘government is a problem, corruption, earmarks, wasteful spending,’ it’s just a form of nihilism. It’s just not where the country is. It’s not where the future of the country is.”</em></p>
</div><!-- .entry-content -->
<footer class="entry-footer">
<div class="post__tags"><i class="material-icons">folder_open</i>Tagged in: <a href="https://ld-wp.template-help.com/wordpress_58404_v4/tag/sports/" rel="tag">Sports</a></div>
</footer><!-- .entry-footer -->
</article><!-- #post-## -->
<div class="post-author-bio invert">
<div class="post-author__holder clear">
<div class="post-author__avatar"><img alt='admin' src='https://secure.gravatar.com/avatar/265f1e197614170f408cd8c14faa3302?s=140&d=mm&r=g' srcset='https://secure.gravatar.com/avatar/265f1e197614170f408cd8c14faa3302?s=280&d=mm&r=g 2x' class='avatar avatar-140 photo' height='140' width='140' /></div>
<h4 class="post-author__title">Written by <a href="https://ld-wp.template-help.com/wordpress_58404_v4/author/admin/" title="Posts by admin" rel="author">admin</a></h4>
<div class="post-author__content"></div>
</div>
</div></div>
<nav class="navigation post-navigation" role="navigation">
<h2 class="screen-reader-text">Post navigation</h2>
<div class="nav-links"><div class="nav-next"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/post-twitter-format/" rel="next"><span class="meta-nav" aria-hidden="true">Next Post</span> <span class="screen-reader-text">Next Post</span> <span class="post-title">Twitter Status Post</span></a></div></div>
</nav>
<div id="comments" class="comments-area">
<h4 class="comments-title title-line">
3 Responses </h4>
<ol class="comment-list">
<li class="comment byuser comment-author-admin bypostauthor even thread-even depth-1 parent" id="comment-32">
<article id="div-comment-32" class="comment-body">
<div class="comment-body__holder">
<footer class="comment-meta">
<div class="comment-author vcard">
<img alt='' src='https://secure.gravatar.com/avatar/265f1e197614170f408cd8c14faa3302?s=100&d=mm&r=g' srcset='https://secure.gravatar.com/avatar/265f1e197614170f408cd8c14faa3302?s=200&d=mm&r=g 2x' class='avatar avatar-100 photo' height='100' width='100' /> </div>
<div class="comment-metadata">
<span class="posted-by">By</span> <span class="fn">val</span> <a href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for/#comment-32" class="comment-date"><time datetime="2016-02-11T10:44:18+00:00" class="comment-date__time">Feb 11, 2016</time></a> </div>
</footer>
<div class="comment-content">
<p>I cannot agree more, as my brother went on to become a volunteer in Syria, fighting alongside Syrian moderate opposition versus Assad – and died. All because US did not stop Assad in 2011-2012.</p>
</div>
<div class="reply">
<a rel='nofollow' class='comment-reply-link' href='https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for/?replytocom=32#respond' onclick='return addComment.moveForm( "div-comment-32", "32", "respond", "1818" )' aria-label='Reply to val'><i class="material-icons">reply</i></a></div> </div>
</article><!-- .comment-body -->
<ol class="children">
<li class="comment byuser comment-author-admin bypostauthor odd alt depth-2" id="comment-33">
<article id="div-comment-33" class="comment-body">
<div class="comment-body__holder">
<footer class="comment-meta">
<div class="comment-author vcard">
<img alt='' src='https://secure.gravatar.com/avatar/265f1e197614170f408cd8c14faa3302?s=100&d=mm&r=g' srcset='https://secure.gravatar.com/avatar/265f1e197614170f408cd8c14faa3302?s=200&d=mm&r=g 2x' class='avatar avatar-100 photo' height='100' width='100' /> </div>
<div class="comment-metadata">
<span class="posted-by">By</span> <span class="fn">val</span> <a href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for/#comment-33" class="comment-date"><time datetime="2016-02-11T10:45:12+00:00" class="comment-date__time">Feb 11, 2016</time></a> </div>
</footer>
<div class="comment-content">
<p>I cannot agree more, as my brother went on to become a volunteer in Syria, fighting alongside Syrian moderate opposition versus Assad – and died. All because US did not stop Assad in 2011-2012.</p>
</div>
<div class="reply">
<a rel='nofollow' class='comment-reply-link' href='https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for/?replytocom=33#respond' onclick='return addComment.moveForm( "div-comment-33", "33", "respond", "1818" )' aria-label='Reply to val'><i class="material-icons">reply</i></a></div> </div>
</article><!-- .comment-body -->
</li><!-- #comment-## -->
</ol><!-- .children -->
</li><!-- #comment-## -->
<li class="comment byuser comment-author-admin bypostauthor even thread-odd thread-alt depth-1" id="comment-34">
<article id="div-comment-34" class="comment-body">
<div class="comment-body__holder">
<footer class="comment-meta">
<div class="comment-author vcard">
<img alt='' src='https://secure.gravatar.com/avatar/265f1e197614170f408cd8c14faa3302?s=100&d=mm&r=g' srcset='https://secure.gravatar.com/avatar/265f1e197614170f408cd8c14faa3302?s=200&d=mm&r=g 2x' class='avatar avatar-100 photo' height='100' width='100' /> </div>
<div class="comment-metadata">
<span class="posted-by">By</span> <span class="fn">val</span> <a href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for/#comment-34" class="comment-date"><time datetime="2016-02-11T10:45:22+00:00" class="comment-date__time">Feb 11, 2016</time></a> </div>
</footer>
<div class="comment-content">
<p>I can’t agree more, as my brother went on to become a volunteer in Syria, fighting alongside Syrian moderate opposition versus Assad – and died. All because US did not stop Assad in 2011-2012.</p>
</div>
<div class="reply">
<a rel='nofollow' class='comment-reply-link' href='https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for/?replytocom=34#respond' onclick='return addComment.moveForm( "div-comment-34", "34", "respond", "1818" )' aria-label='Reply to val'><i class="material-icons">reply</i></a></div> </div>
</article><!-- .comment-body -->
</li><!-- #comment-## -->
</ol><!-- .comment-list -->
<div id="respond" class="comment-respond">
<h3 id="reply-title" class="comment-reply-title">Leave a Reply <small><a rel="nofollow" id="cancel-comment-reply-link" href="/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for/#respond" style="display:none;">Cancel reply</a></small></h3> <form action="https://ld-wp.template-help.com/wordpress_58404_v4/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate>
<p class="comment-notes"><span id="email-notes">Your email address will not be published.</span> Required fields are marked <span class="required">*</span></p><p class="comment-form-author"><input id="author" class="comment-form__field" name="author" type="text" placeholder="Your name *" value="" size="30" aria-required='true' required='required' /></p>
<p class="comment-form-email"><input id="email" class="comment-form__field" name="email" type="text" placeholder="Your e-mail *" value="" size="30" aria-describedby="email-notes" aria-required='true' required='required' /></p>
<p class="comment-form-url"><input id="url" class="comment-form__field" name="url" type="text" placeholder="Your website" value="" size="30" /></p>
<p class="comment-form-comment"><textarea id="comment" class="comment-form__field" name="comment" placeholder="Comments *" cols="45" rows="8" aria-required="true" required="required"></textarea></p><p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Submit Comment" /> <input type='hidden' name='comment_post_ID' value='1818' id='comment_post_ID' />
<input type='hidden' name='comment_parent' id='comment_parent' value='0' />
</p> </form>
</div><!-- #respond -->
</div><!-- #comments -->
</main><!-- #main -->
</div><!-- #primary -->
<aside id="sidebar-primary" class="col-xs-12 col-md-4 sidebar-primary widget-area" role="complementary"><aside id="search-4" class="widget widget_search"><h4 class="widget-title">Blog Search</h4><form role="search" method="get" class="search-form" action="https://ld-wp.template-help.com/wordpress_58404_v4/">
<label>
<span class="screen-reader-text">Search for:</span>
<input type="search" class="search-form__field"
placeholder='I'm looking for....'
value="" name="s"
title="Search for:" />
</label>
<button type="submit" class="search-form__submit btn"><span class="search-btn-txt">Search</span><i class="material-icons">search</i></button>
</form></aside><aside id="widget_carousel-2" class="widget king_news widget_carousel"><h4 class="widget-title">Carousel</h4><div class="swiper-carousel-container"><div id="swiper-carousel-5f6fff55aa49e" class="king_news-carousel swiper-container" data-uniq-id="swiper-carousel-5f6fff55aa49e" data-slides-per-view="1" data-slides-per-group="1" data-slides-per-column="1" data-space-between-slides="8" data-duration-speed="500" data-swiper-loop="false" data-free-mode="false" data-grab-cursor="true" data-mouse-wheel="false"><div class="swiper-wrapper"><article class="swiper-slide post hentry"><div class="inner">
<div class="content-wrapper">
<header class="entry-header">
<a class="post-thumbnail__link" href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-18/"><img class="swiper-image" src="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/04.10.14_Obama-426x327.jpg" alt=""></a>
<div class="post__cats"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/world/">World</a></div>
<div class="carousel--inner">
<div class="entry-content">
<h5 class="entry-title"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-18/" rel="bookmark">If Obama Had Ruled Like This in 2009, He’d Be the Reforming...</a></h5>
</div>
<footer class="entry-footer">
<div class="entry-meta">
<span class="post__date">
</span>
</div>
</footer>
</div>
</header>
</div>
</div></article><article class="swiper-slide post hentry"><div class="inner">
<div class="content-wrapper">
<header class="entry-header">
<a class="post-thumbnail__link" href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-20/"><img class="swiper-image" src="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/london22-426x327.jpg" alt=""></a>
<div class="post__cats"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/business/">Business</a></div>
<div class="carousel--inner">
<div class="entry-content">
<h5 class="entry-title"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-20/" rel="bookmark">Terrorism concerns get UK tourists opting in to ‘lighter’...</a></h5>
</div>
<footer class="entry-footer">
<div class="entry-meta">
<span class="post__date">
</span>
</div>
</footer>
</div>
</header>
</div>
</div></article><article class="swiper-slide post hentry"><div class="inner">
<div class="content-wrapper">
<header class="entry-header">
<a class="post-thumbnail__link" href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-21/"><img class="swiper-image" src="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/Negotiations_about_Iranian_Nuclear_Program-426x327.jpg" alt=""></a>
<div class="post__cats"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/business/">Business</a><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/politics/">Politics</a></div>
<div class="carousel--inner">
<div class="entry-content">
<h5 class="entry-title"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-21/" rel="bookmark">Iran nuclear deal makes country so much richer</a></h5>
</div>
<footer class="entry-footer">
<div class="entry-meta">
<span class="post__date">
</span>
</div>
</footer>
</div>
</header>
</div>
</div></article><article class="swiper-slide post hentry"><div class="inner">
<div class="content-wrapper">
<header class="entry-header">
<a class="post-thumbnail__link" href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-22/"><img class="swiper-image" src="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/3312-426x327.jpg" alt=""></a>
<div class="post__cats"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/business/">Business</a></div>
<div class="carousel--inner">
<div class="entry-content">
<h5 class="entry-title"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-22/" rel="bookmark">Among 1M refugees, Berlin accepted ISIS terrorists</a></h5>
</div>
<footer class="entry-footer">
<div class="entry-meta">
<span class="post__date">
</span>
</div>
</footer>
</div>
</header>
</div>
</div></article><article class="swiper-slide post hentry"><div class="inner">
<div class="content-wrapper">
<header class="entry-header">
<a class="post-thumbnail__link" href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-23/"><img class="swiper-image" src="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/IS-flag-426x327.jpg" alt=""></a>
<div class="post__cats"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/world/">World</a></div>
<div class="carousel--inner">
<div class="entry-content">
<h5 class="entry-title"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-23/" rel="bookmark">Islamic State gets new murders video out</a></h5>
</div>
<footer class="entry-footer">
<div class="entry-meta">
<span class="post__date">
</span>
</div>
</footer>
</div>
</header>
</div>
</div></article><article class="swiper-slide post hentry"><div class="inner">
<div class="content-wrapper">
<header class="entry-header">
<a class="post-thumbnail__link" href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-24/"><img class="swiper-image" src="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/hillary-clinton-has-laid-out-a-sweeping-gun-control-plan-426x327.jpg" alt=""></a>
<div class="post__cats"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/world/">World</a></div>
<div class="carousel--inner">
<div class="entry-content">
<h5 class="entry-title"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-24/" rel="bookmark">Clinton ‘Loves’ Proposal of Appointing Obama to Supreme Court as POTUS</a></h5>
</div>
<footer class="entry-footer">
<div class="entry-meta">
<span class="post__date">
</span>
</div>
</footer>
</div>
</header>
</div>
</div></article><article class="swiper-slide post hentry"><div class="inner">
<div class="content-wrapper">
<header class="entry-header">
<a class="post-thumbnail__link" href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-25/"><img class="swiper-image" src="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/heatlhcare-penalty-426x327.jpg" alt=""></a>
<div class="post__cats"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/world/">World</a></div>
<div class="carousel--inner">
<div class="entry-content">
<h5 class="entry-title"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-25/" rel="bookmark">HealthCare.gov closes signups — register or get a penalty</a></h5>
</div>
<footer class="entry-footer">
<div class="entry-meta">
<span class="post__date">
</span>
</div>
</footer>
</div>
</header>
</div>
</div></article><article class="swiper-slide post hentry"><div class="inner">
<div class="content-wrapper">
<header class="entry-header">
<a class="post-thumbnail__link" href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-14/"><img class="swiper-image" src="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/ct-illinois-budget-met-0104-20141231-426x327.jpg" alt=""></a>
<div class="post__cats"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/business/">Business</a></div>
<div class="carousel--inner">
<div class="entry-content">
<h5 class="entry-title"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-14/" rel="bookmark">Illinois budget fix: Just leave bills ignored and unpaid</a></h5>
</div>
<footer class="entry-footer">
<div class="entry-meta">
<span class="post__date">
</span>
</div>
</footer>
</div>
</header>
</div>
</div></article></div><div id="swiper-carousel-5f6fff55aa49e-pagination" class="swiper-pagination"></div></div><div id="swiper-carousel-5f6fff55aa49e-next" class="swiper-button-next button-next"><i class="material-icons">navigate_next</i></div><div id="swiper-carousel-5f6fff55aa49e-prev" class="swiper-button-prev button-prev"><i class="material-icons">navigate_before</i></div></div></aside><aside id="king_news_widget_subscribe_follow-2" class="widget king_news widget-subscribe"><div class="follow-block"><h4 class="widget-title">Follow us</h4><div class="follow-block__message">Read our latest news on any of these social networks!</div><div class="social-list social-list--widget"><ul id="social-list-2" class="social-list__items inline-list"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-35"><a href="https://twitter.com"><span class="screen-reader-text">Twitter</span></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-36"><a href="https://facebook.com"><span class="screen-reader-text">Facebook</span></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-37"><a href="https://plus.google.com"><span class="screen-reader-text">Google+</span></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-38"><a href="https://www.youtube.com"><span class="screen-reader-text">Youtube</span></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-39"><a href="http://rss.com"><span class="screen-reader-text">Rss</span></a></li>
</ul></div></div><div class="subscribe-block">
<h4 class="widget-title">Get latest news delivered daily!</h4> <div class="subscribe-block__message">We will send you breaking news right to your inbox</div>
<form method="POST" action="" class="subscribe-block__form"><input type="hidden" id="king_news_subscribe" name="king_news_subscribe" value="c7bd9d9868" /><input type="hidden" name="_wp_http_referer" value="/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for/" /><div class="subscribe-block__input-group"><input class="subscribe-block__input" type="email" name="subscribe-mail" value="" placeholder="Your e-mail"><a href="#" class="subscribe-block__submit btn">Subscribe</a></div><div class="subscribe-block__messages">
<div class="subscribe-block__success hidden">You successfully subscribed</div>
<div class="subscribe-block__error hidden"></div>
</div></form>
</div></aside><aside id="widget-image-grid-3" class="widget widget-image-grid"><h4 class="widget-title">Recent posts</h4><div class="row image_grid_widget-main columns-number-1" style="margin-left:-30px"><div class="widget-image-grid__holder invert col-xs-12 col-md-12 col-lg-12 col-xl-12">
<figure class="widget-image-grid__inner" style="margin: 0 0 30px 30px;">
<img width="536" height="411" src="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/ap-trump-carson-cruz-536x411.jpg" class="attachment-_tm-thumb-536-411 size-_tm-thumb-536-411 wp-post-image" alt="ap-trump-carson-cruz" srcset="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/ap-trump-carson-cruz-536x411.jpg 536w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/ap-trump-carson-cruz-238x182.jpg 238w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/ap-trump-carson-cruz-150x115.jpg 150w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/ap-trump-carson-cruz-337x258.jpg 337w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/ap-trump-carson-cruz-426x327.jpg 426w" sizes="(max-width: 536px) 100vw, 536px" /> <figcaption class="widget-image-grid__content">
<div class="post__cats"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/news/" rel="category tag">News</a></div>
<div></div>
<div class="widget-image-grid__content-2">
<h3 class="widget-image-grid__title">
<a href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-16/">Two Loser Idaho Pot Smugglers Freak ...</a>
</h3>
<div class="widget-image-grid__footer">
<div class="widget-image-grid__footer-meta">
<span class="post-author">by <a class="post-author__link" href="https://ld-wp.template-help.com/wordpress_58404_v4/author/admin/">admin</a></span> <a class="widget-image-grid__link" href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-16/"><i class="material-icons dp18">access_time</i>5 years ago</a>
</div>
<div class="share-btns-main"><div class="share-btns__list "><div class="share-btns__item facebook-item"><a class="share-btns__link" href="https://www.facebook.com/sharer/sharer.php?u=https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-16/&t=Two Loser Idaho Pot Smugglers Freak Out, Call 911 on Themselves" rel="nofollow" target="_blank" rel="nofollow" title="Share on Facebook"><i class="fa fa-facebook"></i><span class="share-btns__label screen-reader-text">Facebook</span></a></div><div class="share-btns__item twitter-item"><a class="share-btns__link" href="https://twitter.com/intent/tweet?url=https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-16/&text=Two Loser Idaho Pot Smugglers Freak Out, Call 911 on Themselves" rel="nofollow" target="_blank" rel="nofollow" title="Share on Twitter"><i class="fa fa-twitter"></i><span class="share-btns__label screen-reader-text">Twitter</span></a></div><div class="share-btns__item google-plus-item"><a class="share-btns__link" href="https://plus.google.com/share?url=https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-16/" rel="nofollow" target="_blank" rel="nofollow" title="Share on Google+"><i class="fa fa-google-plus"></i><span class="share-btns__label screen-reader-text">Google+</span></a></div><div class="share-btns__item linkedin-item"><a class="share-btns__link" href="https://www.linkedin.com/shareArticle?mini=true&url=https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-16/&title=Two Loser Idaho Pot Smugglers Freak Out, Call 911 on Themselves&summary=When people tell me that our President has delivered his 7th State of the Union speech recently, I always correct their mistake and tell it was eighth, in fact. On February 24, 2009, the start of Barack Obama’s 2nd month in office, he made an extensive speech on then ongoing Great Recession crisis. He tried [&hellip;]&source=https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-16/" rel="nofollow" target="_blank" rel="nofollow" title="Share on LinkedIn"><i class="fa fa-linkedin"></i><span class="share-btns__label screen-reader-text">LinkedIn</span></a></div><div class="share-btns__item pinterest-item"><a class="share-btns__link" href="https://www.pinterest.com/pin/create/button/?url=https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-16/&description=Two Loser Idaho Pot Smugglers Freak Out, Call 911 on Themselves&media=https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/ap-trump-carson-cruz.jpg" rel="nofollow" target="_blank" rel="nofollow" title="Share on Pinterest"><i class="fa fa-pinterest"></i><span class="share-btns__label screen-reader-text">Pinterest</span></a></div></div><i class="material-icons share-main-icon">share</i></div> </div>
</div>
</figcaption>
</figure>
</div><div class="widget-image-grid__holder invert col-xs-12 col-md-12 col-lg-12 col-xl-12">
<figure class="widget-image-grid__inner" style="margin: 0 0 30px 30px;">
<img width="536" height="411" src="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/David-Cameron-Getty-v3-536x411.jpg" class="attachment-_tm-thumb-536-411 size-_tm-thumb-536-411 wp-post-image" alt="David-Cameron-Getty-v3" srcset="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/David-Cameron-Getty-v3-536x411.jpg 536w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/David-Cameron-Getty-v3-238x182.jpg 238w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/David-Cameron-Getty-v3-150x115.jpg 150w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/David-Cameron-Getty-v3-337x258.jpg 337w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/David-Cameron-Getty-v3-426x327.jpg 426w" sizes="(max-width: 536px) 100vw, 536px" /> <figcaption class="widget-image-grid__content">
<div class="post__cats"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/news/" rel="category tag">News</a></div>
<div></div>
<div class="widget-image-grid__content-2">
<h3 class="widget-image-grid__title">
<a href="https://ld-wp.template-help.com/wordpress_58404_v4/quote-post/">Quote post</a>
</h3>
<div class="widget-image-grid__footer">
<div class="widget-image-grid__footer-meta">
<span class="post-author">by <a class="post-author__link" href="https://ld-wp.template-help.com/wordpress_58404_v4/author/admin/">admin</a></span> <a class="widget-image-grid__link" href="https://ld-wp.template-help.com/wordpress_58404_v4/quote-post/"><i class="material-icons dp18">access_time</i>5 years ago</a>
</div>
<div class="share-btns-main"><div class="share-btns__list "><div class="share-btns__item facebook-item"><a class="share-btns__link" href="https://www.facebook.com/sharer/sharer.php?u=https://ld-wp.template-help.com/wordpress_58404_v4/quote-post/&t=Quote post" rel="nofollow" target="_blank" rel="nofollow" title="Share on Facebook"><i class="fa fa-facebook"></i><span class="share-btns__label screen-reader-text">Facebook</span></a></div><div class="share-btns__item twitter-item"><a class="share-btns__link" href="https://twitter.com/intent/tweet?url=https://ld-wp.template-help.com/wordpress_58404_v4/quote-post/&text=Quote post" rel="nofollow" target="_blank" rel="nofollow" title="Share on Twitter"><i class="fa fa-twitter"></i><span class="share-btns__label screen-reader-text">Twitter</span></a></div><div class="share-btns__item google-plus-item"><a class="share-btns__link" href="https://plus.google.com/share?url=https://ld-wp.template-help.com/wordpress_58404_v4/quote-post/" rel="nofollow" target="_blank" rel="nofollow" title="Share on Google+"><i class="fa fa-google-plus"></i><span class="share-btns__label screen-reader-text">Google+</span></a></div><div class="share-btns__item linkedin-item"><a class="share-btns__link" href="https://www.linkedin.com/shareArticle?mini=true&url=https://ld-wp.template-help.com/wordpress_58404_v4/quote-post/&title=Quote post&summary=If Obama Had Ruled Like This in 2009, He&#8217;d Be the Reforming President We All Hoped For Brian Williamson When people tell me that our President has delivered his 7th State of the Union speech recently, I always correct their mistake and tell it was eighth, in fact. On February 24, 2009, the start of [&hellip;]&source=https://ld-wp.template-help.com/wordpress_58404_v4/quote-post/" rel="nofollow" target="_blank" rel="nofollow" title="Share on LinkedIn"><i class="fa fa-linkedin"></i><span class="share-btns__label screen-reader-text">LinkedIn</span></a></div><div class="share-btns__item pinterest-item"><a class="share-btns__link" href="https://www.pinterest.com/pin/create/button/?url=https://ld-wp.template-help.com/wordpress_58404_v4/quote-post/&description=Quote post&media=https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/David-Cameron-Getty-v3.jpg" rel="nofollow" target="_blank" rel="nofollow" title="Share on Pinterest"><i class="fa fa-pinterest"></i><span class="share-btns__label screen-reader-text">Pinterest</span></a></div></div><i class="material-icons share-main-icon">share</i></div> </div>
</div>
</figcaption>
</figure>
</div><div class="widget-image-grid__holder invert col-xs-12 col-md-12 col-lg-12 col-xl-12">
<figure class="widget-image-grid__inner" style="margin: 0 0 30px 30px;">
<img width="536" height="411" src="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/london22-536x411.jpg" class="attachment-_tm-thumb-536-411 size-_tm-thumb-536-411 wp-post-image" alt="london22" srcset="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/london22-536x411.jpg 536w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/london22-238x182.jpg 238w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/london22-150x115.jpg 150w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/london22-337x258.jpg 337w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/london22-426x327.jpg 426w" sizes="(max-width: 536px) 100vw, 536px" /> <figcaption class="widget-image-grid__content">
<div class="post__cats"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/business/" rel="category tag">Business</a></div>
<div></div>
<div class="widget-image-grid__content-2">
<h3 class="widget-image-grid__title">
<a href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-20/">Terrorism concerns get UK tourists opting ...</a>
</h3>
<div class="widget-image-grid__footer">
<div class="widget-image-grid__footer-meta">
<span class="post-author">by <a class="post-author__link" href="https://ld-wp.template-help.com/wordpress_58404_v4/author/admin/">admin</a></span> <a class="widget-image-grid__link" href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-20/"><i class="material-icons dp18">access_time</i>5 years ago</a>
</div>
<div class="share-btns-main"><div class="share-btns__list "><div class="share-btns__item facebook-item"><a class="share-btns__link" href="https://www.facebook.com/sharer/sharer.php?u=https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-20/&t=Terrorism concerns get UK tourists opting in to &#8216;lighter&#8217; holiday spots" rel="nofollow" target="_blank" rel="nofollow" title="Share on Facebook"><i class="fa fa-facebook"></i><span class="share-btns__label screen-reader-text">Facebook</span></a></div><div class="share-btns__item twitter-item"><a class="share-btns__link" href="https://twitter.com/intent/tweet?url=https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-20/&text=Terrorism concerns get UK tourists opting in to &#8216;lighter&#8217; holiday spots" rel="nofollow" target="_blank" rel="nofollow" title="Share on Twitter"><i class="fa fa-twitter"></i><span class="share-btns__label screen-reader-text">Twitter</span></a></div><div class="share-btns__item google-plus-item"><a class="share-btns__link" href="https://plus.google.com/share?url=https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-20/" rel="nofollow" target="_blank" rel="nofollow" title="Share on Google+"><i class="fa fa-google-plus"></i><span class="share-btns__label screen-reader-text">Google+</span></a></div><div class="share-btns__item linkedin-item"><a class="share-btns__link" href="https://www.linkedin.com/shareArticle?mini=true&url=https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-20/&title=Terrorism concerns get UK tourists opting in to &#8216;lighter&#8217; holiday spots&summary=When people tell me that our President has delivered his 7th State of the Union speech recently, I always correct their mistake and tell it was eighth, in fact. On February 24, 2009, the start of Barack Obama’s 2nd month in office, he made an extensive speech on then ongoing Great Recession crisis. He tried [&hellip;]&source=https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-20/" rel="nofollow" target="_blank" rel="nofollow" title="Share on LinkedIn"><i class="fa fa-linkedin"></i><span class="share-btns__label screen-reader-text">LinkedIn</span></a></div><div class="share-btns__item pinterest-item"><a class="share-btns__link" href="https://www.pinterest.com/pin/create/button/?url=https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-20/&description=Terrorism concerns get UK tourists opting in to &#8216;lighter&#8217; holiday spots&media=https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/london22.jpg" rel="nofollow" target="_blank" rel="nofollow" title="Share on Pinterest"><i class="fa fa-pinterest"></i><span class="share-btns__label screen-reader-text">Pinterest</span></a></div></div><i class="material-icons share-main-icon">share</i></div> </div>
</div>
</figcaption>
</figure>
</div><div class="widget-image-grid__holder invert col-xs-12 col-md-12 col-lg-12 col-xl-12">
<figure class="widget-image-grid__inner" style="margin: 0 0 30px 30px;">
<img width="536" height="411" src="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/Negotiations_about_Iranian_Nuclear_Program-536x411.jpg" class="attachment-_tm-thumb-536-411 size-_tm-thumb-536-411 wp-post-image" alt="Negotiations_about_Iranian_Nuclear_Program" srcset="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/Negotiations_about_Iranian_Nuclear_Program-536x411.jpg 536w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/Negotiations_about_Iranian_Nuclear_Program-238x182.jpg 238w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/Negotiations_about_Iranian_Nuclear_Program-150x115.jpg 150w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/Negotiations_about_Iranian_Nuclear_Program-337x258.jpg 337w, https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/Negotiations_about_Iranian_Nuclear_Program-426x327.jpg 426w" sizes="(max-width: 536px) 100vw, 536px" /> <figcaption class="widget-image-grid__content">
<div class="post__cats"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/business/" rel="category tag">Business</a> <a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/politics/" rel="category tag">Politics</a></div>
<div></div>
<div class="widget-image-grid__content-2">
<h3 class="widget-image-grid__title">
<a href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-21/">Iran nuclear deal makes country so ...</a>
</h3>
<div class="widget-image-grid__footer">
<div class="widget-image-grid__footer-meta">
<span class="post-author">by <a class="post-author__link" href="https://ld-wp.template-help.com/wordpress_58404_v4/author/admin/">admin</a></span> <a class="widget-image-grid__link" href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-21/"><i class="material-icons dp18">access_time</i>5 years ago</a>
</div>
<div class="share-btns-main"><div class="share-btns__list "><div class="share-btns__item facebook-item"><a class="share-btns__link" href="https://www.facebook.com/sharer/sharer.php?u=https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-21/&t=Iran nuclear deal makes country so much richer" rel="nofollow" target="_blank" rel="nofollow" title="Share on Facebook"><i class="fa fa-facebook"></i><span class="share-btns__label screen-reader-text">Facebook</span></a></div><div class="share-btns__item twitter-item"><a class="share-btns__link" href="https://twitter.com/intent/tweet?url=https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-21/&text=Iran nuclear deal makes country so much richer" rel="nofollow" target="_blank" rel="nofollow" title="Share on Twitter"><i class="fa fa-twitter"></i><span class="share-btns__label screen-reader-text">Twitter</span></a></div><div class="share-btns__item google-plus-item"><a class="share-btns__link" href="https://plus.google.com/share?url=https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-21/" rel="nofollow" target="_blank" rel="nofollow" title="Share on Google+"><i class="fa fa-google-plus"></i><span class="share-btns__label screen-reader-text">Google+</span></a></div><div class="share-btns__item linkedin-item"><a class="share-btns__link" href="https://www.linkedin.com/shareArticle?mini=true&url=https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-21/&title=Iran nuclear deal makes country so much richer&summary=When people tell me that our President has delivered his 7th State of the Union speech recently, I always correct their mistake and tell it was eighth, in fact. On February 24, 2009, the start of Barack Obama’s 2nd month in office, he made an extensive speech on then ongoing Great Recession crisis. He tried [&hellip;]&source=https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-21/" rel="nofollow" target="_blank" rel="nofollow" title="Share on LinkedIn"><i class="fa fa-linkedin"></i><span class="share-btns__label screen-reader-text">LinkedIn</span></a></div><div class="share-btns__item pinterest-item"><a class="share-btns__link" href="https://www.pinterest.com/pin/create/button/?url=https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-21/&description=Iran nuclear deal makes country so much richer&media=https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/Negotiations_about_Iranian_Nuclear_Program.jpg" rel="nofollow" target="_blank" rel="nofollow" title="Share on Pinterest"><i class="fa fa-pinterest"></i><span class="share-btns__label screen-reader-text">Pinterest</span></a></div></div><i class="material-icons share-main-icon">share</i></div> </div>
</div>
</figcaption>
</figure>
</div></div></aside><aside id="recent-comments-2" class="widget widget_recent_comments"><h4 class="widget-title">Recent comments</h4><ul id="recentcomments"><li class="recentcomments"><span class="comment-author-link">admin</span> on <a href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-22/#comment-69">Among 1M refugees, Berlin accepted ISIS terrorists</a></li><li class="recentcomments"><span class="comment-author-link">admin</span> on <a href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-20/#comment-68">Terrorism concerns get UK tourists opting in to ‘lighter’ holiday spots</a></li><li class="recentcomments"><span class="comment-author-link">admin</span> on <a href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-18/#comment-67">If Obama Had Ruled Like This in 2009, He’d Be the Reforming President We All Hoped For</a></li></ul></aside><aside id="widget-easy-twitter-feed-widget-kamn-2" class="widget widget-easy-twitter-feed-widget-kamn"> <div class="widget-easy-twitter-feed-widget-global-wrapper">
<div class="widget-easy-twitter-feed-widget-container">
<div class="row">
<div class="col-lg-12">
<h4 class="widget-title"><span>Twitter Widget</span></h4> </div>
</div>
<div class="widget-easy-twitter-feed-widget-row">
<div class="widget-easy-twitter-feed-widget-col">
<div class="twitterwidget widget-easy-twitter-feed-widget-kamn-2">
<a class="twitter-timeline" width="520" height="250" href="https://twitter.com/twitterdev" data-widget-id="344713329262084096" data-screen-name="TemplateMonster" data-show-replies="false" data-theme="light" data-link-color="" data-border-color="" data-chrome="">Tweets by @TemplateMonster</a>
</div>
</div>
</div>
</div> <!-- End .widget-global-wrapper -->
</div>
</aside><aside id="calendar-2" class="widget widget_calendar"><h4 class="widget-title">Calendar</h4><div id="calendar_wrap" class="calendar_wrap"><table id="wp-calendar">
<caption>September 2020</caption>
<thead>
<tr>
<th scope="col" title="Monday">M</th>
<th scope="col" title="Tuesday">T</th>
<th scope="col" title="Wednesday">W</th>
<th scope="col" title="Thursday">T</th>
<th scope="col" title="Friday">F</th>
<th scope="col" title="Saturday">S</th>
<th scope="col" title="Sunday">S</th>
</tr>
</thead>
<tfoot>
<tr>
<td colspan="3" id="prev"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/2016/02/">« Feb</a></td>
<td class="pad"> </td>
<td colspan="3" id="next" class="pad"> </td>
</tr>
</tfoot>
<tbody>
<tr>
<td colspan="1" class="pad"> </td><td>1</td><td>2</td><td>3</td><td>4</td><td>5</td><td>6</td>
</tr>
<tr>
<td>7</td><td>8</td><td>9</td><td>10</td><td>11</td><td>12</td><td>13</td>
</tr>
<tr>
<td>14</td><td>15</td><td>16</td><td>17</td><td>18</td><td>19</td><td>20</td>
</tr>
<tr>
<td>21</td><td>22</td><td>23</td><td>24</td><td>25</td><td>26</td><td id="today">27</td>
</tr>
<tr>
<td>28</td><td>29</td><td>30</td>
<td class="pad" colspan="4"> </td>
</tr>
</tbody>
</table></div></aside><aside id="widget_news_smart_box-7" class="widget king_news widget_news_smart_box"><h4 class="widget-title">News Smart Box</h4><div class="news-smart-box"><div id="news-smart-box-5f6fff55d2b66" class="news-smart-box__instance layout_type_1" data-uniq-id="news-smart-box-5f6fff55d2b66" data-instance-settings='{"title":"News Smart Box","layout_type":"layout_type_1","terms_type":"category","current_category":"business","current_tag":"army","posts_per_page":"6","trim_title_words":"5","trim_content_words":"15","date_visibility":"true","author_visibility":"true","comment_visibility":"true"}' ><div class="news-smart-box__navigation"><div class="current-term"><span>Business</span><div class="nsb-spinner"><div class="double-bounce-1"></div><div class="double-bounce-2"></div></div></div><div class="clear"></div></div><div class="news-smart-box__wrapper"><div class="news-smart-box__listing"><div class="row"><article class="post col-xs-12 col-sm-6 col-md-6 full-type post-item-0"><div class="inner widget-new-smart-inner-big-before-content">
<figure class="widget-new-smart-main">
<a class="post-thumbnail__link" href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-20/"><img class="smart-box-image" src="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/london22-536x411.jpg" alt=""></a>
<figcaption >
<div class="post__cats"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/business/">Business</a></div>
<div></div>
<div class="widget-new-smart__footer">
<h3 class="widget-new-smart__title">
<a href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-20/">Terrorism concerns get UK tourists…</a> </h3>
<div class="widget-new-smart__footer-2">
<span class="widget-new-smart__post__date">
</span>
</div>
</div>
</figcaption>
</figure>
</div>
<div class="inner widget-new-smart-inner-big-after-content">
<div class="inner">
<header class="entry-header">
<a class="post-thumbnail__link" href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-20/"><img class="smart-box-image" src="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/london22-536x411.jpg" alt=""></a> </header>
<div class="entry-content">
<h3 class="widget-new-smart__title widget-new-smart__title-small">
<a href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-20/">Terrorism concerns get UK tourists…</a> </h3>
<div class="entry-meta-sharing">
<div class="entry-meta">
</div><!-- .entry-meta -->
</div><!-- .entry-meta-sharing -->
<p>When people tell me that our President has delivered his 7th State of the Union speech recently, I always correct their mistake and tell it was eighth, in fact. On February 24, 2009, the start of Barack Obama’s 2nd month in office, he made an extensive speech on then ongoing Great Recession crisis. He tried to show what his personal vision for a path out was and why it was aligned with a $787 billion stimulus law that was passed that same day. Also, Mr. President talked foreign politics on that same occasion. He explained how well he will succeed…</p>
</div>
<footer class="entry-footer">
<a href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-20/" class="btn"><span class="btn__text">Read more</span><span class="btn__icon"></span></a> </footer><!-- .entry-footer -->
</div>
</div>
</article><article class="post col-xs-12 col-sm-6 col-md-6 mini-type post-item-1"><div class="inner">
<header class="entry-header">
<a class="post-thumbnail__link" href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-21/"><img class="smart-box-image" src="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/Negotiations_about_Iranian_Nuclear_Program-536x411.jpg" alt=""></a> </header>
<div class="entry-content">
<h5 class="widget-new-smart__title widget-new-smart__title-small">
<a href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-21/">Iran nuclear deal makes country…</a> </h5>
<p class="post__excerpt">When people tell me that our President has delivered his 7th State of the Union…</p> <div class="entry-meta">
<div class="meta-inner">
<span class="post__date">
</span>
</div>
</div>
</div>
<footer class="entry-footer"></footer>
</div></article><article class="post col-xs-12 col-sm-6 col-md-6 mini-type post-item-2"><div class="inner">
<header class="entry-header">
<a class="post-thumbnail__link" href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-22/"><img class="smart-box-image" src="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/3312-536x411.jpg" alt=""></a> </header>
<div class="entry-content">
<h5 class="widget-new-smart__title widget-new-smart__title-small">
<a href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-22/">Among 1M refugees, Berlin accepted…</a> </h5>
<p class="post__excerpt">When people tell me that our President has delivered his 7th State of the Union…</p> <div class="entry-meta">
<div class="meta-inner">
<span class="post__date">
</span>
</div>
</div>
</div>
<footer class="entry-footer"></footer>
</div></article><article class="post col-xs-12 col-sm-6 col-md-6 mini-type post-item-3"><div class="inner">
<header class="entry-header">
<a class="post-thumbnail__link" href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-14/"><img class="smart-box-image" src="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/ct-illinois-budget-met-0104-20141231-536x411.jpg" alt=""></a> </header>
<div class="entry-content">
<h5 class="widget-new-smart__title widget-new-smart__title-small">
<a href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-14/">Illinois budget fix: Just leave…</a> </h5>
<p class="post__excerpt">The state of Illinois has found a workaround for a multibillion-dollar budget gap: Just don’t…</p> <div class="entry-meta">
<div class="meta-inner">
<span class="post__date">
</span>
</div>
</div>
</div>
<footer class="entry-footer"></footer>
</div></article><article class="post col-xs-12 col-sm-6 col-md-6 mini-type post-item-4"><div class="inner">
<header class="entry-header">
<a class="post-thumbnail__link" href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-26/"><img class="smart-box-image" src="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/Luftsana-Airline-Germany-536x411.jpg" alt=""></a> </header>
<div class="entry-content">
<h5 class="widget-new-smart__title widget-new-smart__title-small">
<a href="https://ld-wp.template-help.com/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for-26/">LA flight emergently lands as…</a> </h5>
<p class="post__excerpt">People who don’t sign up for insurance by Sunday face a potential penalty of at…</p> <div class="entry-meta">
<div class="meta-inner">
<span class="post__date">
</span>
</div>
</div>
</div>
<footer class="entry-footer"></footer>
</div></article><article class="post col-xs-12 col-sm-6 col-md-6 mini-type post-item-5"><div class="inner">
<header class="entry-header">
<a class="post-thumbnail__link" href="https://ld-wp.template-help.com/wordpress_58404_v4/post-twitter-format/"><img class="smart-box-image" src="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/uploads/2016/02/spt-16x9-vince-young-100121-536x411.jpg" alt=""></a> </header>
<div class="entry-content">
<h5 class="widget-new-smart__title widget-new-smart__title-small">
<a href="https://ld-wp.template-help.com/wordpress_58404_v4/post-twitter-format/">Twitter Status Post</a> </h5>
<p class="post__excerpt">#webdesign 200+ Free Vintage Resources to Replensish your Design Toolbox: Check out the massi… https://t.co/623mlyeHM4…</p> <div class="entry-meta">
<div class="meta-inner">
<span class="post__date">
</span>
</div>
</div>
</div>
<footer class="entry-footer"></footer>
</div></article><div class="clear"></div></div></div></div></div></aside></aside>
</div><!-- .row -->
</div><!-- .container -->
</div><!-- #content -->
<footer id="colophon" class="site-footer default container" role="contentinfo">
<div class="footer-area-wrap invert--">
<div class="site-content container" >
<div class="footer-inner-line">
<section id="footer-area" class="footer-area widget-area row"><aside id="categories-4" class="col-xs-12 col-sm-6 col-md-3 widget widget_categories"><h4 class="widget-title">Categories</h4> <ul>
<li class="cat-item cat-item-210"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/business/" >Business</a>
</li>
<li class="cat-item cat-item-212"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/culture/" >Culture</a>
</li>
<li class="cat-item cat-item-218"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/media/" >Media</a>
</li>
<li class="cat-item cat-item-208"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/news/" >News</a>
</li>
<li class="cat-item cat-item-209"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/politics/" >Politics</a>
</li>
<li class="cat-item cat-item-211"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/sports/" >Sports</a>
</li>
<li class="cat-item cat-item-213"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/tech/" >Tech</a>
</li>
<li class="cat-item cat-item-214"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/travel/" >Travel</a>
</li>
<li class="cat-item cat-item-215"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/category/world/" >World</a>
</li>
</ul>
</aside><aside id="nav_menu-2" class="col-xs-12 col-sm-6 col-md-3 widget widget_nav_menu"><h4 class="widget-title">Information</h4><div class="menu-menu-for-widget-container"><ul id="menu-menu-for-widget" class="menu"><li id="menu-item-2001" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2001"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/about-us/">About</a></li>
<li id="menu-item-1916" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1916"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/contacts/">Contact us</a></li>
<li id="menu-item-1970" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1970"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/page-markup-and-formatting/">Typography</a></li>
</ul></div></aside><aside id="tag_cloud-2" class="col-xs-12 col-sm-6 col-md-3 widget widget_tag_cloud"><h4 class="widget-title">Tags</h4><div class="tagcloud"><a href='https://ld-wp.template-help.com/wordpress_58404_v4/tag/business/' class='tag-link-196 tag-link-position-1' title='4 topics' style='font-size: 15.567567567568pt;'>Business</a>
<a href='https://ld-wp.template-help.com/wordpress_58404_v4/tag/culture/' class='tag-link-200 tag-link-position-2' title='2 topics' style='font-size: 11.405405405405pt;'>Culture</a>
<a href='https://ld-wp.template-help.com/wordpress_58404_v4/tag/facebook/' class='tag-link-219 tag-link-position-3' title='1 topic' style='font-size: 8pt;'>facebook</a>
<a href='https://ld-wp.template-help.com/wordpress_58404_v4/tag/news/' class='tag-link-193 tag-link-position-4' title='2 topics' style='font-size: 11.405405405405pt;'>News</a>
<a href='https://ld-wp.template-help.com/wordpress_58404_v4/tag/politics/' class='tag-link-216 tag-link-position-5' title='8 topics' style='font-size: 20.297297297297pt;'>Politics</a>
<a href='https://ld-wp.template-help.com/wordpress_58404_v4/tag/social/' class='tag-link-206 tag-link-position-6' title='1 topic' style='font-size: 8pt;'>Social</a>
<a href='https://ld-wp.template-help.com/wordpress_58404_v4/tag/sports/' class='tag-link-199 tag-link-position-7' title='4 topics' style='font-size: 15.567567567568pt;'>Sports</a>
<a href='https://ld-wp.template-help.com/wordpress_58404_v4/tag/tech/' class='tag-link-195 tag-link-position-8' title='5 topics' style='font-size: 17.081081081081pt;'>Tech</a>
<a href='https://ld-wp.template-help.com/wordpress_58404_v4/tag/travel/' class='tag-link-198 tag-link-position-9' title='2 topics' style='font-size: 11.405405405405pt;'>Travel</a>
<a href='https://ld-wp.template-help.com/wordpress_58404_v4/tag/world/' class='tag-link-194 tag-link-position-10' title='10 topics' style='font-size: 22pt;'>World</a></div>
</aside><aside id="king_news_widget_subscribe_follow-3" class="col-xs-12 col-sm-6 col-md-3 widget king_news widget-subscribe"><div class="subscribe-block">
<h4 class="widget-title">Get latest news delivered daily!</h4> <div class="subscribe-block__message">We will send you breaking news right to your inbox</div>
<form method="POST" action="" class="subscribe-block__form"><input type="hidden" id="king_news_subscribe" name="king_news_subscribe" value="c7bd9d9868" /><input type="hidden" name="_wp_http_referer" value="/wordpress_58404_v4/if-obama-had-ruled-like-this-in-2009-hed-be-the-reforming-president-we-all-hoped-for/" /><div class="subscribe-block__input-group"><input class="subscribe-block__input" type="email" name="subscribe-mail" value="" placeholder="Your email"><a href="#" class="subscribe-block__submit btn btn-secondary">Subscribe</a></div><div class="subscribe-block__messages">
<div class="subscribe-block__success hidden">You successfully subscribed</div>
<div class="subscribe-block__error hidden"></div>
</div></form>
</div></aside></section> </div><!-- .footer-inner-line -->
</div>
</div>
<div class="footer-container">
<div class="site-info container">
<div class="footer-inner">
<div class="site-info__flex">
<div class="footer-logo"><a href="https://ld-wp.template-help.com/wordpress_58404_v4/" class="footer-logo_link"><img src="https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/themes/king-news/assets/images/footer-logo.png" alt="King news" class="footer-logo_img"></a></div> <div class="site-info__mid-box"><div class="footer-copyright">© 2020 News King, Inc. All Rights Reserved.</div> <nav id="footer-navigation" class="footer-menu" role="navigation">
</nav><!-- #footer-navigation -->
</div>
<div class="social-list social-list--footer"><ul id="social-list-3" class="social-list__items inline-list"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-35"><a href="https://twitter.com"><span class="screen-reader-text">Twitter</span></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-36"><a href="https://facebook.com"><span class="screen-reader-text">Facebook</span></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-37"><a href="https://plus.google.com"><span class="screen-reader-text">Google+</span></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-38"><a href="https://www.youtube.com"><span class="screen-reader-text">Youtube</span></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-39"><a href="http://rss.com"><span class="screen-reader-text">Rss</span></a></li>
</ul></div> </div>
</div><!-- .footer-inner -->
</div><!-- .site-info -->
</div><!-- .container --> </footer><!-- #colophon -->
</div><!-- #page -->
<script type='text/javascript'>
/* <![CDATA[ */
var wp_load_style = ["jquery-swiper.css","jquery-slider-pro.css","contact-form-7.css","tm-pg-font-awesome.css","tm-pg-material-icons.css","tm-pg-fontello.css","tm-pg-lightgallery.css","tm-pg-style-frontend.css","tm-pg-grid.css","kamn-css-easy-twitter-feed-widget.css","blank-style.css","cherry-google-fonts.css"];
var wp_load_script = ["cherry-js-core.js","comment-reply.js","jquery-swiper.js","jquery-slider-pro.js","contact-form-7.js","king_news-theme-script.js","cherry-post-formats.js","kamn-js-widget-easy-twitter-feed-widget.js"];
var cherry_ajax = "46d789b585";
var ui_init_object = {"auto_init":"false","targets":[]};
/* ]]> */
</script>
<script type='text/javascript' src='https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/themes/king-news/cherry-framework/modules/cherry-js-core/assets/js/min/cherry-js-core.min.js?ver=1.1.0'></script>
<script type='text/javascript'>
function CherryCSSCollector(){"use strict";var t,e=window.CherryCollectedCSS;void 0!==e&&(t=document.createElement("style"),t.setAttribute("title",e.title),t.setAttribute("type",e.type),t.textContent=e.css,document.head.appendChild(t))}CherryCSSCollector();
</script>
<script type='text/javascript' src='https://ld-wp.template-help.com/wordpress_58404_v4/wp-includes/js/comment-reply.min.js?ver=4.6.12'></script>
<script type='text/javascript' src='https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/themes/king-news/assets/js/swiper.jquery.min.js?ver=3.3.0'></script>
<script type='text/javascript' src='https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/themes/king-news/assets/js/jquery.sliderPro.min.js?ver=1.2.4'></script>
<script type='text/javascript' src='https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var _wpcf7 = {"loaderUrl":"https:\/\/ld-wp.template-help.com\/wordpress_58404_v4\/wp-content\/plugins\/contact-form-7\/images\/ajax-loader.gif","recaptcha":{"messages":{"empty":"Please verify that you are not a robot."}},"sending":"Sending ..."};
/* ]]> */
</script>
<script type='text/javascript' src='https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.5.1'></script>
<script type='text/javascript' src='https://ld-wp.template-help.com/wordpress_58404_v4/wp-includes/js/hoverIntent.min.js?ver=1.8.1'></script>
<script type='text/javascript' src='https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/themes/king-news/assets/js/jquery.stickup.js?ver=1.0.0'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var king_news = {"ajaxurl":"https:\/\/ld-wp.template-help.com\/wordpress_58404_v4\/wp-admin\/admin-ajax.php"};
var king_news = {"ajaxurl":"https:\/\/ld-wp.template-help.com\/wordpress_58404_v4\/wp-admin\/admin-ajax.php","labels":{"totop_button":"Top"}};
/* ]]> */
</script>
<script type='text/javascript' src='https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/themes/king-news/assets/js/theme-script.js?ver=1.0.2'></script>
<script type='text/javascript' src='https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/themes/king-news/cherry-framework/modules/cherry-post-formats-api/assets/js/min/cherry-post-formats.min.js?ver=1.1.0'></script>
<script type='text/javascript' src='https://ld-wp.template-help.com/wordpress_58404_v4/wp-content/plugins/easy-twitter-feed-widget/lib/js/widget-easy-twitter-feed-widget.js?ver=1.0'></script>
<script type='text/javascript' src='https://ld-wp.template-help.com/wordpress_58404_v4/wp-includes/js/wp-embed.min.js?ver=4.6.12'></script>
</html>