<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MisplacedNews</title>
	<atom:link href="http://misplacednews.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://misplacednews.com</link>
	<description>A Compilation of Current Conservative News Articles</description>
	<lastBuildDate>Sat, 18 May 2013 07:53:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>MisplacedNews Front Page</title>
		<link>http://misplacednews.com/home-page/</link>
		<comments>http://misplacednews.com/home-page/#comments</comments>
		<pubDate>Sat, 18 May 2013 07:10:52 +0000</pubDate>
		<dc:creator>Stuart Spivey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://misplacednews.com/?p=1715</guid>
		<description><![CDATA[A compilation of the most recent breaking Misplaced News stories. Please Leave a reply below. I look forward to reading your comments.]]></description>
				<content:encoded><![CDATA[<div class="scu-clear"><script type="text/javascript" >
  
  
  
  jQuery(function($) {


$(document).ready(function(){
     

//$(".scu-info").html("test");
       
//SET VAR -------------------------------------------

var scu_index = -1;
var scu_indexo = -1;

//icon effect options
var scu_icon = 0;

//img effect options
var scu_imgeff = "0";
var scu_imgdel = "2000";
var scu_imgfade = 0.50;
var scu_iterations = 20;

//over image options
//0 off 1 left 2 left 10 fade only
var scu_mode = 1;
var scu_spd = "normal";
var scu_oif = 0.90;
var scu_oil = 10;
var scu_oit = 100;
var scu_padding = 10;
var scu_oiw = 225;
var scu_oih = 0;
var scu_oiround = "1";
var scu_textw = 225 - scu_padding - scu_padding;
var scu_oic = "#ffffff";

//change bg color
var scu_bgcolorh = "#dddddd";
var scu_bgcolor = "#ffffff";




var scu_zindex = "10000";




//set start jquery ------------------------------------------------------


//EFFECT MODE INIT ---
//if (scu_mode > 0){
//set left, top fot text & bg
$(".scu-imgtext.scu-layout1").css("left",scu_oil + scu_padding);
$(".scu-imgtext.scu-layout1").css("top",scu_oit + scu_padding);
$(".scu-imgbg.scu-layout1").css("left",scu_oil);
$(".scu-imgbg.scu-layout1").css("top",scu_oit);
//set the widths
$(".scu-imgtext.scu-layout1").css("width",scu_textw);
$(".scu-imgbg.scu-layout1").css("width",scu_oiw);
 
//ICON INIT ---
//off
if (scu_icon == 0){
$(".scu-icon.scu-layout1").hide();
}
//on
if (scu_icon == 1){
$(".scu-icon.scu-layout1").show();
}
//on when hover
if (scu_icon == 2){
$(".scu-icon.scu-layout1").show();
$(".scu-icon.scu-layout1").css("opacity",0);
}


//IMG EFF 2 ---
if (scu_imgeff == 2){
//hide imgb
//$(".scu-imgb.scu-layout1").hide();
}

  
//ALL IMG EFFECTS make imgb invisible
$(".scu-imgb.scu-layout1").css("opacity",0);














//MOUSE OVER EFFECTS ------------------------------------------------------
$(".scu-jq.scu-layout1").mouseover(function(){

//GET THE INDEX ---
var scu_index = -1;
var scu_i=0;
while (scu_i<=100 && scu_index == -1)
{
if( $(this).is(".scu-" + scu_i))
{
scu_index = scu_i;
}
scu_i ++;
}



  
if (scu_index != scu_indexo && scu_index > 0){

//$(".scu-info").html(scu_oil);


//CLOSE ----------------------------------------------------------------------------------




//MODE 1 --- 
if (scu_mode == 1){
$(".scu-imgbg" + scu_indexo).hide();
$(".scu-imgtext" + scu_indexo).hide();
$(".scu-imgbg" + scu_indexo).css("opacity",0);
$(".scu-imgtext" + scu_indexo).css("opacity",0);
}

//MODE 2 ---
if (scu_mode == 2){
$(".scu-imgbg" + scu_indexo).hide();
$(".scu-imgtext" + scu_indexo).hide();
$(".scu-imgbg" + scu_indexo).css("opacity",0);
$(".scu-imgtext" + scu_indexo).css("opacity",0);
//hide with delay wont work
}


//BACKGROUND COLOR CHANGE
if (scu_bgcolorh != ""){
$(".scu-background0-" + scu_indexo).css("backgroundColor", scu_bgcolor);
}

//IMG EFF 2 SWAP IMG WHEN HOVER ---
if (scu_imgeff == 2){
//hide imgb
$(".scu-imgb" + scu_indexo).animate({opacity:0},scu_spd);
}

//IMG EFF 3 HOVER FADE ---
if (scu_imgeff == 3){
if (scu_imgfade < 1){
$(".scu-img" + scu_indexo).animate({opacity:1},scu_spd);
}
}

//BACKGROUND COLOR CHANGE
if (scu_bgcolorh != ""){
$(".scu-background0-" + scu_indexo).css("backgroundColor", scu_bgcolor);
}

//ICON ---
if (scu_icon == 2){
$(".scu-icon" + scu_indexo).animate({opacity:0},scu_spd);
$(".scu-icon" + scu_indexo).hide();
}


scu_indexo = scu_index;

//OPEN ----------------------------------------------


  
//BACKGROUND COLOR CHANGE
if (scu_bgcolorh != ""){
//animate wont always work
$(".scu-background0-" + scu_index).css("backgroundColor", scu_bgcolorh);
}
 
//GET TEXT BG HEIGHT ---
var scu_texthb = $(".scu-imgtext" + scu_index).height();
var scu_texth = scu_texthb + 1;
var scu_bgh = scu_texth + scu_padding * 2;
//if height is set then override

//set a fixed height
if (scu_oih > 0){
var scu_texth = scu_oih - scu_padding - scu_padding;
var scu_bgh = scu_oih;
}


//MODE INIT ---
if (scu_mode > 0){
$(".scu-imgtext" + scu_index).css("height",scu_texth);
$(".scu-imgbg" + scu_index).css("opacity",scu_oif);
$(".scu-imgbg" + scu_index).css("background",scu_oic);
var scu_zindexb = scu_zindex + 1 * 2;
$(".scu-imgbg" + scu_index).css("z-index",scu_zindexb);
$(".scu-imgtext" + scu_index).css("z-index",scu_zindexb + 1);


if (scu_oiround == 0){
  $(".scu-imgbg" + scu_index).css("border-radius",0);
}
//$(".scu-imgbg" + scu_index).css("box-shadow",0);
$(".scu-imgbg" + scu_index).hide().show();
$(".scu-imgtext" + scu_index).hide().show();
}

//MODE 1 ---
if (scu_mode == 1){

//set start values
$(".scu-imgbg" + scu_index).css("width",0);
$(".scu-imgbg" + scu_index).css("height",scu_bgh);
//start animate
$(".scu-imgbg" + scu_index).animate({width:scu_oiw},scu_spd);
$(".scu-imgtext" + scu_index).delay(200).animate({opacity:1},scu_spd);
}

//MODE 2 ---
if (scu_mode == 2){
//set start values
$(".scu-imgbg" + scu_index).css("width",scu_oiw);
$(".scu-imgbg" + scu_index).css("height",0);
//start animate
$(".scu-imgbg" + scu_index).animate({height:scu_bgh},scu_spd);
$(".scu-imgtext" + scu_index).delay(200).animate({opacity:1},scu_spd);
}


//IMG EFF SWAP IMG WHEN HOVER ---
if (scu_imgeff == 2){
//show imgb
$(".scu-imgb" + scu_index).show();
$(".scu-imgb" + scu_index).animate({opacity:1},scu_spd);
}

//IMG EFF HOVER FADE ---
if (scu_imgeff == 3){
if (scu_imgfade < 1){
$(".scu-img" + scu_index).animate({opacity: scu_imgfade},scu_spd);
}
}

//ICON ---
if (scu_icon == 2){
$(".scu-icon" + scu_index).show();
$(".scu-icon" + scu_index).animate({opacity:1},scu_spd);
}



}
});
 
 



//MOUSE LEAVE -------------------------------------------------------------
$(".scu-jq.scu-layout1").mouseleave(function(){

//GET THE INDEX ---
var scu_index = -1;
var scu_i=0;
while (scu_i<=100 && scu_index == -1)
{
if( $(this).is(".scu-" + scu_i))
{
scu_index = scu_i;
}
scu_i ++;
}


//scu_indexo = -1;



});




        
//IMG EFF 1 AUTO SWAP IMAGE ---
if (scu_imgeff == 1){
for (scu_i=0;scu_i<=scu_iterations;scu_i++)
{
$(".scu-imgb.scu-layout1").delay(scu_imgdel).animate({opacity:1},scu_spd);
$(".scu-imgb.scu-layout1").delay(scu_imgdel).animate({opacity:0},scu_spd);
}}
});





});
</script><div style="display:table !important; width:100% !important;"  class="scu-clear scu-20 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-20 scu-20 scu-layout1"  style="display:table-cell !important;"  ><div style="display:table !important; width:100% !important;"  class="scu-vpostspace1 scu-1 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-1 scu-1 scu-layout1"  style="display:table-cell !important;width:100% !important;"  ><a class="scu-title-layout1 scu-title-layout1-1 scu-1 scu-layout1 scu-jq" style="font-size:20px !important;font-weight:bold !important;"  href="http://misplacednews.com/has-christianity-been-outlawed-in-the-us-army/">Has Christianity Been Outlawed in the US Army? </a><div class="scu-elementspace"></div><div style="display:table !important; width:100px !important;"  class="scu-embed-left scu-1 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-1 scu-1 scu-layout1"  style="display:table-cell !important;width:100px !important;"  ><div class="scu-clear"><a class="scu-1 scu-layout1 scu-jq" href="http://misplacednews.com/has-christianity-been-outlawed-in-the-us-army/" ><img class="scu-img scu-img1 scu-1 scu-layout1 scu-jq" src="http://misplacednews.com/wp-content/uploads/2013/05/american-thinker-150x150.gif"  style="width:100px !important;height:100px !important;"></a></div></div></div></tbody></div><div class="scu-excerpt-layout1 scu-excerpt-layout1-1 scu-1 scu-layout1 scu-jq"  style="font-size:14px !important;font-weight:normal !important;"  >Has Christianity Been Outlawed in the US Army?
By Paul Austin Murphy

Barack Obama's administration has just released a statement stating that any American soldier who openly professes his Christianity can now be subject of a court-martial and may even face imprisonment and a dishonorable dischar... <a class="scu-readmore"   href="http://misplacednews.com/has-christianity-been-outlawed-in-the-us-army/">Read more</a></div></div></div></tbody></div><div style="display:table !important; width:100% !important;"  class="scu-vpostspace1 scu-3 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-3 scu-3 scu-layout1"  style="display:table-cell !important;width:100% !important;"  ><a class="scu-title-layout1 scu-title-layout1-3 scu-3 scu-layout1 scu-jq" style="font-size:20px !important;font-weight:bold !important;"  href="http://misplacednews.com/10000-americans-did-not-die-for-america-to-roll-out-the-red-carpet-for-jihadi-terrorists/">10,000 Americans Did Not Die for America to Roll Out the Red Carpet for Jihadi Terrorists</a><div class="scu-elementspace"></div><div class="scu-excerpt-layout1 scu-excerpt-layout1-3 scu-3 scu-layout1 scu-jq"  style="font-size:14px !important;font-weight:normal !important;"  >
10,000 Americans Did Not Die for America to Roll Out the Red Carpet for Jihadi Terrorists (via http://dcclothesline.com)
What in the hell is going on? I am getting sick of the press dancing around this issue so today I am going to tell it like I see it. You can call me a bigot or intolerant if yo... <a class="scu-readmore"   href="http://misplacednews.com/10000-americans-did-not-die-for-america-to-roll-out-the-red-carpet-for-jihadi-terrorists/">Read more</a></div></div></div></tbody></div><div style="display:table !important; width:100% !important;"  class="scu-vpostspace1 scu-5 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-5 scu-5 scu-layout1"  style="display:table-cell !important;width:100% !important;"  ><a class="scu-title-layout1 scu-title-layout1-5 scu-5 scu-layout1 scu-jq" style="font-size:20px !important;font-weight:bold !important;"  href="http://misplacednews.com/media-overkill-and-official-obfuscation/">Media Overkill and Official Obfuscation</a><div class="scu-elementspace"></div><div class="scu-excerpt-layout1 scu-excerpt-layout1-5 scu-5 scu-layout1 scu-jq"  style="font-size:14px !important;font-weight:normal !important;"  >


Media Overkill and Official Obfuscation (via Tom O'Halloran)
By Alan Caruba The Boston Marathon bombing was, by any measure, a major news story. It occurred on Monday, April 15. In the days that followed, Americans were surely interested in the effort to find and arrest the two brothers, Tame... <a class="scu-readmore"   href="http://misplacednews.com/media-overkill-and-official-obfuscation/">Read more</a></div></div></div></tbody></div><div style="display:table !important; width:100% !important;"  class="scu-vpostspace1 scu-7 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-7 scu-7 scu-layout1"  style="display:table-cell !important;width:100% !important;"  ><a class="scu-title-layout1 scu-title-layout1-7 scu-7 scu-layout1 scu-jq" style="font-size:20px !important;font-weight:bold !important;"  href="http://misplacednews.com/benghazigate-congressional-report-obama-inc-lied-about-video-hillary-knew-about-inadequate-security/">Benghazigate Congressional Report: Obama Inc. Lied About Video, Hillary Knew About Inadequate Security</a><div class="scu-elementspace"></div><div style="display:table !important; width:100px !important;"  class="scu-embed-left scu-7 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-7 scu-7 scu-layout1"  style="display:table-cell !important;width:100px !important;"  ><div class="scu-clear"><a class="scu-7 scu-layout1 scu-jq" href="http://misplacednews.com/benghazigate-congressional-report-obama-inc-lied-about-video-hillary-knew-about-inadequate-security/" ><img class="scu-img scu-img7 scu-7 scu-layout1 scu-jq" src="http://misplacednews.com/wp-content/uploads/2013/04/hillary-2016-button-150x150.jpg"  style="width:100px !important;height:100px !important;"></a></div></div></div></tbody></div><div class="scu-excerpt-layout1 scu-excerpt-layout1-7 scu-7 scu-layout1 scu-jq"  style="font-size:14px !important;font-weight:normal !important;"  >Benghazigate Congressional Report: Obama Inc. Lied About Video, Hillary Knew About Inadequate Security
By Daniel Greenfield

The response of Obama Inc. and its defenders to the Benghazi attack has generally been some variation of, “Who could have known?”, “We didn’t know” and “How cou... <a class="scu-readmore"   href="http://misplacednews.com/benghazigate-congressional-report-obama-inc-lied-about-video-hillary-knew-about-inadequate-security/">Read more</a></div></div></div></tbody></div><div style="display:table !important; width:100% !important;"  class="scu-vpostspace1 scu-9 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-9 scu-9 scu-layout1"  style="display:table-cell !important;width:100% !important;"  ><a class="scu-title-layout1 scu-title-layout1-9 scu-9 scu-layout1 scu-jq" style="font-size:20px !important;font-weight:bold !important;"  href="http://misplacednews.com/know-thine-enemy-how-muslims-enter-to-destroy/">KNOW THINE ENEMY: HOW MUSLIMS ENTER TO DESTROY</a><div class="scu-elementspace"></div><div style="display:table !important; width:100px !important;"  class="scu-embed-left scu-9 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-9 scu-9 scu-layout1"  style="display:table-cell !important;width:100px !important;"  ><div class="scu-clear"><a class="scu-9 scu-layout1 scu-jq" href="http://misplacednews.com/know-thine-enemy-how-muslims-enter-to-destroy/" ><img class="scu-img scu-img9 scu-9 scu-layout1 scu-jq" src="http://misplacednews.com/wp-content/uploads/2013/04/islam-is-islam-150x150.jpg"  style="width:100px !important;height:100px !important;"></a></div></div></div></tbody></div><div class="scu-excerpt-layout1 scu-excerpt-layout1-9 scu-9 scu-layout1 scu-jq"  style="font-size:14px !important;font-weight:normal !important;"  >KNOW THINE ENEMY: HOW MUSLIMS ENTER TO DESTROY
Here's how Islam works:


Islam is not a religion, nor is it a cult. In it's fullest form, it is a complete, total, 100% system of life. Islam has religious, legal, political, economic, social, and military components. The religious component is a b... <a class="scu-readmore"   href="http://misplacednews.com/know-thine-enemy-how-muslims-enter-to-destroy/">Read more</a></div></div></div></tbody></div><div style="display:table !important; width:100% !important;"  class="scu-vpostspace1 scu-11 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-11 scu-11 scu-layout1"  style="display:table-cell !important;width:100% !important;"  ><a class="scu-title-layout1 scu-title-layout1-11 scu-11 scu-layout1 scu-jq" style="font-size:20px !important;font-weight:bold !important;"  href="http://misplacednews.com/boston-tried-a-police-state-and-it-failed/">Boston Tried a Police State and it Failed</a><div class="scu-elementspace"></div><div style="display:table !important; width:100px !important;"  class="scu-embed-left scu-11 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-11 scu-11 scu-layout1"  style="display:table-cell !important;width:100px !important;"  ><div class="scu-clear"><a class="scu-11 scu-layout1 scu-jq" href="http://misplacednews.com/boston-tried-a-police-state-and-it-failed/" ><img class="scu-img scu-img11 scu-11 scu-layout1 scu-jq" src="http://misplacednews.com/wp-content/uploads/2013/04/boston-strong-150x150.jpg"  style="width:100px !important;height:100px !important;"></a></div></div></div></tbody></div><div class="scu-excerpt-layout1 scu-excerpt-layout1-11 scu-11 scu-layout1 scu-jq"  style="font-size:14px !important;font-weight:normal !important;"  >Boston Tried a Police State and it Failed
By George Donnelly

Yesterday a major US city – perhaps as many as 1 million people – was put under martial law. Business and universities were closed. Public transit and Amtrak were padlocked. Paramilitary cops from multiple states rolled down Bost... <a class="scu-readmore"   href="http://misplacednews.com/boston-tried-a-police-state-and-it-failed/">Read more</a></div></div></div></tbody></div><div style="display:table !important; width:100% !important;"  class="scu-vpostspace1 scu-13 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-13 scu-13 scu-layout1"  style="display:table-cell !important;width:100% !important;"  ><a class="scu-title-layout1 scu-title-layout1-13 scu-13 scu-layout1 scu-jq" style="font-size:20px !important;font-weight:bold !important;"  href="http://misplacednews.com/why-does-evil-make-liberals-stupid/">WHY DOES EVIL MAKE LIBERALS STUPID?</a><div class="scu-elementspace"></div><div style="display:table !important; width:100px !important;"  class="scu-embed-left scu-13 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-13 scu-13 scu-layout1"  style="display:table-cell !important;width:100px !important;"  ><div class="scu-clear"><a class="scu-13 scu-layout1 scu-jq" href="http://misplacednews.com/why-does-evil-make-liberals-stupid/" ><img class="scu-img scu-img13 scu-13 scu-layout1 scu-jq" src="http://misplacednews.com/wp-content/uploads/2013/04/john-hinderaker-150x150.jpg"  style="width:100px !important;height:100px !important;"></a></div></div></div></tbody></div><div class="scu-excerpt-layout1 scu-excerpt-layout1-13 scu-13 scu-layout1 scu-jq"  style="font-size:14px !important;font-weight:normal !important;"  >WHY DOES EVIL MAKE LIBERALS STUPID?
BY John Hinderaker

In the aftermath of the Boston Marathon bombing, we are suffering through the inevitable period of liberal hand-wringing. Liberals can’t help themselves: while normal people are reviling the bombers, celebrating their capture or death, and... <a class="scu-readmore"   href="http://misplacednews.com/why-does-evil-make-liberals-stupid/">Read more</a></div></div></div></tbody></div><div style="display:table !important; width:100% !important;"  class="scu-vpostspace1 scu-15 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-15 scu-15 scu-layout1"  style="display:table-cell !important;width:100% !important;"  ><a class="scu-title-layout1 scu-title-layout1-15 scu-15 scu-layout1 scu-jq" style="font-size:20px !important;font-weight:bold !important;"  href="http://misplacednews.com/ignoring-terrorism-is-not-the-answer/">Ignoring Terrorism Is Not the Answer</a><div class="scu-elementspace"></div><div style="display:table !important; width:100px !important;"  class="scu-embed-left scu-15 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-15 scu-15 scu-layout1"  style="display:table-cell !important;width:100px !important;"  ><div class="scu-clear"><a class="scu-15 scu-layout1 scu-jq" href="http://misplacednews.com/ignoring-terrorism-is-not-the-answer/" ><img class="scu-img scu-img15 scu-15 scu-layout1 scu-jq" src="http://misplacednews.com/wp-content/uploads/2013/04/boston-marathon-bombing-social-media_66309_600x450-450x306-150x150.jpg"  style="width:100px !important;height:100px !important;"></a></div></div></div></tbody></div><div class="scu-excerpt-layout1 scu-excerpt-layout1-15 scu-15 scu-layout1 scu-jq"  style="font-size:14px !important;font-weight:normal !important;"  >Ignoring Terrorism Is Not the Answer
By Daniel Greenfield

The day before the Marathon Massacre, the New York Times had scored plaudits for running an op-ed by one of Osama bin Laden’s bodyguards complaining about his hard life in Guantanamo Bay.

On April 14th, the paper of broken record pai... <a class="scu-readmore"   href="http://misplacednews.com/ignoring-terrorism-is-not-the-answer/">Read more</a></div></div></div></tbody></div><div style="display:table !important; width:100% !important;"  class="scu-vpostspace1 scu-17 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-17 scu-17 scu-layout1"  style="display:table-cell !important;width:100% !important;"  ><a class="scu-title-layout1 scu-title-layout1-17 scu-17 scu-layout1 scu-jq" style="font-size:20px !important;font-weight:bold !important;"  href="http://misplacednews.com/state-run-liberal-propaganda-media-blames-right-wing-extremists-for-boston-marathon-bombing/">State-Run Liberal Propaganda Media Blames “Right-Wing Extremists” For Boston Marathon Bombing.</a><div class="scu-elementspace"></div><div class="scu-excerpt-layout1 scu-excerpt-layout1-17 scu-17 scu-layout1 scu-jq"  style="font-size:14px !important;font-weight:normal !important;"  >
State-Run Liberal Propaganda Media Blames “Right-Wing Extremists” For Boston Marathon Bombing. I Blame Obama. (via http://dcclothesline.com)
As events surrounding the Boston Marathon bombing unfold, as details emerge in the onslaught of scrutiny from the media postmortem we’ll be inundated ... <a class="scu-readmore"   href="http://misplacednews.com/state-run-liberal-propaganda-media-blames-right-wing-extremists-for-boston-marathon-bombing/">Read more</a></div></div></div></tbody></div><div style="display:table !important; width:100% !important;"  class="scu-vpostspace1 scu-19 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-19 scu-19 scu-layout1"  style="display:table-cell !important;width:100% !important;"  ><a class="scu-title-layout1 scu-title-layout1-19 scu-19 scu-layout1 scu-jq" style="font-size:20px !important;font-weight:bold !important;"  href="http://misplacednews.com/the-battle-of-marathon/">The Battle of Marathon</a><div class="scu-elementspace"></div><div style="display:table !important; width:100px !important;"  class="scu-embed-left scu-19 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-19 scu-19 scu-layout1"  style="display:table-cell !important;width:100px !important;"  ><div class="scu-clear"><a class="scu-19 scu-layout1 scu-jq" href="http://misplacednews.com/the-battle-of-marathon/" ><img class="scu-img scu-img19 scu-19 scu-layout1 scu-jq" src="http://misplacednews.com/wp-content/uploads/2013/04/Irish-Joe3-150x150.jpg"  style="width:100px !important;height:100px !important;"></a></div></div></div></tbody></div><div class="scu-excerpt-layout1 scu-excerpt-layout1-19 scu-19 scu-layout1 scu-jq"  style="font-size:14px !important;font-weight:normal !important;"  >The Battle of Marathon
By Joe Harrison

I want to start this one out with a little history, all the way back to 490BC. Yes, even centuries ago, the Persian Empire was on a quest to conquer the world by whatever means necessary. They set their sights on the city state of Athens in Greece. The Pers... <a class="scu-readmore"   href="http://misplacednews.com/the-battle-of-marathon/">Read more</a></div></div></div></tbody></div></div><div  class="scu-hpostspace scu-hpostspace-20 scu-20 scu-layout1"  style="display:table-cell !important;"  ></div><div  class="scu-clear scu-clear-20 scu-20 scu-layout1"  style="display:table-cell !important;"  ><div style="display:table !important; width:100% !important;"  class="scu-vpostspace1 scu-2 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-2 scu-2 scu-layout1"  style="display:table-cell !important;width:100% !important;"  ><a class="scu-title-layout1 scu-title-layout1-2 scu-2 scu-layout1 scu-jq" style="font-size:20px !important;font-weight:bold !important;"  href="http://misplacednews.com/obama-administration-and-the-trifecta-of-scandal/">Obama Administration and The Trifecta of Scandal</a><div class="scu-elementspace"></div><div class="scu-excerpt-layout1 scu-excerpt-layout1-2 scu-2 scu-layout1 scu-jq"  style="font-size:14px !important;font-weight:normal !important;"  > <a class="scu-readmore"   href="http://misplacednews.com/obama-administration-and-the-trifecta-of-scandal/">Read more</a></div></div></div></tbody></div><div style="display:table !important; width:100% !important;"  class="scu-vpostspace1 scu-4 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-4 scu-4 scu-layout1"  style="display:table-cell !important;width:100% !important;"  ><a class="scu-title-layout1 scu-title-layout1-4 scu-4 scu-layout1 scu-jq" style="font-size:20px !important;font-weight:bold !important;"  href="http://misplacednews.com/bush-v-obama/">Bush v. Obama</a><div class="scu-elementspace"></div><div style="display:table !important; width:100px !important;"  class="scu-embed-left scu-4 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-4 scu-4 scu-layout1"  style="display:table-cell !important;width:100px !important;"  ><div class="scu-clear"><a class="scu-4 scu-layout1 scu-jq" href="http://misplacednews.com/bush-v-obama/" ><img class="scu-img scu-img4 scu-4 scu-layout1 scu-jq" src="http://misplacednews.com/wp-content/uploads/2013/04/Bush-Library-150x150.jpg"  style="width:100px !important;height:100px !important;"></a></div></div></div></tbody></div><div class="scu-excerpt-layout1 scu-excerpt-layout1-4 scu-4 scu-layout1 scu-jq"  style="font-size:14px !important;font-weight:normal !important;"  >Bush v. Obama
A study in contrasts
By FRED BARNES



President Obama is not known for his graciousness. But the occasion—the dedication of the George W. Bush Presidential Library and Museum—called for kind words about his predecessor in the White House. So he said that if immigration refor... <a class="scu-readmore"   href="http://misplacednews.com/bush-v-obama/">Read more</a></div></div></div></tbody></div><div style="display:table !important; width:100% !important;"  class="scu-vpostspace1 scu-6 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-6 scu-6 scu-layout1"  style="display:table-cell !important;width:100% !important;"  ><a class="scu-title-layout1 scu-title-layout1-6 scu-6 scu-layout1 scu-jq" style="font-size:20px !important;font-weight:bold !important;"  href="http://misplacednews.com/unclaimed-vietnam-veteran-tells-story-in-new-film-after-being-left-behind-for-44-years/">“Unclaimed” Vietnam Veteran Tells Story In New Film After Being Left Behind For 44 Years</a><div class="scu-elementspace"></div><div class="scu-excerpt-layout1 scu-excerpt-layout1-6 scu-6 scu-layout1 scu-jq"  style="font-size:14px !important;font-weight:normal !important;"  >
“Unclaimed” Vietnam Veteran Tells Story In New Film After Being Left Behind For 44 Years (via http://dcclothesline.com)
Many of our brave men and women in uniform carry a motto that they will not leave a man behind. Sadly, in many instances that happens and it’s not because that is what tho... <a class="scu-readmore"   href="http://misplacednews.com/unclaimed-vietnam-veteran-tells-story-in-new-film-after-being-left-behind-for-44-years/">Read more</a></div></div></div></tbody></div><div style="display:table !important; width:100% !important;"  class="scu-vpostspace1 scu-8 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-8 scu-8 scu-layout1"  style="display:table-cell !important;width:100% !important;"  ><a class="scu-title-layout1 scu-title-layout1-8 scu-8 scu-layout1 scu-jq" style="font-size:20px !important;font-weight:bold !important;"  href="http://misplacednews.com/if-sandy-hook-was-about-gun-control-the-boston-marathon-bombing-should-be-about-immigration-reform/">If Sandy Hook was about gun control the Boston Marathon bombing should be about immigration reform</a><div class="scu-elementspace"></div><div style="display:table !important; width:100px !important;"  class="scu-embed-left scu-8 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-8 scu-8 scu-layout1"  style="display:table-cell !important;width:100px !important;"  ><div class="scu-clear"><a class="scu-8 scu-layout1 scu-jq" href="http://misplacednews.com/if-sandy-hook-was-about-gun-control-the-boston-marathon-bombing-should-be-about-immigration-reform/" ><img class="scu-img scu-img8 scu-8 scu-layout1 scu-jq" src="http://misplacednews.com/wp-content/uploads/2013/04/immigration-reform-300x200-150x150.jpg"  style="width:100px !important;height:100px !important;"></a></div></div></div></tbody></div><div class="scu-excerpt-layout1 scu-excerpt-layout1-8 scu-8 scu-layout1 scu-jq"  style="font-size:14px !important;font-weight:normal !important;"  >If Sandy Hook was about gun control the Boston Marathon bombing should be about immigration reform
By Steve Dennis

In the aftermath of the Sandy Hook massacre Barack Obama and the Democrats decided to use the attack to push the gun control legislation which eventually failed in the Senate last w... <a class="scu-readmore"   href="http://misplacednews.com/if-sandy-hook-was-about-gun-control-the-boston-marathon-bombing-should-be-about-immigration-reform/">Read more</a></div></div></div></tbody></div><div style="display:table !important; width:100% !important;"  class="scu-vpostspace1 scu-10 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-10 scu-10 scu-layout1"  style="display:table-cell !important;width:100% !important;"  ><a class="scu-title-layout1 scu-title-layout1-10 scu-10 scu-layout1 scu-jq" style="font-size:20px !important;font-weight:bold !important;"  href="http://misplacednews.com/the-false-choice-in-europe-between-austerity-and-growth/">The False Choice in Europe Between Austerity and Growth </a><div class="scu-elementspace"></div><div style="display:table !important; width:100px !important;"  class="scu-embed-left scu-10 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-10 scu-10 scu-layout1"  style="display:table-cell !important;width:100px !important;"  ><div class="scu-clear"><a class="scu-10 scu-layout1 scu-jq" href="http://misplacednews.com/the-false-choice-in-europe-between-austerity-and-growth/" ><img class="scu-img scu-img10 scu-10 scu-layout1 scu-jq" src="http://misplacednews.com/wp-content/uploads/2013/04/Patrick-baroon-150x150.jpg"  style="width:100px !important;height:100px !important;"></a></div></div></div></tbody></div><div class="scu-excerpt-layout1 scu-excerpt-layout1-10 scu-10 scu-layout1 scu-jq"  style="font-size:14px !important;font-weight:normal !important;"  >The False Choice in Europe Between Austerity and Growth
by Patrick Barron

The debate in Europe over what policies the debt ridden countries should pursue is being falsely constructed as a choice between austerity and growth.  Not only is there another, more appropriate alternative, but these tw... <a class="scu-readmore"   href="http://misplacednews.com/the-false-choice-in-europe-between-austerity-and-growth/">Read more</a></div></div></div></tbody></div><div style="display:table !important; width:100% !important;"  class="scu-vpostspace1 scu-12 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-12 scu-12 scu-layout1"  style="display:table-cell !important;width:100% !important;"  ><a class="scu-title-layout1 scu-title-layout1-12 scu-12 scu-layout1 scu-jq" style="font-size:20px !important;font-weight:bold !important;"  href="http://misplacednews.com/police-told-to-choose-gun-control-or-constitution/">Police told to choose: Gun control or Constitution</a><div class="scu-elementspace"></div><div style="display:table !important; width:100px !important;"  class="scu-embed-left scu-12 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-12 scu-12 scu-layout1"  style="display:table-cell !important;width:100px !important;"  ><div class="scu-clear"><a class="scu-12 scu-layout1 scu-jq" href="http://misplacednews.com/police-told-to-choose-gun-control-or-constitution/" ><img class="scu-img scu-img12 scu-12 scu-layout1 scu-jq" src="http://misplacednews.com/wp-content/uploads/2013/04/troops-training-150x150.gif"  style="width:100px !important;height:100px !important;"></a></div></div></div></tbody></div><div class="scu-excerpt-layout1 scu-excerpt-layout1-12 scu-12 scu-layout1 scu-jq"  style="font-size:14px !important;font-weight:normal !important;"  >Police told to choose: Gun control or Constitution
(Prison Planet) – 2009 Nobel Peace Prize nominee Jim Garrow shockingly claims he was told by a top military veteran that the Obama administration’s “litmus test” for new military leaders is whether or not they will obey an order to fire on ... <a class="scu-readmore"   href="http://misplacednews.com/police-told-to-choose-gun-control-or-constitution/">Read more</a></div></div></div></tbody></div><div style="display:table !important; width:100% !important;"  class="scu-vpostspace1 scu-14 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-14 scu-14 scu-layout1"  style="display:table-cell !important;width:100% !important;"  ><a class="scu-title-layout1 scu-title-layout1-14 scu-14 scu-layout1 scu-jq" style="font-size:20px !important;font-weight:bold !important;"  href="http://misplacednews.com/rand-paul-hammers-kerry-with-250-million-dollar-question-of-aid-to-egypt/">Rand Paul Hammers Kerry with 250 Million Dollar Question of Aid to Egypt </a><div class="scu-elementspace"></div><div class="scu-excerpt-layout1 scu-excerpt-layout1-14 scu-14 scu-layout1 scu-jq"  style="font-size:14px !important;font-weight:normal !important;"  >
Rand Paul Hammers Kerry with 250 Million Dollar Question of Aid to Egypt (via http://dcclothesline.com)
“Has some money been stolen? Absolutely.” – John Kerry, Secretary of State On Thursday, during a Senate Foreign Relations Committee hearing, Senator Rand Paul asked the $250 Million Dolla... <a class="scu-readmore"   href="http://misplacednews.com/rand-paul-hammers-kerry-with-250-million-dollar-question-of-aid-to-egypt/">Read more</a></div></div></div></tbody></div><div style="display:table !important; width:100% !important;"  class="scu-vpostspace1 scu-16 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-16 scu-16 scu-layout1"  style="display:table-cell !important;width:100% !important;"  ><a class="scu-title-layout1 scu-title-layout1-16 scu-16 scu-layout1 scu-jq" style="font-size:20px !important;font-weight:bold !important;"  href="http://misplacednews.com/obama-lambasts-senate-gun-vote-as-shameful-day/">Obama lambasts Senate gun vote as 'shameful day'</a><div class="scu-elementspace"></div><div style="display:table !important; width:100px !important;"  class="scu-embed-left scu-16 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-16 scu-16 scu-layout1"  style="display:table-cell !important;width:100px !important;"  ><div class="scu-clear"><a class="scu-16 scu-layout1 scu-jq" href="http://misplacednews.com/obama-lambasts-senate-gun-vote-as-shameful-day/" ><img class="scu-img scu-img16 scu-16 scu-layout1 scu-jq" src="http://misplacednews.com/wp-content/uploads/2013/04/shamefull-gun-control-150x150.jpg"  style="width:100px !important;height:100px !important;"></a></div></div></div></tbody></div><div class="scu-excerpt-layout1 scu-excerpt-layout1-16 scu-16 scu-layout1 scu-jq"  style="font-size:14px !important;font-weight:normal !important;"  >Obama lambasts Senate gun vote as 'shameful day'
By NEDRA PICKLER



WASHINGTON (AP) — A visibly infuriated President Barack Obama surrounded himself with tear-stained parents of Connecticut school shooting victims Wednesday and declared it a "pretty shameful day for Washington" after the Sen... <a class="scu-readmore"   href="http://misplacednews.com/obama-lambasts-senate-gun-vote-as-shameful-day/">Read more</a></div></div></div></tbody></div><div style="display:table !important; width:100% !important;"  class="scu-vpostspace1 scu-18 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-18 scu-18 scu-layout1"  style="display:table-cell !important;width:100% !important;"  ><a class="scu-title-layout1 scu-title-layout1-18 scu-18 scu-layout1 scu-jq" style="font-size:20px !important;font-weight:bold !important;"  href="http://misplacednews.com/when-work-is-punished-the-tragedy-of-americas-welfare-state/">When Work Is Punished: The Tragedy Of America's Welfare State</a><div class="scu-elementspace"></div><div style="display:table !important; width:100px !important;"  class="scu-embed-left scu-18 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-18 scu-18 scu-layout1"  style="display:table-cell !important;width:100px !important;"  ><div class="scu-clear"><a class="scu-18 scu-layout1 scu-jq" href="http://misplacednews.com/when-work-is-punished-the-tragedy-of-americas-welfare-state/" ><img class="scu-img scu-img18 scu-18 scu-layout1 scu-jq" src="http://misplacednews.com/wp-content/uploads/2012/12/Welfare-mom-relaxing-150x150.jpg"  style="width:100px !important;height:100px !important;"></a><a class="scu-18 scu-layout1 scu-jq" href="http://misplacednews.com/when-work-is-punished-the-tragedy-of-americas-welfare-state/" ><img class="c scu-imgb scu-imgb18 scu-18 scu-layout1 scu-jq" src="http://misplacednews.com/wp-content/uploads/2012/12/Welfares-Failure-Solution-150x150.jpg"    style="width:100px !important;height:100px !important;"></a></div></div></div></tbody></div><div class="scu-excerpt-layout1 scu-excerpt-layout1-18 scu-18 scu-layout1 scu-jq"  style="font-size:14px !important;font-weight:normal !important;"  >
When Work Is Punished: The Tragedy Of America's Welfare State:
For single moms, welfare more lucrative than work
by: Tyler Durden


Exactly two years ago, some of the more politically biased progressive media outlets (who are quite adept at creating and taking down their own strawmen argument... <a class="scu-readmore"   href="http://misplacednews.com/when-work-is-punished-the-tragedy-of-americas-welfare-state/">Read more</a></div></div></div></tbody></div><div style="display:table !important; width:100% !important;"  class="scu-vpostspace1 scu-20 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-20 scu-20 scu-layout1"  style="display:table-cell !important;width:100% !important;"  ><a class="scu-title-layout1 scu-title-layout1-20 scu-20 scu-layout1 scu-jq" style="font-size:20px !important;font-weight:bold !important;"  href="http://misplacednews.com/official-story-unraveling-for-boston-marathon-bombing-clear-evidence-points-to-bomb-squads-prior-knowledge/">Official story unraveling for Boston marathon bombing; clear evidence points to bomb squad's prior knowledge</a><div class="scu-elementspace"></div><div style="display:table !important; width:100px !important;"  class="scu-embed-left scu-20 scu-layout1" ><tbody class="scu-clear"><div style="display:table-row !important; "  class="scu-clear"  ><div  class="scu-clear scu-clear-20 scu-20 scu-layout1"  style="display:table-cell !important;width:100px !important;"  ><div class="scu-clear"><a class="scu-20 scu-layout1 scu-jq" href="http://misplacednews.com/official-story-unraveling-for-boston-marathon-bombing-clear-evidence-points-to-bomb-squads-prior-knowledge/" ><img class="scu-img scu-img20 scu-20 scu-layout1 scu-jq" src="http://misplacednews.com/wp-content/uploads/2013/04/Boston-Marathon-Explosion-Smoke-150x150.jpg"  style="width:100px !important;height:100px !important;"></a></div></div></div></tbody></div><div class="scu-excerpt-layout1 scu-excerpt-layout1-20 scu-20 scu-layout1 scu-jq"  style="font-size:14px !important;font-weight:normal !important;"  >Official story unraveling for Boston marathon bombing; clear evidence points to bomb squad's prior knowledge
by Mike Adams,

(NaturalNews) It's now becoming clear that members of the Boston bomb squad had advanced notice of the horrific bombing that took place at the marathon today. As an eyewitn... <a class="scu-readmore"   href="http://misplacednews.com/official-story-unraveling-for-boston-marathon-bombing-clear-evidence-points-to-bomb-squads-prior-knowledge/">Read more</a></div></div></div></tbody></div></div></div></tbody></div></div>
<p style="text-align: center;"><strong>A compilation of the most recent breaking Misplaced News stories.</strong></p>
<p style="text-align: center;"><em>Please Leave a reply below. I look forward to reading your comments.</em></p>
<p style="text-align: center;"><iframe style="border: none;" src="http://rcm.amazon.com/e/cm?t=mispla-20&amp;o=1&amp;p=26&amp;l=ur1&amp;category=software&amp;banner=0WF0HTFHEXTR7GY2C382&amp;f=ifr" height="60" width="468" frameborder="0" marginwidth="0" scrolling="no"></iframe></p>
<p><script type="text/javascript"></p>
<p>  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-39451844-1']);
  _gaq.push(['_trackPageview']);</p>
<p>  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();</p>
<p></script></p>]]></content:encoded>
			<wfw:commentRss>http://misplacednews.com/home-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Has Christianity Been Outlawed in the US Army?</title>
		<link>http://misplacednews.com/has-christianity-been-outlawed-in-the-us-army/</link>
		<comments>http://misplacednews.com/has-christianity-been-outlawed-in-the-us-army/#comments</comments>
		<pubDate>Sat, 18 May 2013 06:46:33 +0000</pubDate>
		<dc:creator>Stuart Spivey</dc:creator>
				<category><![CDATA[2nd Ammendment]]></category>
		<category><![CDATA[opinions]]></category>
		<category><![CDATA[Stuart's Post]]></category>

		<guid isPermaLink="false">http://misplacednews.com/?p=11366</guid>
		<description><![CDATA[Has Christianity Been Outlawed in the US Army? By Paul Austin Murphy Barack Obama&#8217;s administration has just released a statement stating that any American soldier who openly professes his Christianity can now be subject of a court-martial and may even [&#8230;] <a class="more-link" href="http://misplacednews.com/has-christianity-been-outlawed-in-the-us-army/">&#8595; Read the rest of this entry...</a>]]></description>
				<content:encoded><![CDATA[<h1>Has Christianity Been Outlawed in the US Army?</h1>
<p>By Paul Austin Murphy</p>
<p><a href="http://misplacednews.com/wp-content/uploads/2013/05/american-thinker.gif"><img class="alignleft size-full wp-image-11367" alt="american thinker" src="http://misplacednews.com/wp-content/uploads/2013/05/american-thinker.gif" width="175" height="222" /></a><span style="font-family: times new roman, times;"><span style="font-size: medium;">Barack Obama&#8217;s administration has just released a statement stating that any American soldier who openly professes his Christianity can now be subject of a court-martial and may even face imprisonment and a dishonorable discharge. That apparently also applies to military chaplains in in the military.</span></span></p>
<p><span style="font-family: times new roman, times;"><span style="font-size: medium;">That statement was released to Fox News on the 6th of May:</span></span></p>
<blockquote><p><span style="font-family: times new roman, times;"><span style="font-size: medium;">Religious proselytization is not permitted within the Department of Defense&#8230; Court martials and non-judicial punishments are decided on a case-by-case basis.</span></span></p></blockquote>
<p><span style="font-family: times new roman, times;"><span style="font-size: medium;">Clearly, all this either stands or falls or what exactly is meant by &#8220;proselytization.&#8221; The Obama government realizes this. There has been specific talk about proselytization in terms of &#8220;coercion and the abuses of power to force religion on others&#8221;. Nevertheless, I doubt that this is really about literal coercion or abuses of power because American Muslims, both inside the army and activists on the outside, have been agitating for this policy.</span></span></p>
<p><span style="font-family: times new roman, times;"><span style="font-size: medium;">In other words, any talk of Christianity, any wearing of crucifixes in public, or even the holding of a Bible, will have been &#8212; and has been &#8212; deemed &#8220;coercion and an abuse of power&#8221; by Muslims both within the Army and outside. In fact, Muslims in Muslim/Islamic countries believe that any outward showing of Christianity, from the wearing of crucifixes to the very existence of churches, constitutes the &#8220;abuse&#8221; of Islam (or Muslims).</span></span><br />
continue reading at <a href="http://www.americanthinker.com/2013/05/has_christianity_been_outlawed_in_the_us_army.html?utm_source=twitterfeed&amp;utm_medium=facebook"> American Thinker</a></p>]]></content:encoded>
			<wfw:commentRss>http://misplacednews.com/has-christianity-been-outlawed-in-the-us-army/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Obama Administration and The Trifecta of Scandal</title>
		<link>http://misplacednews.com/obama-administration-and-the-trifecta-of-scandal/</link>
		<comments>http://misplacednews.com/obama-administration-and-the-trifecta-of-scandal/#comments</comments>
		<pubDate>Sat, 18 May 2013 05:26:57 +0000</pubDate>
		<dc:creator>Stuart Spivey</dc:creator>
				<category><![CDATA[Stuart's Post]]></category>

		<guid isPermaLink="false">http://misplacednews.com/?p=11362</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<!--rpuEmbedStart--><script src="http://1.rp-api.com/rjs/repost-article.js" type="text/javascript"></script><div class="rpuArticle rpuRepost-f88f38b9fef83890d9f2a9b8521ff7b7-top rpuJump-4" style="margin:0;padding:0;"><a href="http://s.tt/1FzP9" class="rpuThumb" rel="norewrite"><img src="http://img.1.rp-api.com/thumb/5710885" style="float:left;margin-right:10px;" /></a>
<a href="http://s.tt/1FzP9" class="rpuTitle">Obama Administration and The Trifecta of Scandal</a> (via <a href="http://s.tt/1FzP9" class="rpuHost">http://www.thebrennerbrief.com</a>)</div><!--more--><div class="rpuArticle rpuRepostMain rpuRepost-f88f38b9fef83890d9f2a9b8521ff7b7-bottom" style="display:none;"></div><!--rpuEmbedEnd-->]]></content:encoded>
			<wfw:commentRss>http://misplacednews.com/obama-administration-and-the-trifecta-of-scandal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Salvation</title>
		<link>http://misplacednews.com/salvation/</link>
		<comments>http://misplacednews.com/salvation/#comments</comments>
		<pubDate>Mon, 29 Apr 2013 05:48:51 +0000</pubDate>
		<dc:creator>Stuart Spivey</dc:creator>
				<category><![CDATA[opinions]]></category>

		<guid isPermaLink="false">http://misplacednews.com/?p=11357</guid>
		<description><![CDATA[Salvation By Joe Harrison Today’s story is mainly directed at those of you who follow the Christian faith, no matter what denomination you choose however; that doesn’t mean that those who do not, will not enjoy the piece. First of [&#8230;] <a class="more-link" href="http://misplacednews.com/salvation/">&#8595; Read the rest of this entry...</a>]]></description>
				<content:encoded><![CDATA[<h1>Salvation</h1>
<p>By Joe Harrison</p>
<p><a href="http://misplacednews.com/wp-content/uploads/2013/04/Irish-Joe4.jpg"><img class="alignleft size-full wp-image-11358" alt="Irish Joe" src="http://misplacednews.com/wp-content/uploads/2013/04/Irish-Joe4.jpg" width="200" height="220" /></a>Today’s story is mainly directed at those of you who follow the Christian faith, no matter what denomination you choose however; that doesn’t mean that those who do not, will not enjoy the piece. First of all I want to make it clear that I have led a pretty rough life, I am far from being a pious man and I am certainly not qualified to preach to anyone, so instead, I am just going to share some of my thoughts with you. We all have the right to do that and you can take them however you wish. To make my point, I am going to have to share an old story that my father once told me, most of you have probably heard it before, but hopefully you will enjoy my telling.</p>
<p>There once was a very religious man, he was at church every time the doors were open and participated in every activity. He prayed every day and worked hard to live a Christian life.</p>
<p>The man lived very close to a large river and suddenly one day, he saw that a storm was approaching. He watched the TV news which told him that there was surely to be flooding in his area and to evacuate immediately. The man prayed to God to protect him but stayed in his home with his family. The next day, his neighbor knocked on his door, when the man answered, the neighbor said they were leaving the area and he should do the same. The man replied “No, I have prayed to God and he will protect me and deliver me from this flood.” The neighbor quickly left.</p>
<p>Well sure enough, the flooding began and the road was soon under water. As the man sat on his porch watching, a boat came down the road, the man in the boat urged our Christian friend to get his family and come with him, he got the same reply “No, I have prayed to God and he will protect me and deliver me from this flood.” So the man in the boat moved on.</p>
<p>Soon, the entire first floor of the mans house was underwater. As he watched from a second story window, two men in a larger boat pulled up and urged the man to get his family and come with them, again, they got the same reply “No, I have prayed to God and he will protect me and deliver me from this flood.” So the two men moved on to save other people.</p>
<p>Eventually, the only part of the house that was not under water was the roof, so the man gathered his family there. It was not long before a helicopter came along and saw them, they helicopter hovered above them and dropped a rope ladder. Through a loud speaker, the pilot urged the man to come with them; they would take them to safety. The man looked up and yelled the same reply “No, I have prayed to God and he will protect me and deliver me from this flood.” So the helicopter moved on to save others.</p>
<p>Tragically, the waters soon overtook the entire house, washed the man and his family away and drowned them all.</p>
<p>As the man faced God, he asked…”Why Lord did you let this terrible thing happen to me? Why did you allow this to happen to my family? I have been a good loyal Christian have I not? How could you do this to my children?</p>
<p>God shuffled his feet and looked back at the man and gave this reply.</p>
<p>“Yes you have been a good man and a good Christian, so I gave you warning that the flood was coming, yet you did nothing. You prayed for help so I sent you a boat, yet you did nothing. You continued to pray so I sent you a second boat, yet you did nothing. At the last moments I even sent you a helicopter, yet you did nothing. What exactly were you expecting of me?”</p>
<p>Now think of this in today’s terms and you were the victim of one of the terrorist bombings, one we have already had or one of the many that are coming. Perhaps even your children will be victims. I wonder what Gods reply will be when you face him and ask how he could let this happen.</p>
<p>Maybe it will go something like this:</p>
<p>I put you in a land where you were free to worship me in any fashion you chose, but you did nothing and allowed those rights to be taken away. I gave you the right to speak freely and keep my word alive but you were afraid to offend others so you did nothing. I gave you the rights and means to arm yourself and fight to keep my kingdom on earth alive, but you were afraid and did nothing. You sat back and allowed that kingdom to be destroyed so why would I allow you into my kingdom in Heaven? As I said earlier, I am far from being qualified to speak for God, or to even know if this would be his reaction, but I do think about it enough to know that I am not willing to take a chance on it.</p>
<p>I plan on making sure that I do everything I can to keep myself from having to answer this question. I believe that I would much rather be faced with having to answer for having taken the lives of those who strive to destroy the kingdom on earth.</p>
<p>What would you rather answer for?</p>
<p>Gods answer to what you are praying for could be you. This could be our very purpose for being here, now, during these times. Will you pray and act, or will you pray and do nothing?</p>
<p>I don’t think I have to tell what my answer is to that question.<br />
source <a href="http://irishjoeharrison.blogspot.com/"> Writings of Irish Joe Harrison</a></p>]]></content:encoded>
			<wfw:commentRss>http://misplacednews.com/salvation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10,000 Americans Did Not Die for America to Roll Out the Red Carpet for Jihadi Terrorists</title>
		<link>http://misplacednews.com/10000-americans-did-not-die-for-america-to-roll-out-the-red-carpet-for-jihadi-terrorists/</link>
		<comments>http://misplacednews.com/10000-americans-did-not-die-for-america-to-roll-out-the-red-carpet-for-jihadi-terrorists/#comments</comments>
		<pubDate>Mon, 29 Apr 2013 05:33:42 +0000</pubDate>
		<dc:creator>Stuart Spivey</dc:creator>
				<category><![CDATA[Creeping Sharia]]></category>
		<category><![CDATA[Stuart's Post]]></category>

		<guid isPermaLink="false">http://misplacednews.com/?p=11353</guid>
		<description><![CDATA[10,000 Americans Did Not Die for America to Roll Out the Red Carpet for Jihadi Terrorists (via http://dcclothesline.com) What in the hell is going on? I am getting sick of the press dancing around this issue so today I am [&#8230;] <a class="more-link" href="http://misplacednews.com/10000-americans-did-not-die-for-america-to-roll-out-the-red-carpet-for-jihadi-terrorists/">&#8595; Read the rest of this entry...</a>]]></description>
				<content:encoded><![CDATA[<div class="rpuEmbedCode">
<div class="rpuArticle rpuRepost-7721b3851fbafa513002dbd2838293f3-top" style="margin: 0; padding: 0;"><script type="text/javascript" src="https://1.rp-api.com/rjs/repost-article.js?3" data-cfasync="false"></script><a class="rpuThumb" href="http://s.tt/1EeHA" rel="norewrite"><img style="float: left; margin-right: 10px;" alt="" src="//img.1.rp-api.com/thumb/5388865" /></a><a class="rpuTitle" href="http://s.tt/1EeHA" rel="norewrite"><strong>10,000 Americans Did Not Die for America to Roll Out the Red Carpet for Jihadi Terrorists</strong></a> (via <a class="rpuHost" href="http://s.tt/1EeHA" rel="norewrite">http://dcclothesline.com</a>)</p>
<p class="rpuSnip">What in the hell is going on? I am getting sick of the press dancing around this issue so today I am going to tell it like I see it. You can call me a bigot or intolerant if you want but I am going to speak for the American people today. Someone has to. Over 2000 Americans have lost their lives in…</p>
</div>
</div>
<p><!-- put the "tease", "jump" or "more" break here --></p>
<hr id="system-readmore" style="display: none;" />
<p><span id="more-11353"></span><!--break--></p>
<hr class="at-page-break" style="display: none;" />
<div class="rpuEmbedCode">
<div class="rpuArticle rpuRepostMain rpuRepost-7721b3851fbafa513002dbd2838293f3-bottom" style="display: none;"></div>
<div style="display: none;"><!-- How to customize this embed: http://www.repost.us/article-preview/#!shash=7721b3851fbafa513002dbd2838293f3 --></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://misplacednews.com/10000-americans-did-not-die-for-america-to-roll-out-the-red-carpet-for-jihadi-terrorists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Premature Mirandizing of a Terrorist</title>
		<link>http://misplacednews.com/the-premature-mirandizing-of-a-terrorist/</link>
		<comments>http://misplacednews.com/the-premature-mirandizing-of-a-terrorist/#comments</comments>
		<pubDate>Mon, 29 Apr 2013 05:28:32 +0000</pubDate>
		<dc:creator>Stuart Spivey</dc:creator>
				<category><![CDATA[2nd Ammendment]]></category>
		<category><![CDATA[opinions]]></category>

		<guid isPermaLink="false">http://misplacednews.com/?p=11348</guid>
		<description><![CDATA[The Premature Mirandizing of a Terrorist By Daniel Greenfield The last showing of The Longest Day ended at the Paramount Theater before midnight. After the lights had dimmed and the patrons filed out, their minds still filled with the sights [&#8230;] <a class="more-link" href="http://misplacednews.com/the-premature-mirandizing-of-a-terrorist/">&#8595; Read the rest of this entry...</a>]]></description>
				<content:encoded><![CDATA[<h1>The Premature Mirandizing of a Terrorist</h1>
<p>By Daniel Greenfield</p>
<p><a href="http://misplacednews.com/wp-content/uploads/2013/04/bostom-bomber.jpg"><img class="alignleft size-medium wp-image-11349" alt="bostom bomber" src="http://misplacednews.com/wp-content/uploads/2013/04/bostom-bomber-300x245.jpg" width="300" height="245" /></a>The last showing of The Longest Day ended at the Paramount Theater before midnight. After the lights had dimmed and the patrons filed out, their minds still filled with the sights and sounds of soldiers fighting and dying at Normandy, the eighteen-year-old girl who had stood behind the concessions counter handing them popcorn and sodas went home.</p>
<p>It was late at night when she began walking home from the bus stop, but crime rates in Phoenix, Arizona were only beginning the upward rise that would take hold in the seventies.</p>
<p>In 1963, the year that Lois Ann Jameson was walking home, there had been 222 rapes. Ten years later, that number would stand at 637. Today there are over 2,000 rapes a year in Phoenix; ten times as many. But one of those rapes would be hers. And it would lead to a new standard of protection for murderers and rapists.</p>
<p>Ernesto Miranda wasn’t famous yet. The days when he would be selling autographed Miranda warning cards were still ahead of him. For now he was only another son of Mexican immigrants, a tattooed felon working temporary jobs and a rapist on the prowl.</p>
<p>Miranda abducted the girl, drove her out to the desert and raped her. He was arrested, questioned and confessed to the crime. The rest should have been straightforward except that no one had told him that he was entitled to a lawyer. The head of the Phoenix office of the ACLU stepped in and the Miranda warning was born.</p>
<p><em>Miranda v. Arizona</em> was part of a string of decisions by the Warren Court that had begun the year of Lois Ann Jameson’s rape. The decisions invented rights which not only obligated taxpayers to provide accused criminals with lawyers, but also made it impossible to question a suspect without his lawyer.</p>
<p>In the case of Lois Ann’s rapist, Justice Earl Warren, who proved to be a bigger threat to the Constitution than King George III, went beyond inventing the right to a government lawyer, to invent the rapist’s right to be told of a right to a government lawyer.</p>
<p>Warren inverted the Fifth Amendment to claim that the confession of a criminal who had not been told that he did not have to incriminate himself was a violation of the ban on self-incrimination. And he held that it should be assumed that all criminals did not know that they did not have to confess.</p>
<p>Fifty years after a concession stand girl was raped by a career criminal in the desert, terrorist bombs went off at the Boston Marathon. One of the perpetrators, Dzhokhar Tsarnaev, lay in his hospital room telling investigators bits and pieces about the attack.</p>
<p>Dzhokhar’s older brother and mother had been on a terrorist watch list, the two brothers had reportedly been planning a second wave of attacks in New York City and the FBI had not ruled out the possibility of a third bomber due to the difficulty involved in detonating the bombs without a clear line of sight.</p>
<p>Even though Dzhokhar Tsarnaev was in no shape for a court appearance and investigators still wanted to continue questioning him under the public safety exemption of <em>New York v. Quarles</em>, a Federal judge barged into the hospital room to present the charges against him and read him his rights.</p>
<p>There was no urgent need for a US attorney and a federal judge to rouse a terrorist listed in severe condition and read him rights. Judge Marianne Bowler’s appearance in the hospital was a calculated attempt at aborting the investigation&#8230;continue reading at <a href="http://frontpagemag.com/2013/dgreenfield/the-premature-mirandizing-of-a-terrorist/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+FrontpageMag+%28FrontPage+Magazine+%C2%BB+FrontPage%29" target="blank"> FrontPageMag</a></p>]]></content:encoded>
			<wfw:commentRss>http://misplacednews.com/the-premature-mirandizing-of-a-terrorist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bush v. Obama</title>
		<link>http://misplacednews.com/bush-v-obama/</link>
		<comments>http://misplacednews.com/bush-v-obama/#comments</comments>
		<pubDate>Sat, 27 Apr 2013 05:59:21 +0000</pubDate>
		<dc:creator>Stuart Spivey</dc:creator>
				<category><![CDATA[history]]></category>
		<category><![CDATA[opinions]]></category>
		<category><![CDATA[Stuart's Post]]></category>

		<guid isPermaLink="false">http://misplacednews.com/?p=11333</guid>
		<description><![CDATA[Bush v. Obama A study in contrasts By FRED BARNES President Obama is not known for his graciousness. But the occasion—the dedication of the George W. Bush Presidential Library and Museum—called for kind words about his predecessor in the White [&#8230;] <a class="more-link" href="http://misplacednews.com/bush-v-obama/">&#8595; Read the rest of this entry...</a>]]></description>
				<content:encoded><![CDATA[<h1>Bush v. Obama</h1>
<h3>A study in contrasts</h3>
<p>By FRED BARNES</p>
<div id="attachment_11334" class="wp-caption alignleft" style="width: 290px"><a href="http://misplacednews.com/wp-content/uploads/2013/04/Bush-Library.jpg"><img class="size-full wp-image-11334" alt="Bush and Obama in Dallas, April 25, 2013 Newscom" src="http://misplacednews.com/wp-content/uploads/2013/04/Bush-Library.jpg" width="280" height="220" /></a><p class="wp-caption-text">Bush and Obama in Dallas, April 25, 2013<br />Newscom</p></div>
<p>President Obama is not known for his graciousness. But the occasion—the dedication of the George W. Bush Presidential Library and Museum—called for kind words about his predecessor in the White House. So he said that if immigration reform passes Congress this year, “it will be in large part thanks to all the hard work of the president, George W. Bush.” Bush had “restarted” the drive to overhaul our immigration system seven years ago, Obama said.</p>
<p>Bush, always gracious, thanked Obama and wife Michelle for coming to the ceremony. “Unlike the other presidents here”—Jimmy Carter, George H. W. Bush, Bill Clinton—“he’s actually got a job.”</p>
<p>It was a pleasant interlude, nothing more, for the presidencies of Bush and Obama are quite different, as are the two men. True, Obama has adopted Bush’s policies on wiretaps, military detention of terrorists without trial, drone strikes, immigration, middle-class tax cuts, and a global war on AIDS. But the fact that Obama seldom acknowledges his reliance on Bush magnified his tribute to his predecessor’s role on immigration reform as a rare expression of gratitude by Obama.</p>
<p>A friend of mine has a test for leadership: Winners take responsibility, losers make excuses. Obama isn’t a loser, but he is a fountain of excuses. And this touches on a striking contrast between him and Bush. Obama blames Bush for much that’s gone wrong during Obama’s White House years. Despite press baiting, Bush has refused to criticize Obama on any matter.</p>
<p>One can imagine the self-discipline required to stay silent when Obama claims to have single-handedly prevented another Great Depression. In truth, the bank bailout during the final weeks of the Bush presidency foreclosed the possibility of a depression. All Obama had to deal with was a deep recession, which bottomed out five months after he took office and before his policies could have much effect&#8230;continue reading at the<a href="http://www.weeklystandard.com/articles/bush-v-obama_719172.html?page=1" target="blank"> Weekly Standard</a></p>]]></content:encoded>
			<wfw:commentRss>http://misplacednews.com/bush-v-obama/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>April 29: An Historic Day of Budgeteering</title>
		<link>http://misplacednews.com/april-29-an-historic-day-of-budgeteering/</link>
		<comments>http://misplacednews.com/april-29-an-historic-day-of-budgeteering/#comments</comments>
		<pubDate>Sat, 27 Apr 2013 05:53:03 +0000</pubDate>
		<dc:creator>Stuart Spivey</dc:creator>
				<category><![CDATA[Fiscal Cliff]]></category>

		<guid isPermaLink="false">http://misplacednews.com/?p=11344</guid>
		<description><![CDATA[April 29: An Historic Day of Budgeteering By Alan Joel An interesting juxtaposition exists between April 29, 1909 and April 29, 2009 in the realm of budget history. On April 29, 1909, the world’s biggest Superpower, Great Britain, introduced the [&#8230;] <a class="more-link" href="http://misplacednews.com/april-29-an-historic-day-of-budgeteering/">&#8595; Read the rest of this entry...</a>]]></description>
				<content:encoded><![CDATA[<h1>April 29: An Historic Day of Budgeteering</h1>
<p>By Alan Joel</p>
<p dir="ltr"><a href="http://misplacednews.com/wp-content/uploads/2013/04/budget-cartoon.jpg"><img class="alignleft size-full wp-image-11345" alt="budget cartoon" src="http://misplacednews.com/wp-content/uploads/2013/04/budget-cartoon.jpg" width="253" height="199" /></a>An interesting juxtaposition exists between April 29, 1909 and April 29, 2009 in the realm of budget history. On April 29, 1909, the world’s biggest Superpower, Great Britain, introduced the “People’s Budget”, which is famously noted for being the first budget in the history of Britain with the “expressed intent of redistributing wealth” among the British people. On April 29, 2009, the world’s biggest Superpower, the United States, passed its last operating budget, the first budget in the history of the United States with the expressed intent to run a trillion dollar deficit.</p>
<p>It took both a year and the threat of adding additional Liberal “peers” (seats) in Parliament by the British King to garner enough votes in Britain to actually pass the People’s Budget. This ultimately succeeded exactly a year later on April 29, 2010. Winston Churchill’s biographer, observed that this budget, which Churchill supported, was a “revolutionary concept”.</p>
<p dir="ltr">On the other hand, April 29, 2013 marks the fourth consecutive year of operating on trillion dollar deficits, while failing to pass a new budget for the people of the United States.</p>
<p>Of course, there have been budget attempts. President Obama submitted a budget late to Congress every year except for 2010. His last two budgets have been so outrageous, (so revolutionary?) that not even one Democrat either year would sponsor or vote for his budget proposals.</p>
<p dir="ltr">In 2010, the Democrat-led Senate choose not to offer their budget plan on the Senate floor. The GOP-led House of Republicans <a href="http://thehill.com/blogs/floor-action/house/145259-house-passes-republican-budget-for-fy-2011-in-x-y-vote">pass a budget</a> for $1.2 trillion.</p>
<p>In 2011, the GOP-lead House passes a budget for FY2012, cutting $6 trillion in comparison to Obama’s budget, which fails 0-97 in the Senate. The Senate did not offer their own budget that year. Senate Majority Leader Harry Reid said that would be <a href="http://townhall.com/tipsheet/elisabethmeinecke/2011/05/21/reid_calls_proposing_a_democrat_budget_foolish">“foolish”,</a> while Senator Schumer <a href="http://majorityleader.gov/blog/2011/05/schumer-explains-why-dems-havent-passed-a-budget.html">remarked </a>““To put other budgets out there is not the point.”</p>
<p>In 2012, the GOP-lead House passes a budget for FY2013, while Senate Majority Leader Harry Reid announces in <a href="http://dailycaller.com/2012/02/03/reid-senate-will-not-pass-a-budget-this-year/">February</a> that the Senate would not consider a budget yet again. The House this time votes on President Obama’s $3.2 trillion budget, which fails 0-414.</p>
<p>In 2013, both the <a href="http://budget.house.gov/news/documentsingle.aspx?DocumentID=325024">GOP-lead House </a>and the <a href="http://www.nytimes.com/2013/03/24/us/politics/senate-passes-3-7-trillion-budget-its-first-in-4-years.html?_r=0">Democrat- led Senate</a> pass their own budgets for FY2014 — the first for the Democrats in four years. President Obama presents his budget <a href="http://www.alanjoelny.com/obama-its-okay-to-break-the-law-when-it-comes-to-submitting-a-budget/">2 months late</a>, totaling<a href="http://www.forbes.com/sites/peterferrara/2013/04/19/president-obamas-predictable-budget-more-spending-more-tax-increases/"> $46.5 trillion </a>over the next 10 years without ever balancing. It is also noted for even more taxes on the wealthy to pay for more social programs, a generous helping of “wealth redistribution”. But nothing has been agreed upon by Congress.</p>
<p>So here we are, coming round to 4 years without an operating budget for our nation. We also now have yearly, trillion dollar deficits on top of the additional, higher taxes.  Many will likely observe that — to borrow from their British counterparts a century ago — this modus operandi for the United States is also a “revolutionary concept”.<br />
source <a href="http://www.alanjoelny.com./" target="blank"> AlanJoelNY</a></p>]]></content:encoded>
			<wfw:commentRss>http://misplacednews.com/april-29-an-historic-day-of-budgeteering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Media Overkill and Official Obfuscation</title>
		<link>http://misplacednews.com/media-overkill-and-official-obfuscation/</link>
		<comments>http://misplacednews.com/media-overkill-and-official-obfuscation/#comments</comments>
		<pubDate>Sat, 27 Apr 2013 05:08:11 +0000</pubDate>
		<dc:creator>Stuart Spivey</dc:creator>
				<category><![CDATA[Culture War]]></category>
		<category><![CDATA[opinions]]></category>
		<category><![CDATA[Stuart's Post]]></category>

		<guid isPermaLink="false">http://misplacednews.com/?p=11341</guid>
		<description><![CDATA[Media Overkill and Official Obfuscation (via Tom O&#8217;Halloran) By Alan Caruba The Boston Marathon bombing was, by any measure, a major news story. It occurred on Monday, April 15. In the days that followed, Americans were surely interested in the [&#8230;] <a class="more-link" href="http://misplacednews.com/media-overkill-and-official-obfuscation/">&#8595; Read the rest of this entry...</a>]]></description>
				<content:encoded><![CDATA[<div class="rpuEmbedCode">
<div class="rpuArticle rpuRepost-78e7d90d298c59ca5b4393bf55f9cebf-top" style="margin: 0; padding: 0;">
<p><script type="text/javascript" src="https://1.rp-api.com/rjs/repost-article.js?3" data-cfasync="false"></script><a class="rpuThumb" href="http://s.tt/1DiJd" rel="norewrite"><img style="float: left; margin-right: 10px;" alt="" src="//img.1.rp-api.com/thumb/5163008" /></a><a class="rpuTitle" href="http://s.tt/1DiJd" rel="norewrite"><strong>Media Overkill and Official Obfuscation</strong></a> (via <a class="rpuHost" href="http://s.tt/1DiJd" rel="norewrite">Tom O&#8217;Halloran</a>)</p>
<p class="rpuSnip">By Alan Caruba The Boston Marathon bombing was, by any measure, a major news story. It occurred on Monday, April 15. In the days that followed, Americans were surely interested in the effort to find and arrest the two brothers, Tamerlan and Dzhokar Tsaraev, identified as the perpetrators. With specific…</p>
</div>
</div>
<p><!-- put the "tease", "jump" or "more" break here --></p>
<hr id="system-readmore" style="display: none;" />
<p><span id="more-11341"></span><!--break--></p>
<hr class="at-page-break" style="display: none;" />
<div class="rpuEmbedCode">
<div class="rpuArticle rpuRepostMain rpuRepost-78e7d90d298c59ca5b4393bf55f9cebf-bottom" style="display: none;"></div>
<div style="display: none;"><!-- How to customize this embed: http://www.repost.us/article-preview/#!shash=78e7d90d298c59ca5b4393bf55f9cebf --></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://misplacednews.com/media-overkill-and-official-obfuscation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>“Unclaimed” Vietnam Veteran Tells Story In New Film After Being Left Behind For 44 Years</title>
		<link>http://misplacednews.com/unclaimed-vietnam-veteran-tells-story-in-new-film-after-being-left-behind-for-44-years/</link>
		<comments>http://misplacednews.com/unclaimed-vietnam-veteran-tells-story-in-new-film-after-being-left-behind-for-44-years/#comments</comments>
		<pubDate>Sat, 27 Apr 2013 05:07:33 +0000</pubDate>
		<dc:creator>Stuart Spivey</dc:creator>
				<category><![CDATA[history]]></category>
		<category><![CDATA[Stuart's Post]]></category>

		<guid isPermaLink="false">http://misplacednews.com/?p=11337</guid>
		<description><![CDATA[“Unclaimed” Vietnam Veteran Tells Story In New Film After Being Left Behind For 44 Years (via http://dcclothesline.com) Many of our brave men and women in uniform carry a motto that they will not leave a man behind. Sadly, in many [&#8230;] <a class="more-link" href="http://misplacednews.com/unclaimed-vietnam-veteran-tells-story-in-new-film-after-being-left-behind-for-44-years/">&#8595; Read the rest of this entry...</a>]]></description>
				<content:encoded><![CDATA[<div class="rpuEmbedCode">
<div class="rpuArticle rpuRepost-44eb45ca08246d7342a8b4e28c655596-top" style="margin: 0; padding: 0;"><script type="text/javascript" src="https://1.rp-api.com/rjs/repost-article.js?3" data-cfasync="false"></script><a class="rpuThumb" href="http://s.tt/1E3OG" rel="norewrite"><img style="float: left; margin-right: 10px;" alt="" src="//img.1.rp-api.com/thumb/5346168" /></a><a class="rpuTitle" href="http://s.tt/1E3OG" rel="norewrite"><strong>“Unclaimed” Vietnam Veteran Tells Story In New Film After Being Left Behind For 44 Years</strong></a> (via <a class="rpuHost" href="http://s.tt/1E3OG" rel="norewrite">http://dcclothesline.com</a>)</p>
<p class="rpuSnip">Many of our brave men and women in uniform carry a motto that they will not leave a man behind. Sadly, in many instances that happens and it’s not because that is what those men want to happen. Such is the story of Special Forces Green Beret Master Sgt. John Hartley Robertson, whose helicopter was…</p>
</div>
</div>
<p><!-- put the "tease", "jump" or "more" break here --></p>
<hr id="system-readmore" style="display: none;" />
<p><span id="more-11337"></span><!--break--></p>
<hr class="at-page-break" style="display: none;" />
<div class="rpuEmbedCode">
<div class="rpuArticle rpuRepostMain rpuRepost-44eb45ca08246d7342a8b4e28c655596-bottom" style="display: none;"></div>
<div style="display: none;"><!-- How to customize this embed: http://www.repost.us/article-preview/#!shash=44eb45ca08246d7342a8b4e28c655596 --></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://misplacednews.com/unclaimed-vietnam-veteran-tells-story-in-new-film-after-being-left-behind-for-44-years/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  misplacednews.com/feed/ ) in 0.71439 seconds, on Jun 19th, 2013 at 10:35 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Jun 19th, 2013 at 11:35 am UTC -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Quick Cache Is Fully Functional :-) ... A Quick Cache file was just served for (  misplacednews.com/feed/ ) in 0.00046 seconds, on Jun 19th, 2013 at 11:32 am UTC. -->