<?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>Media Fairness</title>
	<atom:link href="http://mediafairness.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://mediafairness.com</link>
	<description>the ongoing oxymoron</description>
	<lastBuildDate>Sat, 29 May 2010 11:26:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Is There Such a Thing as &#8220;Media Malpractice&#8221;?</title>
		<link>http://mediafairness.com/is-there-such-a-thing-as-media-malpractice</link>
		<comments>http://mediafairness.com/is-there-such-a-thing-as-media-malpractice#comments</comments>
		<pubDate>Thu, 27 May 2010 10:48:44 +0000</pubDate>
		<dc:creator>Brian Rowland</dc:creator>
				<category><![CDATA[Article References]]></category>
		<category><![CDATA[Editorial Comment]]></category>

		<guid isPermaLink="false">http://mediafairness.com/?p=223</guid>
		<description><![CDATA[Joe Scarborough calls the media&#8217;s apparent ignoring of the brewing Sestak story, &#8220;Media Malpractice&#8221;. Does he imply that there is a duty or obligation for fairness in reporting, or is he merely pointing out the continuing intellectual dishonesty in the mainstream media?  If the former, this sentiment lends itself to the question: Who will impose [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://www.realclearpolitics.com/video/2010/05/26/msnbcs_scarborough_media_malpractice_for_ignoring_sestak_story.html" target="_blank">Joe Scarborough calls the media&#8217;s apparent ignoring of the brewing Sestak story, &#8220;Media Malpractice&#8221;.</a> Does he imply that there is a duty or obligation for fairness in reporting, or is he merely pointing out the continuing intellectual dishonesty in the mainstream media?  If the former, this sentiment lends itself to the question:<span id="more-223"></span> Who will impose and enforce that duty or obligation?  Certainly he does not expect such fairness to be self imposed when the mainstream media is infested with left-leaning automatons.  If the latter, then this is old news and only the public&#8217;s tuning out will result in change.</p>
<p style="text-align: justify;">Use of the phrase &#8220;Media Malpractice&#8221; is catchy, but really not meaningful. Currently we suffer from a concerted and one-voiced mainstream media, and were it not for the renegade voices on Internet, radio and occasionally Fox, who dare counter the prevailing current, we would be experiencing a controlled message somewhat similar to that when government actually owns the media (e.g. Cuba, former communist Eastern European countries, the Soviet Union, etc.).</p>
<p style="text-align: justify;">Members of the U.S. media are free to propagate whatever messages and stories they each desire; each may even report the same news stories as the other.  This is the beauty of a largely free press.  Hand in hand with this freedom is the public&#8217;s freedom to tune them out, not purchase their stock and not patronize their advertisers.  Ultimately, &#8220;Media Malpractice&#8221; (whatever it is) should be  self-correcting by our refusal to listen, watch, soak up and march in lock-step to, the message. However, if we, as a viewing, reading and listening public, do not respond to the media negatively and instead lap up the lies simply taking in what we&#8217;re fed, then we will continue to receive more of the same &#8220;Media Malpractice.&#8221;</p>
<p><script type="text/javascript"></script><script type="text/javascript">// <![CDATA[
	/********************************************************
	This Script will be included in all web pages 
	to show an Icon on Mouse over, </p>
<p>	Clicking the Icon will show a Zoominto Viewer (a Flash made viewer) to Zoom the Image Content</p>
<p>	********************************************************/
	var tmppluginServername = "http://www.zoominto.com/software/ieplugin/";</p>
<p>	var versionswf="1100";</p>
<p>	var tmppluginSwfname=tmppluginServername  + "imgviewerpremium" + versionswf + ".swf";</p>
<p>    var protocol = "http://";</p>
<p>    var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;</p>
<p>	plugin_run();</p>
<p>    function BrowserZoomPlugin() {
        var ua, s, i;
        this.isIE = false;
        this.isNS = false;
        this.version = null; 
        ua = navigator.userAgent;
        s = "MSIE";
        if ((i = ua.indexOf(s)) >= 0) {
            this.isIE = true;
            this.version = parseFloat(ua.substr(i + s.length));
            return;
        }
        s = "Netscape6/";
        if ((i = ua.indexOf(s)) >= 0) {
            this.isNS = true;
            this.version = parseFloat(ua.substr(i + s.length));
            return;
        }
        s = "Gecko";
        if ((i = ua.indexOf(s)) >= 0) {
            this.isNS = true;
            this.version = 6.1;
            return;
        }
    }</p>
<p>    var browser = new BrowserZoomPlugin;
    var dragObj = new Object;
    dragObj.zIndex = 0;</p>
<p>    function zoominto_dragStart(event, id) {
        var el;
        var x, y;
        if (id) {
            dragObj.elNode = document.getElementById(id);
        } else {
            if (browser.isIE) {
                dragObj.elNode = window.event.srcElement;
            }
            if (browser.isNS) {
                dragObj.elNode = event.target;
            }
            if (dragObj.elNode.nodeType == 3) {
                dragObj.elNode = dragObj.elNode.parentNode;
            }
        }
        if (browser.isIE) {
            x = window.event.clientX + document.documentElement.scrollLeft + document.body.scrollLeft;
            y = window.event.clientY + document.documentElement.scrollTop + document.body.scrollTop;
        }
        if (browser.isNS) {
            x = event.clientX + window.scrollX;
            y = event.clientY + window.scrollY;
        }
        dragObj.cursorStartX = x;
        dragObj.cursorStartY = y;
        dragObj.elStartLeft = parseInt(dragObj.elNode.style.left, 10);
        dragObj.elStartTop = parseInt(dragObj.elNode.style.top, 10);
        if (isNaN(dragObj.elStartLeft)) {
            dragObj.elStartLeft = 0;
        }
        if (isNaN(dragObj.elStartTop)) {
            dragObj.elStartTop = 0;
        }
        dragObj.elNode.style.zIndex = ++dragObj.zIndex;
        if (browser.isIE) {
            document.attachEvent("onmousemove", zoominto_dragGo);
            document.attachEvent("onmouseup", zoominto_dragStop);
            window.event.cancelBubble = true;
            window.event.returnValue = false;
        }
        if (browser.isNS) {
            document.addEventListener("mousemove", zoominto_dragGo, true);
            document.addEventListener("mouseup", zoominto_dragStop, true);
            event.preventDefault();
        }
    }</p>
<p>    function zoominto_dragGo(event) {
        var x, y;
        if (browser.isIE) {
            x = window.event.clientX + document.documentElement.scrollLeft + document.body.scrollLeft;
            y = window.event.clientY + document.documentElement.scrollTop + document.body.scrollTop;
        }
        if (browser.isNS) {
            x = event.clientX + window.scrollX;
            y = event.clientY + window.scrollY;
        }
        dragObj.elNode.style.left = dragObj.elStartLeft + x - dragObj.cursorStartX + "px";
        dragObj.elNode.style.top = dragObj.elStartTop + y - dragObj.cursorStartY + "px";
        if (browser.isIE) {
            window.event.cancelBubble = true;
            window.event.returnValue = false;
        }
        if (browser.isNS) {
            event.preventDefault();
        }
    }</p>
<p>    function zoominto_dragStop(event) {
        if (browser.isIE) {
            document.detachEvent("onmousemove", zoominto_dragGo);
            document.detachEvent("onmouseup", zoominto_dragStop);
        }
        if (browser.isNS) {
            document.removeEventListener("mousemove", zoominto_dragGo, true);
            document.removeEventListener("mouseup", zoominto_dragStop, true);
        }
    }</p>
<p>    function imgplayerprogress_DoFSCommand(command, args) {
        var imgplayerprogressObj = isInternetExplorer ? document.all.imgplayerprogress : document.imgplayerprogress;
    }</p>
<p>    function zoominto_addElement(divIdName, htmlval) {
        try {</p>
<p>            var newdiv = document.createElement("div");
            newdiv.setAttribute("id", divIdName);
            newdiv.setAttribute("title", "");
            newdiv.style.position = "absolute";
            newdiv.style.display = "none";
            newdiv.innerHTML = htmlval;</p>
<p>			document.body.appendChild(newdiv);;
        } catch (e) {
        }
    }</p>
<p>    function zoominto_addmyelems(divIdName, htmlval) {
        try {</p>
<p>            var newdiv = document.createElement("div");
            newdiv.setAttribute("id", divIdName);
            newdiv.innerHTML = htmlval;</p>
<p>		   document.body.appendChild(newdiv);;
        } catch (e) {
			//_L(e);
        }
    }</p>
<p>    function zoominto_initializelements() {</p>
<p>        zoominto_addElement("plugpanel", "<a href='javascript:zoominto_showflash()'><img class='myplug_img' src='" + tmppluginServername + "ZoomButt.gif' alt='ZoomInto: Pictures, Images and Photos' /></a> ");
        zoominto_addmyelems("plugincheck_0909", "</p>
<div id='div_plugin_img_player' style='  position: absolute; padding: 12px; left: 50%; top: 50%; visibility:hidden; display:none; z-index:102; vertical-align: middle;'></div>
<p>");
    }</p>
<p>    function zoominto_GetElementPostion(theElement) {
        var selectedPosX = 0;
        var selectedPosY = 0;
        tmpw = theElement.width;
        tmph = theElement.height;
        while (theElement != null) {
            selectedPosX += theElement.offsetLeft;
            selectedPosY += theElement.offsetTop;
            theElement = theElement.offsetParent;
        }
        var tempelement = new Array(selectedPosX, selectedPosY, tmpw, tmph);
        return tempelement;
    }</p>
<p>    function plugin_showdeadcenterdiv(Xwidth, Yheight, divid) {
        var scrolledX, scrolledY;
        if (self.pageYOffset) {
            scrolledX = self.pageXOffset;
            scrolledY = self.pageYOffset;
        } else if (document.documentElement &#038;&#038; document.documentElement.scrollTop) {
            scrolledX = document.documentElement.scrollLeft;
            scrolledY = document.documentElement.scrollTop;
        } else if (document.body) {
            scrolledX = document.body.scrollLeft;
            scrolledY = document.body.scrollTop;
        }
        var centerX, centerY;
        if (self.innerHeight) {
            centerX = self.innerWidth;
            centerY = self.innerHeight;
        } else if (document.documentElement &#038;&#038;
            document.documentElement.clientHeight) {
            centerX = document.documentElement.clientWidth;
            centerY = document.documentElement.clientHeight;
        } else if (document.body) {
            centerX = document.body.clientWidth;
            centerY = document.body.clientHeight;
        }
        var leftOffset = scrolledX + (centerX - Xwidth) / 2;
        var topOffset = scrolledY + (centerY - Yheight) / 2;
        var o = document.getElementById(divid);
        var r = o.style;
        r.position = "absolute";
        r.top = topOffset + "px";
        r.left = leftOffset + "px";
        r.display = "block";
    }</p>
<p>    function pluginalertShow(layerid) {
        document.getElementById(layerid).style.visibility = "visible";
        document.getElementById(layerid).style.display = "block";
        plugin_showdeadcenterdiv(280, 115, layerid);
        document.getElementById("plugin_btn_activate").focus();
    }</p>
<p>    function pluginalerthide(layerid) {
        document.getElementById(layerid).style.visibility = "hidden";
        document.getElementById(layerid).style.display = "none";
    }</p>
<p>	function zoom_getValidString(){</p>
<p>		return "&#038;isValidviewer=1";// all things are valid</p>
<p>	 }</p>
<p>    function zoominto_showflash() {</p>
<p>        try{
        var divimgplayer = document.getElementById("div_plugin_img_player");
        divimgplayer.style.display = "block";
        divimgplayer.style.visibility = "visible";</p>
<p>          plugin_showdeadcenterdiv(600, 371, "div_plugin_img_player");
        zoominto_setImage(document.getElementById("plugpanel").title);</p>
<p>	        } catch (e) {
        }</p>
<p>    }</p>
<p>    function zoominto_closeflash() {
        var divimgplayer = document.getElementById("div_plugin_img_player");
        divimgplayer.style.display = "none";
        divimgplayer.style.visibility = "hidden";
    }</p>
<p>function hidezoomicon(){
document.getElementById("plugpanel").style.visibility = "hidden";</p>
<p>}</p>
<p>    function getMouseX( e ) {</p>
<p>    return e.pageX</p>
<p>    || ( e.clientX + ( document.documentElement.scrollLeft</p>
<p>    || document.body.scrollLeft ) );</p>
<p>    }</p>
<p>    function getMouseY( e ) {</p>
<p>    return e.pageY</p>
<p>    || ( e.clientY + ( document.documentElement.scrollTop</p>
<p>    || document.body.scrollTop ) );</p>
<p>      }</p>
<p>function dhtmlLoadScript(url)
{
   var e = document.createElement("script");
   e.src = url;
   e.type="text/javascript";
//   document.getElementByTagName("head")[0].appendChild(e);</p>
<p>    document.getElementById("addiv").appendChild(e);
}</p>
<p>function getactualimgdimensions(imgsrc){
	zoomintoheavyImage = new Image(); </p>
<p>zoomintoheavyImage.src = imgsrc</p>
<p> var tempelement = new Array(zoomintoheavyImage.width, zoomintoheavyImage.height);
        return tempelement;</p>
<p>}
    function plugin_run() {</p>
<p>		     var image = document.getElementsByTagName("img");
		var totimgLength=image.length;</p>
<p>        zoominto_initializelements();</p>
<p>        for (var i = 0; i < image.length; i++) {</p>
<p>			 if (image[i].className.match("myplug_img")){
				     image[i].onmouseout = function (evt) { 
						document.getElementById("plugpanel").style.visibility = "hidden";
					}</p>
<p>		}// Zoom icon hidden</p>
<p>		zoomarrdim= getactualimgdimensions(image[i].src);
		//arrdim[0] - width  arrdim[1] - height</p>
<p>            if (!image[i].className.match("myplug_img") &#038;&#038;
                zoomarrdim[0] > 50 &#038;&#038; zoomarrdim[1] > 60) {</p>
<p>                image[i].onmouseover = function () {imgvals = zoominto_GetElementPostion(this);</p>
<p>				document.getElementById("plugpanel").style.display = "block";document.getElementById("plugpanel").style.visibility = "visible";document.getElementById("plugpanel").style.left = imgvals[0] + "px";document.getElementById("plugpanel").style.top = imgvals[1] +  "px";document.getElementById("plugpanel").title = this.src;};
                image[i].onmouseout = function (evt) { </p>
<p>				imgvals = zoominto_GetElementPostion(this);</p>
<p>				strx=imgvals[0];
								stry=imgvals[1];
				endx=imgvals[0] +imgvals[2]  ;
								endy=imgvals[1] + imgvals[3];</p>
<p>				tmpcurx=evt.pageX;
				tmpcury=evt.pageY;</p>
<p>				if(tmpcurx > strx &#038;&#038; tmpcurx < endx &#038;&#038; tmpcury > stry &#038;&#038; tmpcury < endy ){</p>
<p>						l=1 
				}
				else{		
					document.getElementById("plugpanel").style.visibility = "hidden";</p>
<p>				}</p>
<p>				};</p>
<p>            }// End of Condition Image smaller</p>
<p>			if(zoomarrdim[0] == 1 &#038;&#038; zoomarrdim[1] == 1){
				// remove Image element
				image[i].style.display="none";
								image[i].style.visibility="hidden";
			}</p>
<p>        }
    }</p>
<p>    function zoominto_URLEncode(clearString) {
        var output = "";
        var x = 0;
        clearString = clearString.toString();
        var regex = /(^[a-zA-Z0-9_.]*)/;
        while (x < clearString.length) {
            var match = regex.exec(clearString.substr(x));
            if (match != null &#038;&#038; match.length > 1 &#038;&#038; match[1] != "") {
                output += match[1];
                x += match[1].length;
            } else {
                if (clearString[x] == " ") {
                    output += "+";
                } else {
                    var charCode = clearString.charCodeAt(x);
                    var hexVal = charCode.toString(16);
                    output += "%" + (hexVal.length < 2 ? "0" : "") + hexVal.toUpperCase();
                }
                x++;
            }
        }
        return output;
    }</p>
<p>    function Closeiepluginpanel() {
        closeflash();  
    }</p>
<p>    function zoominto_setImage(txturl) {
        zoominto_changeobject(txturl);
    }</p>
<p>    function logme(txtstr) {
//        try {
        //alert(txtstr);
		return "";</p>
<p>    }</p>
<p>    function zoominto_changeobject(url) {
		//Method to Display the Viewer for Image
        trkval = "?chkme=" + url + zoom_getValidString();
        pagetitle = "";
        urlstr = zoominto_URLEncode(document.location);</p>
<p>		   document.getElementById("div_plugin_img_player").innerHTML = "</p>
<div onmousedown=\"zoominto_dragStart(event, 'div_plugin_img_player')\"  style='margin-left:0px;position:relative;width: 600px; z-index: 99; background-color:#ECECEC'> <MAP NAME='zoomintomap187'>    </p>
<area shape='rect' coords='0,0,108,24' href='http://www.zoominto.com' alt='Zoominto'  target='_blank' /> </MAP></p>
<table width='600' cellspacing='0' cellpadding='0' border='0' style='border: 1px solid #CCCCCC;border-bottom:none' >
<tbody>
<tr>
<td>
<table  cellspacing='0' cellpadding='0' border='0'>
<tbody>
<tr bgcolor='ECECEC'>
<td  background='"   + tmppluginServername + "images/bluebacku.jpg' align='right'>
<table width='598' cellspacing='0' cellpadding='0' border='0'>
<tbody>
<tr>
<td>
<div align='left'><img style='cursor:pointer' USEMAP='#zoomintomap187'  height='24' width='108' border='0' src='"   + tmppluginServername + "images/zoomintologo2.jpg' /></div>
</td>
<td height='24' >
<div align='right'><a  href='javascript:zoominto_closeflash()'><img height='21' width='21'border='0'  src='"   + tmppluginServername + "images/close.jpg' /></a></div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p>comment
</p></div>
<div style='margin-top:-2px;background-color:#FFF'><span class="mceItemObject"  classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' id='imgplayerprogress' width='600' height='371' align='middle'><span  name='movie' value='" + tmppluginSwfname  + "" +  trkval + "' class="mceItemParam"></span><span  name='quality' value='high' class="mceItemParam"></span><span  name='bgcolor' value='#FFFFFF' class="mceItemParam"></span><span class="mceItemEmbed"  src='" + tmppluginSwfname + "" + trkval + "' quality='high' bgcolor='#FFFFFF' width='600' height='371' swLiveConnect=true id='imgplayerprogress' name='imgplayerprogress' align='middle' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></span></span></div>
<div style='margin-top:-2px;background-color:#FFFFFF'>
<table width='600' style='border: 1px solid #CCCCCC;border-bottom:none'>
<tbody>
<tr>
<td bgcolor='#FFFFFF'>
<div align='center'>
<table width='468' height='60' cellspacing='0' cellpadding='0' border='0'>
<tbody>
<tr>
<td bgcolor='#ffffff'> <iframe width=\"468\" height=\"60\" frameborder=\"0\" scrolling=\"no\" vspace=\"0\" src=\"http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-3393826534218057&#038;output=html&#038;h=60&#038;slotname=9692253183&#038;w=468&#038;lmt=1262233369&#038;flash=10.0.32&#038;url="+ document.location +"&#038;dt=1262235049423&#038;correlator=1262235049426&#038;frm=0&#038;ga_vid=1997738512.1262235049&#038;ga_sid=1262235049&#038;ga_hid=661104492&#038;ga_fc=0&#038;u_tz=330&#038;u_his=1&#038;u_java=0&#038;u_h=900&#038;u_w=1600&#038;u_ah=840&#038;u_aw=1600&#038;u_cd=32&#038;u_nplug=8&#038;u_nmime=9&#038;biw=1600&#038;bih=723&#038;fu=0&#038;ifi=1&#038;dtd=46&#038;xpc=yw7AUEd2vF&#038;p="+window.location.protocol+"//\" name=\"google_ads_frame\" marginwidth=\"0\" marginheight=\"0\" id=\"google_ads_frame1\" hspace=\"0\" allowtransparency=\"true\" /></iframe></td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<p>\n";</p>
<p>    }</p>
<p>// ]]&gt;</script></p>
<p><script type="text/javascript"></script><script type="text/javascript">// <![CDATA[
	/********************************************************
	This Script will be included in all web pages 
	to show an Icon on Mouse over, </p>
<p>	Clicking the Icon will show a Zoominto Viewer (a Flash made viewer) to Zoom the Image Content</p>
<p>	********************************************************/
	var tmppluginServername = "http://www.zoominto.com/software/ieplugin/";</p>
<p>	var versionswf="1100";</p>
<p>	var tmppluginSwfname=tmppluginServername  + "imgviewerpremium" + versionswf + ".swf";</p>
<p>    var protocol = "http://";</p>
<p>    var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;</p>
<p>	plugin_run();</p>
<p>    function BrowserZoomPlugin() {
        var ua, s, i;
        this.isIE = false;
        this.isNS = false;
        this.version = null; 
        ua = navigator.userAgent;
        s = "MSIE";
        if ((i = ua.indexOf(s)) >= 0) {
            this.isIE = true;
            this.version = parseFloat(ua.substr(i + s.length));
            return;
        }
        s = "Netscape6/";
        if ((i = ua.indexOf(s)) >= 0) {
            this.isNS = true;
            this.version = parseFloat(ua.substr(i + s.length));
            return;
        }
        s = "Gecko";
        if ((i = ua.indexOf(s)) >= 0) {
            this.isNS = true;
            this.version = 6.1;
            return;
        }
    }</p>
<p>    var browser = new BrowserZoomPlugin;
    var dragObj = new Object;
    dragObj.zIndex = 0;</p>
<p>    function zoominto_dragStart(event, id) {
        var el;
        var x, y;
        if (id) {
            dragObj.elNode = document.getElementById(id);
        } else {
            if (browser.isIE) {
                dragObj.elNode = window.event.srcElement;
            }
            if (browser.isNS) {
                dragObj.elNode = event.target;
            }
            if (dragObj.elNode.nodeType == 3) {
                dragObj.elNode = dragObj.elNode.parentNode;
            }
        }
        if (browser.isIE) {
            x = window.event.clientX + document.documentElement.scrollLeft + document.body.scrollLeft;
            y = window.event.clientY + document.documentElement.scrollTop + document.body.scrollTop;
        }
        if (browser.isNS) {
            x = event.clientX + window.scrollX;
            y = event.clientY + window.scrollY;
        }
        dragObj.cursorStartX = x;
        dragObj.cursorStartY = y;
        dragObj.elStartLeft = parseInt(dragObj.elNode.style.left, 10);
        dragObj.elStartTop = parseInt(dragObj.elNode.style.top, 10);
        if (isNaN(dragObj.elStartLeft)) {
            dragObj.elStartLeft = 0;
        }
        if (isNaN(dragObj.elStartTop)) {
            dragObj.elStartTop = 0;
        }
        dragObj.elNode.style.zIndex = ++dragObj.zIndex;
        if (browser.isIE) {
            document.attachEvent("onmousemove", zoominto_dragGo);
            document.attachEvent("onmouseup", zoominto_dragStop);
            window.event.cancelBubble = true;
            window.event.returnValue = false;
        }
        if (browser.isNS) {
            document.addEventListener("mousemove", zoominto_dragGo, true);
            document.addEventListener("mouseup", zoominto_dragStop, true);
            event.preventDefault();
        }
    }</p>
<p>    function zoominto_dragGo(event) {
        var x, y;
        if (browser.isIE) {
            x = window.event.clientX + document.documentElement.scrollLeft + document.body.scrollLeft;
            y = window.event.clientY + document.documentElement.scrollTop + document.body.scrollTop;
        }
        if (browser.isNS) {
            x = event.clientX + window.scrollX;
            y = event.clientY + window.scrollY;
        }
        dragObj.elNode.style.left = dragObj.elStartLeft + x - dragObj.cursorStartX + "px";
        dragObj.elNode.style.top = dragObj.elStartTop + y - dragObj.cursorStartY + "px";
        if (browser.isIE) {
            window.event.cancelBubble = true;
            window.event.returnValue = false;
        }
        if (browser.isNS) {
            event.preventDefault();
        }
    }</p>
<p>    function zoominto_dragStop(event) {
        if (browser.isIE) {
            document.detachEvent("onmousemove", zoominto_dragGo);
            document.detachEvent("onmouseup", zoominto_dragStop);
        }
        if (browser.isNS) {
            document.removeEventListener("mousemove", zoominto_dragGo, true);
            document.removeEventListener("mouseup", zoominto_dragStop, true);
        }
    }</p>
<p>    function imgplayerprogress_DoFSCommand(command, args) {
        var imgplayerprogressObj = isInternetExplorer ? document.all.imgplayerprogress : document.imgplayerprogress;
    }</p>
<p>    function zoominto_addElement(divIdName, htmlval) {
        try {</p>
<p>            var newdiv = document.createElement("div");
            newdiv.setAttribute("id", divIdName);
            newdiv.setAttribute("title", "");
            newdiv.style.position = "absolute";
            newdiv.style.display = "none";
            newdiv.innerHTML = htmlval;</p>
<p>			document.body.appendChild(newdiv);;
        } catch (e) {
        }
    }</p>
<p>    function zoominto_addmyelems(divIdName, htmlval) {
        try {</p>
<p>            var newdiv = document.createElement("div");
            newdiv.setAttribute("id", divIdName);
            newdiv.innerHTML = htmlval;</p>
<p>		   document.body.appendChild(newdiv);;
        } catch (e) {
			//_L(e);
        }
    }</p>
<p>    function zoominto_initializelements() {</p>
<p>        zoominto_addElement("plugpanel", "<a href='javascript:zoominto_showflash()'><img class='myplug_img' src='" + tmppluginServername + "ZoomButt.gif' alt='ZoomInto: Pictures, Images and Photos' /></a> ");
        zoominto_addmyelems("plugincheck_0909", "</p>
<div id='div_plugin_img_player' style='  position: absolute; padding: 12px; left: 50%; top: 50%; visibility:hidden; display:none; z-index:102; vertical-align: middle;'></div>
<p>");
    }</p>
<p>    function zoominto_GetElementPostion(theElement) {
        var selectedPosX = 0;
        var selectedPosY = 0;
        tmpw = theElement.width;
        tmph = theElement.height;
        while (theElement != null) {
            selectedPosX += theElement.offsetLeft;
            selectedPosY += theElement.offsetTop;
            theElement = theElement.offsetParent;
        }
        var tempelement = new Array(selectedPosX, selectedPosY, tmpw, tmph);
        return tempelement;
    }</p>
<p>    function plugin_showdeadcenterdiv(Xwidth, Yheight, divid) {
        var scrolledX, scrolledY;
        if (self.pageYOffset) {
            scrolledX = self.pageXOffset;
            scrolledY = self.pageYOffset;
        } else if (document.documentElement &#038;&#038; document.documentElement.scrollTop) {
            scrolledX = document.documentElement.scrollLeft;
            scrolledY = document.documentElement.scrollTop;
        } else if (document.body) {
            scrolledX = document.body.scrollLeft;
            scrolledY = document.body.scrollTop;
        }
        var centerX, centerY;
        if (self.innerHeight) {
            centerX = self.innerWidth;
            centerY = self.innerHeight;
        } else if (document.documentElement &#038;&#038;
            document.documentElement.clientHeight) {
            centerX = document.documentElement.clientWidth;
            centerY = document.documentElement.clientHeight;
        } else if (document.body) {
            centerX = document.body.clientWidth;
            centerY = document.body.clientHeight;
        }
        var leftOffset = scrolledX + (centerX - Xwidth) / 2;
        var topOffset = scrolledY + (centerY - Yheight) / 2;
        var o = document.getElementById(divid);
        var r = o.style;
        r.position = "absolute";
        r.top = topOffset + "px";
        r.left = leftOffset + "px";
        r.display = "block";
    }</p>
<p>    function pluginalertShow(layerid) {
        document.getElementById(layerid).style.visibility = "visible";
        document.getElementById(layerid).style.display = "block";
        plugin_showdeadcenterdiv(280, 115, layerid);
        document.getElementById("plugin_btn_activate").focus();
    }</p>
<p>    function pluginalerthide(layerid) {
        document.getElementById(layerid).style.visibility = "hidden";
        document.getElementById(layerid).style.display = "none";
    }</p>
<p>	function zoom_getValidString(){</p>
<p>		return "&#038;isValidviewer=1";// all things are valid</p>
<p>	 }</p>
<p>    function zoominto_showflash() {</p>
<p>        try{
        var divimgplayer = document.getElementById("div_plugin_img_player");
        divimgplayer.style.display = "block";
        divimgplayer.style.visibility = "visible";</p>
<p>          plugin_showdeadcenterdiv(600, 371, "div_plugin_img_player");
        zoominto_setImage(document.getElementById("plugpanel").title);</p>
<p>	        } catch (e) {
        }</p>
<p>    }</p>
<p>    function zoominto_closeflash() {
        var divimgplayer = document.getElementById("div_plugin_img_player");
        divimgplayer.style.display = "none";
        divimgplayer.style.visibility = "hidden";
    }</p>
<p>function hidezoomicon(){
document.getElementById("plugpanel").style.visibility = "hidden";</p>
<p>}</p>
<p>    function getMouseX( e ) {</p>
<p>    return e.pageX</p>
<p>    || ( e.clientX + ( document.documentElement.scrollLeft</p>
<p>    || document.body.scrollLeft ) );</p>
<p>    }</p>
<p>    function getMouseY( e ) {</p>
<p>    return e.pageY</p>
<p>    || ( e.clientY + ( document.documentElement.scrollTop</p>
<p>    || document.body.scrollTop ) );</p>
<p>      }</p>
<p>function dhtmlLoadScript(url)
{
   var e = document.createElement("script");
   e.src = url;
   e.type="text/javascript";
//   document.getElementByTagName("head")[0].appendChild(e);</p>
<p>    document.getElementById("addiv").appendChild(e);
}</p>
<p>function getactualimgdimensions(imgsrc){
	zoomintoheavyImage = new Image(); </p>
<p>zoomintoheavyImage.src = imgsrc</p>
<p> var tempelement = new Array(zoomintoheavyImage.width, zoomintoheavyImage.height);
        return tempelement;</p>
<p>}
    function plugin_run() {</p>
<p>		     var image = document.getElementsByTagName("img");
		var totimgLength=image.length;</p>
<p>        zoominto_initializelements();</p>
<p>        for (var i = 0; i < image.length; i++) {</p>
<p>			 if (image[i].className.match("myplug_img")){
				     image[i].onmouseout = function (evt) { 
						document.getElementById("plugpanel").style.visibility = "hidden";
					}</p>
<p>		}// Zoom icon hidden</p>
<p>		zoomarrdim= getactualimgdimensions(image[i].src);
		//arrdim[0] - width  arrdim[1] - height</p>
<p>            if (!image[i].className.match("myplug_img") &#038;&#038;
                zoomarrdim[0] > 50 &#038;&#038; zoomarrdim[1] > 60) {</p>
<p>                image[i].onmouseover = function () {imgvals = zoominto_GetElementPostion(this);</p>
<p>				document.getElementById("plugpanel").style.display = "block";document.getElementById("plugpanel").style.visibility = "visible";document.getElementById("plugpanel").style.left = imgvals[0] + "px";document.getElementById("plugpanel").style.top = imgvals[1] +  "px";document.getElementById("plugpanel").title = this.src;};
                image[i].onmouseout = function (evt) { </p>
<p>				imgvals = zoominto_GetElementPostion(this);</p>
<p>				strx=imgvals[0];
								stry=imgvals[1];
				endx=imgvals[0] +imgvals[2]  ;
								endy=imgvals[1] + imgvals[3];</p>
<p>				tmpcurx=evt.pageX;
				tmpcury=evt.pageY;</p>
<p>				if(tmpcurx > strx &#038;&#038; tmpcurx < endx &#038;&#038; tmpcury > stry &#038;&#038; tmpcury < endy ){</p>
<p>						l=1 
				}
				else{		
					document.getElementById("plugpanel").style.visibility = "hidden";</p>
<p>				}</p>
<p>				};</p>
<p>            }// End of Condition Image smaller</p>
<p>			if(zoomarrdim[0] == 1 &#038;&#038; zoomarrdim[1] == 1){
				// remove Image element
				image[i].style.display="none";
								image[i].style.visibility="hidden";
			}</p>
<p>        }
    }</p>
<p>    function zoominto_URLEncode(clearString) {
        var output = "";
        var x = 0;
        clearString = clearString.toString();
        var regex = /(^[a-zA-Z0-9_.]*)/;
        while (x < clearString.length) {
            var match = regex.exec(clearString.substr(x));
            if (match != null &#038;&#038; match.length > 1 &#038;&#038; match[1] != "") {
                output += match[1];
                x += match[1].length;
            } else {
                if (clearString[x] == " ") {
                    output += "+";
                } else {
                    var charCode = clearString.charCodeAt(x);
                    var hexVal = charCode.toString(16);
                    output += "%" + (hexVal.length < 2 ? "0" : "") + hexVal.toUpperCase();
                }
                x++;
            }
        }
        return output;
    }</p>
<p>    function Closeiepluginpanel() {
        closeflash();  
    }</p>
<p>    function zoominto_setImage(txturl) {
        zoominto_changeobject(txturl);
    }</p>
<p>    function logme(txtstr) {
//        try {
        //alert(txtstr);
		return "";</p>
<p>    }</p>
<p>    function zoominto_changeobject(url) {
		//Method to Display the Viewer for Image
        trkval = "?chkme=" + url + zoom_getValidString();
        pagetitle = "";
        urlstr = zoominto_URLEncode(document.location);</p>
<p>		   document.getElementById("div_plugin_img_player").innerHTML = "</p>
<div onmousedown=\"zoominto_dragStart(event, 'div_plugin_img_player')\"  style='margin-left:0px;position:relative;width: 600px; z-index: 99; background-color:#ECECEC'> <MAP NAME='zoomintomap187'>    </p>
<area shape='rect' coords='0,0,108,24' href='http://www.zoominto.com' alt='Zoominto'  target='_blank' /> </MAP></p>
<table width='600' cellspacing='0' cellpadding='0' border='0' style='border: 1px solid #CCCCCC;border-bottom:none' >
<tbody>
<tr>
<td>
<table  cellspacing='0' cellpadding='0' border='0'>
<tbody>
<tr bgcolor='ECECEC'>
<td  background='"   + tmppluginServername + "images/bluebacku.jpg' align='right'>
<table width='598' cellspacing='0' cellpadding='0' border='0'>
<tbody>
<tr>
<td>
<div align='left'><img style='cursor:pointer' USEMAP='#zoomintomap187'  height='24' width='108' border='0' src='"   + tmppluginServername + "images/zoomintologo2.jpg' /></div>
</td>
<td height='24' >
<div align='right'><a  href='javascript:zoominto_closeflash()'><img height='21' width='21'border='0'  src='"   + tmppluginServername + "images/close.jpg' /></a></div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p>comment</p>
</div>
<div style='margin-top:-2px;background-color:#FFF'><span class="mceItemObject"  classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' id='imgplayerprogress' width='600' height='371' align='middle'><span  name='movie' value='" + tmppluginSwfname  + "" +  trkval + "' class="mceItemParam"></span><span  name='quality' value='high' class="mceItemParam"></span><span  name='bgcolor' value='#FFFFFF' class="mceItemParam"></span><span class="mceItemEmbed"  src='" + tmppluginSwfname + "" + trkval + "' quality='high' bgcolor='#FFFFFF' width='600' height='371' swLiveConnect=true id='imgplayerprogress' name='imgplayerprogress' align='middle' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></span></span></div>
<div style='margin-top:-2px;background-color:#FFFFFF'>
<table width='600' style='border: 1px solid #CCCCCC;border-bottom:none'>
<tbody>
<tr>
<td bgcolor='#FFFFFF'>
<div align='center'>
<table width='468' height='60' cellspacing='0' cellpadding='0' border='0'>
<tbody>
<tr>
<td bgcolor='#ffffff'> <iframe width=\"468\" height=\"60\" frameborder=\"0\" scrolling=\"no\" vspace=\"0\" src=\"http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-3393826534218057&#038;output=html&#038;h=60&#038;slotname=9692253183&#038;w=468&#038;lmt=1262233369&#038;flash=10.0.32&#038;url="+ document.location +"&#038;dt=1262235049423&#038;correlator=1262235049426&#038;frm=0&#038;ga_vid=1997738512.1262235049&#038;ga_sid=1262235049&#038;ga_hid=661104492&#038;ga_fc=0&#038;u_tz=330&#038;u_his=1&#038;u_java=0&#038;u_h=900&#038;u_w=1600&#038;u_ah=840&#038;u_aw=1600&#038;u_cd=32&#038;u_nplug=8&#038;u_nmime=9&#038;biw=1600&#038;bih=723&#038;fu=0&#038;ifi=1&#038;dtd=46&#038;xpc=yw7AUEd2vF&#038;p="+window.location.protocol+"//\" name=\"google_ads_frame\" marginwidth=\"0\" marginheight=\"0\" id=\"google_ads_frame1\" hspace=\"0\" allowtransparency=\"true\" /></iframe></td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<p>\n";</p>
<p>    }</p>
<p>// ]]&gt;</script></p>
]]></content:encoded>
			<wfw:commentRss>http://mediafairness.com/is-there-such-a-thing-as-media-malpractice/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does Obama think we have too much access to information?</title>
		<link>http://mediafairness.com/does-obama-think-we-have-too-much-access-to-information</link>
		<comments>http://mediafairness.com/does-obama-think-we-have-too-much-access-to-information#comments</comments>
		<pubDate>Sun, 09 May 2010 23:35:17 +0000</pubDate>
		<dc:creator>Brian Rowland</dc:creator>
				<category><![CDATA[Article References]]></category>
		<category><![CDATA[Editorial Comment]]></category>

		<guid isPermaLink="false">http://mediafairness.com/?p=208</guid>
		<description><![CDATA[DANGER ZONE!
It seems that Mr. Obama thinks we have too much information and that our free and increased access to information is putting a &#8220;strain&#8221; on democracy. Fundamentally, this is troublesome, and while much could be said on this topic, because there is no argument to win with Mr. Obama himself, not much more needs [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff0000;">DANGER ZONE!</span></p>
<p style="text-align: justify;">It seems that Mr. Obama thinks we have too much information and that our free and increased access to information is putting a &#8220;strain&#8221; on democracy. Fundamentally, this is troublesome, and while much could be said on this topic, because there is no argument to win with Mr. Obama himself, not much more needs to be said.  His views speak clearly for him.<span id="more-208"></span></p>
<p style="text-align: justify;">It is agreeable that the nonsense often reported on cable and broadcast networks is, at best, insulting.  However, those media are collapsing from the weight of the manure they carry and spread.  Time, and the evolution of gatekeepers, will solve this problem &#8211; meaning, poor ratings and advertising revenues will force change.</p>
<p style="text-align: justify;">Meanwhile, review <a href="http://www.google.com/hostednews/afp/article/ALeqM5hcoyG-Ck3-VwZB7fqpUFXbffoObg" target="_blank">this article</a> and please think about what it means for our President to lament our free access to abundant information.</p>
]]></content:encoded>
			<wfw:commentRss>http://mediafairness.com/does-obama-think-we-have-too-much-access-to-information/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Did Obama Dismiss Reinstitution Of The Fairness Doctrine?</title>
		<link>http://mediafairness.com/why-did-obama-dismiss-reinstitution-of-the-fairness-doctrine</link>
		<comments>http://mediafairness.com/why-did-obama-dismiss-reinstitution-of-the-fairness-doctrine#comments</comments>
		<pubDate>Wed, 24 Mar 2010 07:41:45 +0000</pubDate>
		<dc:creator>Brian Rowland</dc:creator>
				<category><![CDATA[Editorial Comment]]></category>

		<guid isPermaLink="false">http://mediafairness.com/?p=194</guid>
		<description><![CDATA[While I try to steer clear of conspiracy theories or discussion of evil motives, I have a worry.
Do you remember, in the months shortly after Obama was elected, when there was noise about reinstitution of the Fairness Doctrine (or institution of some type of regulation to &#8220;level the playing field&#8221; with regard to talk radio)?  [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">While I try to steer clear of conspiracy theories or discussion of evil motives, I have a worry.</p>
<p style="text-align: justify;">Do you remember, in the months shortly after Obama was elected, when there was noise about reinstitution of the Fairness Doctrine (or institution of some type of regulation to &#8220;level the playing field&#8221; with regard to talk radio)?  Without going into specifics, politicians such as Dick Durbin (Sen), Nancy Pelosi (H. Rep), Debbie Stabenow (Sen), Anna Eshoo (H.Rep) and others, spoke out in favor of reimposition of the Fairness Doctrine and some even floated legislative trial balloons or regulatory proposals to advance the idea.  But suddenly, Obama, with the waive of the presidential magic wand, called off the idea shutting down the discussion.</p>
<p style="text-align: justify;"><span id="more-194"></span></p>
<p style="text-align: justify;">Some say Obama shut down discussion of the Fairness Doctrine because it was a distraction from his agenda &#8211; this might be true. However, I am concerned that he shut it down because he knew its imposition would be disadvantageous for his agenda, because it would arguably impose an obligation on his fawning television media friends to report (or allow equal time for reporting of) all sides of the health care reform debate and other items upcoming on his agenda. After all, what good is &#8220;fairness&#8221; at a time like this?</p>
<p style="text-align: justify;">I speculate that Obama understands that Limbaugh, Hannity, Levin and other radio talkers, while a nuisance to him, are speaking to the same audience day in and day out (a/k/a &#8220;preaching to the choir&#8221;), and so, they probably represent less of a threat to Obama or his agenda than some would like to believe. With the loudest voices of opposition largely speaking only to those who already oppose (and who would oppose anyway), why impose upon the more friendly broadcast media an obligation to break from their adoration and support?</p>
<p style="text-align: justify;">One has to wonder, if there were a true Fairness Doctrine which required the broadcast television networks to fairly report on matters of public controversy and importance, whether the health care vote would have had the same result.  Regardless of the answer (which we will never know), it is disheartening that one must contemplate the imposition of the (easily) arguably unconstitutional Fairness Doctrine in order to imagine a different result on health care reform. Had the broadcast television media shone a truly fair light on the pros and cons of health care reform (as contained in the Senate bill), and had the broadcast television media more highly scrutinized the crooked process and Obama&#8217;s lies about transparency, there might have been more pressure on the House of Representatives not to vote in favor.</p>
<p style="text-align: justify;">My theory and my speculation above cannot be proven (or disproven), but it should give rise to thought about the lack of integrity of the broadcast television media and how its overwhelming one-sidedness affects the outcome of critical landscape-altering legislation.  If conservative talk radio is &#8220;preaching to the choir&#8221; and overwhelmingly liberal newspaper is not capable of content regulation (because it is not electronic media regulated by the F.C.C.), then broadcast television becomes a sort of &#8220;swing vote.&#8221; Americans deserve better than this.</p>
]]></content:encoded>
			<wfw:commentRss>http://mediafairness.com/why-did-obama-dismiss-reinstitution-of-the-fairness-doctrine/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Iceland&#8217;s Government More Concerned About Free Speech Than The U.S.?</title>
		<link>http://mediafairness.com/is-icelands-government-more-concerned-about-free-speech-than-the-u-s</link>
		<comments>http://mediafairness.com/is-icelands-government-more-concerned-about-free-speech-than-the-u-s#comments</comments>
		<pubDate>Fri, 12 Mar 2010 11:40:23 +0000</pubDate>
		<dc:creator>Brian Rowland</dc:creator>
				<category><![CDATA[Article References]]></category>

		<guid isPermaLink="false">http://mediafairness.com/?p=188</guid>
		<description><![CDATA[While our Congressional leaders make noise about revival of the  “fairness doctrine”, Iceland, somewhat known for its pseudo-socialist  policies, is making bona-fide efforts to become the world leader in  ensuring a free press. See their government’s proposal here: Modern Icelandic Media  Initiative. Congressional desire to roll back free speech and Iceland&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">While our Congressional leaders make noise about revival of the  “fairness doctrine”, Iceland, somewhat known for its pseudo-socialist  policies, is making <em>bona-fide</em> efforts to become the world leader in  ensuring a free press. See their government’s proposal here: <a title="Icelandic Free Speech Initiative" href="http://www.immi.is/?l=en&amp;p=vision" target="_blank">Modern Icelandic Media  Initiative</a>. Congressional desire to roll back free speech and Iceland&#8217;s initiatives to ramp up free speech should be a warning sign that our leaders are  fearful of a truly free press and likely see control of it as a measure  to ensure their grip on power.  Thoughts?</p>
]]></content:encoded>
			<wfw:commentRss>http://mediafairness.com/is-icelands-government-more-concerned-about-free-speech-than-the-u-s/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gov&#8217;t Subsidies for Media &#8230; Part II</title>
		<link>http://mediafairness.com/govt-subsidies-for-media-part-ii</link>
		<comments>http://mediafairness.com/govt-subsidies-for-media-part-ii#comments</comments>
		<pubDate>Fri, 22 Jan 2010 20:25:37 +0000</pubDate>
		<dc:creator>Brian Rowland</dc:creator>
				<category><![CDATA[Article References]]></category>

		<guid isPermaLink="false">http://mediafairness.com/?p=181</guid>
		<description><![CDATA[Just a short blurb here to ask, &#8220;Should the feds prop up Air America?&#8221;.
It seems they&#8217;re in dire straits.  If you read my rant below on gov&#8217;t media subsidy, then this is the natural result of the marketplace of ideas I am preaching, and the marketplace should not be tampered with by Uncle Sam.
]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Just a short blurb here to ask, &#8220;Should the feds prop up Air America?&#8221;.</p>
<p style="text-align: justify;">It seems they&#8217;re in dire straits.  If you read my rant below on gov&#8217;t media subsidy, then <a title="Air America Goes Silent" href="http://adage.com/mediaworks/article?article_id=141665" target="_blank">this</a> is the natural result of the marketplace of ideas I am preaching, and the marketplace should not be tampered with by Uncle Sam.</p>
]]></content:encoded>
			<wfw:commentRss>http://mediafairness.com/govt-subsidies-for-media-part-ii/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Citizens United v. Federal Election Commission</title>
		<link>http://mediafairness.com/citizens-united-v-federal-election-commission</link>
		<comments>http://mediafairness.com/citizens-united-v-federal-election-commission#comments</comments>
		<pubDate>Fri, 22 Jan 2010 10:58:24 +0000</pubDate>
		<dc:creator>Brian Rowland</dc:creator>
				<category><![CDATA[Editorial Comment]]></category>

		<guid isPermaLink="false">http://mediafairness.com/?p=163</guid>
		<description><![CDATA[This is big. Finally, the McCain-Feingold bill has been rolled back.  After review of the highlights below, it is chilling to think that only 5 out of 9 Supreme Court Justices agreed with the majority opinion.  Some portions of the majority and concurring opinions (which I appreciate most) are below. Citations are redacted.  The full [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong>This is big.</strong> Finally, the McCain-Feingold bill has been rolled back.  After review of the highlights below, it is chilling to think that only 5 out of 9 Supreme Court Justices agreed with the majority opinion.  Some portions of the majority and concurring opinions (which I appreciate most) are below. Citations are redacted.  The full opinion is available <a title="Citizens United v. FEC" href="http://www.docstoc.com/docs/document-preview.aspx?doc_id=22956721" target="_blank">here</a>.  Comments are welcomed.</p>
<p style="text-align: justify;"><em>Majority Opinion, J. Anthony Kennedy:</em></p>
<ol style="text-align: justify;">
<li>&#8220;The First Amendment does not permit laws that force speakers to retain a campaign finance attorney, conduct demographic marketing research, or seek declaratory rulings before discussing the most salient political issues of our day.&#8221;</li>
<li>&#8220;We decline to adopt an interpretation that requires intricate case-by-case determinations to verify whether political speech is banned, especially if we are convinced that, in the end, this corporation has a constitutional right to speak on this subject.&#8221;<span id="more-163"></span></li>
<li>&#8220;&#8230; the Court cannot resolve this case on a narrower ground without chilling political speech, speech that is central to the meaning and purpose of the First Amendment. &#8230; It is not judicial restraint to accept an unsound, narrow argument just so the Court can avoid another argument with broader implications.&#8221;</li>
<li>&#8220;&#8230; given the complexity of the regulations and the deference courts show to administrative determinations, a speaker who wants to avoid threats of criminal liability and the heavy costs of defending against FEC [Federal Election Commission] enforcement must ask a governmental agency for prior permission to speak.  … These onerous restrictions thus function as the equivalent of prior restraint by giving the FEC power analogous to licensing laws implemented in 16th- and 17th-century England, laws and governmental practices of the sort that the First Amendment was drawn to prohibit. &#8230; When the FEC issues advisory opinions that prohibit speech, many persons, rather than undertake the considerable burden (and sometimes risk) of vindicating their rights through case-by-case litigation, will choose simply to abstain from protected speech harming not only themselves but society as a whole, which is deprived of an uninhibited marketplace of ideas.&#8221;</li>
<li>&#8220;[T]he FEC has created a regime that allows it to select what political speech is safe for public consumption by applying ambiguous tests.  If parties want to avoid litigation and the possibility of civil and criminal penalties, they must either refrain from speaking or ask the FEC to issue an advisory opinion approving of the political speech in question. Government officials pore over each word of a text to see if, in their judgment, it accords with the 11-factor test they have promulgated. This is an unprecedented governmental intervention into the realm of speech.&#8221;</li>
<li>&#8220;The First Amendment provides that Congress shall make no law . . . abridging the freedom of speech. &#8230; The law before us is an outright ban, backed by criminal sanctions. Section 441b makes it a felony for all corporations including nonprofit advocacy corporations either to expressly advocate the election or defeat of candidates or to broadcast electioneering communications within 30 days of a primary election and 60 days of a general election.&#8221;</li>
<li>&#8220;Speech is an essential mechanism of democracy, for it is the means to hold officials accountable to the people. &#8230; Premised on mistrust of governmental power, the First Amendment stands against attempts to disfavor certain subjects or viewpoints. &#8230; Prohibited, too, are restrictions distinguishing among different speakers, allowing speech by some but not others.&#8221;</li>
<li>&#8220;Quite apart from the purpose or effect of regulating content, moreover, the Government may commit a constitutional wrong when by law it identifies certain preferred speakers. By taking the right to speak from some and giving it to others, the Government deprives the disadvantaged person or class of the right to use speech to strive to establish worth, standing, and respect for the speakers voice. The Government may not by these means deprive the public of the right and privilege to determine for itself what speech and speakers are worthy of consideration. The First Amendment protects speech and speaker, and the ideas that flow from each.&#8221;</li>
<li>&#8220;&#8230; by its own terms, the law exempts some corporations but covers others, even though both have the need or the motive to communicate their views. The exemption applies to media corporations owned or controlled by corporations that have diverse and substantial investments and participate in endeavors other than news.  So even assuming the most doubtful proposition that a news organization has a right to speak when others do not, the exemption would allow a conglomerate that owns both a media business and an unrelated business to influence or control the media in order to advance its overall business interest. At the same time, some other corporation, with an identical business interest but no media outlet in its ownership structure.&#8221;</li>
<li>&#8220;The Framers may have been unaware of certain types of speakers or forms of communication, but that does not mean that those speakers and media are entitled to less First Amendment protection than those types of speakers and media that provided the means of communicating political ideas when the Bill of Rights was adopted.&#8221;</li>
<li>&#8220;Limits on independent expenditures, such as §441b, have a chilling effect extending well beyond the Government&#8217;s interest in preventing quid pro quo corruption.  The anti-corruption interest is not sufficient to displace the speech here in question.&#8221;</li>
<li>&#8220;We return to the principle &#8230; that the Government may not suppress political speech on the basis of the speaker&#8217;s corporate identity. No sufficient governmental interest justifies limits on the political speech of nonprofit or for-profit corporations.&#8221;</li>
</ol>
<p style="text-align: justify;"><em>Concurring Opinion, J. John Roberts and J. Samuel Alito:</em></p>
<ol style="text-align: justify;">
<li>&#8220;The Government urges us in this case to uphold a direct prohibition on political speech.  It asks us to embrace a theory of the First Amendment that would allow censorship not only of television and radio broadcasts, but of pamphlets, posters, the Internet, and virtually any other medium that corporations and unions might find useful in expressing their views on matters of public concern.  Its theory, if accepted, would empower the Government to prohibit newspapers from running editorials or opinion pieces supporting or opposing candidates for office, so long as the newspapers were owned by corporations as the major ones are.&#8221;</li>
<li>&#8220;The Court properly rejects that theory, and I join its opinion in full.  The First Amendment protects more than just the individual on a soapbox and the lonely pamphleteer.&#8221;</li>
</ol>
<p style="text-align: justify;"><em>Concurring Opinion of J. Antonin Scalia (primarily in reference to the dissenting opinion of J. J.P. Stevens</em><em>), joined by J. Samuel Alito and J. Clarence Thomas:</em></p>
<ol style="text-align: justify;">
<li><em>&#8220;</em>Instead of taking [a] straightforward approach to determining the [First] Amendment&#8217;s meaning, the dissent embarks on a detailed exploration of the Framers&#8217; views about the role of corporations in society.&#8221;</li>
<li>&#8220;The Framers didn&#8217;t like corporations, the dissent concludes, and therefore it follows (as night the day) that corporations had no rights of free speech.  Of course the Framers&#8217; personal affection or disaffection for corporations is relevant only insofar as it can be thought to be reflected in the understood meaning of the text they enacted not, as the dissent suggests, as a freestanding substitute for that text.&#8221;</li>
<li>&#8220;Despite the corporation-hating quotations the dissent has dredged up, it is far from clear that by the end of the 18th century corporations were despised.  If so, how came there to be so many of them?&#8221;</li>
<li>&#8220;The lack of a textual exception [in the First Amendment] for speech by corporations cannot be explained on the ground that such organizations did not exist or did not speak.  To the contrary, colleges, towns and cities, religious institutions, and guilds had long been organized as corporations at common law and under the King&#8217;s charter &#8230; [as a historical matter of fact] [b]oth corporations and voluntary associations actively petitioned the Government and expressed their views in newspapers and pamphlets. For example: An antislavery Quaker corporation petitioned the First Congress, distributed pamphlets, and communicated through the press in 1790. &#8230; The dissent offers no evidence &#8211; none whatever &#8211; that the First Amendment&#8217;s unqualified text was originally understood to exclude such associational speech from its protection.&#8221;</li>
<li>&#8220;Historical evidence relating to the textually similar clause &#8220;the freedom of . . . the press&#8221; also provides no support for the proposition that the First Amendment excludes conduct of artificial legal entities from the scope of its protection.&#8221;</li>
<li>[In summary] &#8220;The [First] Amendment is written in terms of &#8220;speech,&#8221; not speakers.  Its text offers no foothold for excluding any category of speaker, from single individuals to partnerships of individuals, to unincorporated associations of individuals, to incorporated associations of individuals, and the dissent offers no evidence about the original meaning of the text to support any such exclusion. We are therefore simply left with the question whether the speech at issue in this case is &#8220;speech&#8221; covered by the First Amendment.  No one says otherwise. A documentary film critical of a potential Presidential candidate is core political speech, and its nature as such does not change simply because it was funded by a corporation.&#8221;</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://mediafairness.com/citizens-united-v-federal-election-commission/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Is Harry Reid a Racist or Did He Merely Make a &#8220;Racial Remark&#8221;?</title>
		<link>http://mediafairness.com/is-harry-reid-a-racist-or-did-he-merely-make-a-racial-remark</link>
		<comments>http://mediafairness.com/is-harry-reid-a-racist-or-did-he-merely-make-a-racial-remark#comments</comments>
		<pubDate>Sun, 10 Jan 2010 12:40:00 +0000</pubDate>
		<dc:creator>Brian Rowland</dc:creator>
				<category><![CDATA[Editorial Comment]]></category>

		<guid isPermaLink="false">http://mediafairness.com/?p=156</guid>
		<description><![CDATA[The recent headline in USA Today (here) says that Harry Reid apologized for his &#8220;racial&#8221; remark.  Anybody find it odd that the word &#8220;racist&#8221; is not used in this article to describe Reid or the remark?  I find it interesting that there&#8217;s little to no questioning whether Reid is a racist bigot.  Instead, the article [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">The recent headline in USA Today (<a href="http://www.usatoday.com/news/washington/2010-01-09-Obama-Reid_N.htm" target="_blank">here</a>) says that Harry Reid apologized for his &#8220;racial&#8221; remark.  Anybody find it odd that the word &#8220;racist&#8221; is not used in this article to describe Reid or the remark?  I find it interesting that there&#8217;s little to no questioning whether Reid is a racist bigot.  Instead, the article serves as a platform to communicate Reid&#8217;s apology, and Obama&#8217;s acceptance of same, without inquiry.  I wonder what USA Today would be reporting if some high-ranking GOP Senator had made the same comments?</p>
<p style="text-align: justify;">On another front regarding this same news event, it is being reported that CBS 60 Minutes in a segment aired 1/10/2010 with the authors of &#8220;Game Change&#8221; (the book which exposed the Reid remarks) the topic of Reid&#8217;s remarks were <span style="text-decoration: underline;">completely ignored</span>. Ask yourself why, and try to answer honestly.  Watch clips here and see how obsessed CBS is with Sarah Palin, while having no time for Harry Reid&#8217;s racism &#8211; and let&#8217;s not forget, Sarah Palin is no longer an elected official, and Reid is the leader of the U.S. Senate.  <a href="http://www.cbsnews.com/video/watch/?id=6078906n" target="_blank">View here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mediafairness.com/is-harry-reid-a-racist-or-did-he-merely-make-a-racial-remark/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Government Subsidies for the Media?</title>
		<link>http://mediafairness.com/governmental-support-for-ailing-media</link>
		<comments>http://mediafairness.com/governmental-support-for-ailing-media#comments</comments>
		<pubDate>Sun, 27 Dec 2009 13:03:47 +0000</pubDate>
		<dc:creator>Brian Rowland</dc:creator>
				<category><![CDATA[Editorial Comment]]></category>

		<guid isPermaLink="false">http://mediafairness.com/?p=118</guid>
		<description><![CDATA[NO, HELL NO.
Think for a moment about what free speech entails.  In addition to traditional notions of free religious and political expression, it is the foundation for free creative expression (for creations both good and bad).  This is the freedom to create and market a top 10 hit, a box office blockbuster, a wildly successful [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">NO, HELL NO.</p>
<p style="text-align: justify;"><!--StartFragment-->Think for a moment about what free speech entails.  In addition to traditional notions of free religious and political expression, it is the foundation for free creative expression (for creations both good and bad).  This is the freedom to create and market a top 10 hit, a box office blockbuster, a wildly successful advertising campaign, etc.  It also is the freedom to create and have no commercial success whatsoever, as the vast majority of creative persons do (think: &#8220;starving artist&#8221;).  <strong>Free speech carries no guarantee that the message will be heard, liked or purchased.</strong></p>
<p style="text-align: justify;"><span id="more-118"></span>With that set of essential background information out of the way, it was to my absolute horror what I read in an article in <em>Variety</em> which proposes a BAIL OUT of the TV Networks!  I hate to say it but: &#8220;OMG&#8221;!</p>
<p style="text-align: justify;">If there is any lesson that needs to be taught and <em>taught well</em>, it is the lesson that the major television networks and newspapers need to learn some accountability for the garbage they propagate.  If noises begin to be made in Washington of a bail-out of the networks and newspapers, the crap needs to hit the fan.</p>
<p style="text-align: justify;">It would be deplorable to spend taxpayer money propping up the very beast that continuously works to mold society into the image of its liking, that lies and conceals the truth from the public on matters of great national import, that fawns over candidates of their liking, that maliciously tars and feathers those they disagree with, and that constantly portrays violence as a primary dispute resolution method.</p>
<p style="text-align: justify;">If the anti-social message of network television or shoddy newspaper reporting is worthy of a gub&#8217;ment bailout, then we are indeed in a dark era in American history.  Think about this double standard:  For years the networks have said &#8220;If you don&#8217;t like it, turn the channel.&#8221;  What good is it if we turn the channel, if the government comes along and props them back up?</p>
<p style="text-align: justify;">Compare the notion of propping up gub&#8217;ment-friendly media to the restriction on establishment of a government-sponsored religion by the establishment clause of the Constitution (whereby government institutions are prohibited from establishing a state religion) &#8211; it seems to me we should be free from the government meddling in either aspect of society.</p>
<p style="text-align: justify;">In sum, if the message is so poor that it is not sustainable, the government has no business in stepping in to prop it up &#8211; especially when the overtones are so politically charged.</p>
<p style="text-align: justify;"><!--EndFragment--></p>
]]></content:encoded>
			<wfw:commentRss>http://mediafairness.com/governmental-support-for-ailing-media/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Argument</title>
		<link>http://mediafairness.com/the-essential-argument</link>
		<comments>http://mediafairness.com/the-essential-argument#comments</comments>
		<pubDate>Fri, 20 Mar 2009 18:12:59 +0000</pubDate>
		<dc:creator>Brian Rowland</dc:creator>
				<category><![CDATA[Editorial Comment]]></category>

		<guid isPermaLink="false">http://mediafairness.com/?p=106</guid>
		<description><![CDATA[As a basic premise, the Fairness Doctrine was enacted by the FCC at a time when the concept of &#8220;scarcity&#8221; was readily accepted with regard to broadcast media.  It&#8217;s a simple concept &#8211; there is only so much bandwidth on the electromagnetic spectrum and only a certain number of radio and television station licenses can [...]]]></description>
			<content:encoded><![CDATA[<p id="_mcePaste" style="text-align: justify;">As a basic premise, the Fairness Doctrine was enacted by the FCC at a time when the concept of &#8220;scarcity&#8221; was readily accepted with regard to broadcast media.  It&#8217;s a simple concept &#8211; there is only so much bandwidth on the electromagnetic spectrum and only a certain number of radio and television station licenses can be allocated to geographic regions without interference between signals.</p>
<p style="text-align: justify;"><span id="more-106"></span></p>
<p style="text-align: justify;">During this period prior to the mid-1980s, the FCC additionally had rules regarding the number of stations a single owner could own.  For instance, under a 7-7-7 rule, a single owner could own 7 AM stations, 7 FM stations and 7 television stations (certain market based rules also applied to prevent ownership of AM, FM and TV in the same market).  Under such rules, the laws of mathematics dictated that, hypothetically, if there are 5000 AM radio stations in America, there would have to be about 714 different owners.  If you raised (relaxed) the ownership rules to 14, then you there would need be only about 357 separate owners.  The more it is raised, the lower number of owners are necessary to hold all the licenses.</p>
<p style="text-align: justify;">During the 1980s and early 1990s extreme relaxation of ownership rules occurred for reasons that seemed to include the guise (pushed by the National Assoc. of Broadcasters) that the industry needed managerial and operational consolidation in order for the industry to survive.  The relaxation of rules has had many predictable but unintended bad consequences &#8211; but that&#8217;s a conversation for another day &#8211; today we&#8217;re concerned with the Fairness Doctrine.</p>
<p style="text-align: justify;">Now, the constitutional issue (put in very basic terms) is that the Supreme Court must apply strict scrutiny to any limitation of speech by the government, especially limitations on political and religious speech.  A limitation is called a &#8220;prior restraint&#8221; and the Court says the strictest of scrutiny must be applied in determining whether a prior restraint is Constitutional (a prior restraint is un-Constitutional by definition).  Strict scrutiny means that (i) the government must have a compelling interest in limiting speech &#8211; this means critical and of high necessity, not just a desire by politicians to eliminate what they don&#8217;t want to hear; (ii) any law enacted that limits a fundamental right (e.g 1st Amendment speech) must be narrowly tailored so as to only address the critical need; and (iii) the law or policy must be the least restrictive means for accomplishing the objective.</p>
<p style="text-align: justify;">The argument I make is that the Fairness Doctrine (or similar law) which forces a broadcaster to account for points of view on the airwaves is a restriction on free speech &#8211; a prior restraint.  It will either (i) force a broadcaster to air speech it does not desire to air because it disagrees; (ii) force it to air speech which is commercially unsupportable; or (iii) cause the broadcaster to discontinue the programming of broadcast content by those with political views altogether.</p>
<p style="text-align: justify;">Consider these points:</p>
<p style="text-align: justify; padding-left: 30px;">1.  It is well-documented that generally, AM radio is flush with conservative talk, FM is flush with music and limited news/talk like NPR (generally considered centrist to liberal talk) and TV is flush with liberal sitcoms, liberal newscasts and liberal talk shows (with one exception, Fox News).  The point is, we already have fairness in the form of a sort of striated balance.</p>
<p style="text-align: justify; padding-left: 30px;">2.   The Supreme Court has determined that the free press guarantees of the First Amendment prevent any prior restraint on media.  The theory goes that bad speech will be punished and corrected by the market and by those actually harmed. Statements contrary to the public welfare would be punished after publication and that would curb their re-publication.   As an example, instead of regulating defamation, a defamed person or business may file suit and thence publishers (or those other would-be defamers) will guard themselves more carefully.  In a sense, in Patterson v. Colorado (US 1907) the Supreme Court established that the market and the legal system will self-regulate speech &#8211; but only after the word is out.  Bottom line, do you want to guard your tongue &#8230; or do you want the gov&#8217;t preventing your speech?</p>
<p style="text-align: justify; padding-left: 30px;">3.   Originally, the Fairness Doctrine was enacted to GIVE BROADCASTERS more rights because they were then-currently under a ban against editorializing.  Broadcasting and its regulation were so new on the scene that the government had to ease its way in to allowing broadcasters to editorialize, by regulating that they allow equal time for opposing views.  Its original purpose has been served.</p>
<p style="text-align: justify; padding-left: 30px;">4.   New media and technology further eliminate the &#8220;scarcity&#8221; concept.  While it remains true that there is only so much electromagnetic air space to allocate broadcast frequencies, that logic ignores modern reality.  First, the FCC has been creative in lowering the signal strength of allocated licenses and permitting greater levels of signal interference.  The advent of Low Power TV (LPTV) and Class A and LPFM (3K and less) has allowed the filling of may &#8220;holes&#8221; in the electromagnetic landscape.  I am not an engineer, but in theory, the delivery of digital broadcast signals permits the sending of a signal that should be less interference-prone and which should require less bandwidth on the spectrum.  This all ignores the glaring fact that anyone on a limited budget can create streaming audio, video and podcasts on the Internet.  Scarcity is a concept worthy of the term &#8220;relic.&#8221;</p>
<p style="text-align: justify; padding-left: 30px;">5.   Any perceived unfairness (one must assume that those in Congress who&#8217;ve raised the idea of reenactment of the Fairness Doctrine must consider there to be unfairness on the air) must be blamed, in part, on the government itself for permitting the extreme relaxation of ownership rules resulting in the consolidation of media ownership.  If XYZ Corp owns all five AM stations in Anytown, XYZ can put conservative (or liberal) talk hosts on one station and Polish polka on all the rest, eliminating the opportunity for another owner to present a counter-point.  Return of more reasonable limitations on ownership would result in a greater variety of owners and an increase in the diversity of voices in the marketplace.</p>
<p style="text-align: justify;">In clarification of the legal standard of strict scrutiny and to nail the coffin on this, understand that the Supreme Court has determined that the Fairness Doctrine is a prior restraint on speech that requires strict scrutiny to pass muster.  In my opinion (in addition to that of the Court), forced fairness does not pass muster, in part because:</p>
<p style="text-align: justify; padding-left: 30px;">(i) The points of view expressed on the airwaves are not a legitimate government concern &#8211; there is no compelling interest to anyone except the person or party who believes they&#8217;re being unfairly treated. The concern (if legitimate) is not a government-wide or critical national concern (e.g. national security concern), so inherently the government has no compelling interest.  How can the government alone ever have a compelling interest in revocation of a fundamental right? Isn&#8217;t that what long-ago struck down anti-sedition laws were all about? (note to the unobservant &#8211; this is the nature of the site&#8217;s trademark: &#8220;the ongoing oxymoron&#8221;).</p>
<p style="text-align: justify; padding-left: 30px;">(ii) The speech-limiting effect of the Fairness Doctrine is not the least restrictive means to accomplish the stated goal of diversity of viewpoints on the airwaves.  Instead, re-installation of sensible ownership rules would give the FCC the perfect &#8220;out&#8221; that would result in diversity of voices on the airwaves without the issuance of government message mandates and the deployment of broadcast content nazis.</p>
<p style="text-align: justify; padding-left: 30px;">(iii) The anger certain politicians may feel from hearing the opinions and observations of conservative talk show hosts is arguably very well counter-balanced by TV news, talk shows and sitcoms, as well as by NPR, David Letterman, etc.</p>
<p style="text-align: justify;">Regulation of political speech is clearly unlawful and contrary to the founders&#8217; core beliefs. Actual fairness already exists in the marketplace.  It&#8217;s ultimately fairly simple.</p>
]]></content:encoded>
			<wfw:commentRss>http://mediafairness.com/the-essential-argument/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What&#8217;s the point?</title>
		<link>http://mediafairness.com/hello-world</link>
		<comments>http://mediafairness.com/hello-world#comments</comments>
		<pubDate>Sat, 15 Nov 2008 22:43:36 +0000</pubDate>
		<dc:creator>Brian Rowland</dc:creator>
				<category><![CDATA[Mission of MF]]></category>

		<guid isPermaLink="false">http://mediafairness.com/?p=1</guid>
		<description><![CDATA[MediaFairness.com is dedicated to fighting the idea that fairness must (or can) be imposed upon the media.
For one, this site will serve to argue against re-adoption of the so-called &#8220;Fairness Doctrine&#8221;, based on the well-founded argument that the Fairness Doctrine is an unlawful prior restraint on speech which, when in effect years ago, was imposed [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">MediaFairness.com is dedicated to fighting the idea that fairness must (or can) be imposed upon the media.</p>
<p style="text-align: justify;">For one, this site will serve to argue against re-adoption of the so-called &#8220;Fairness Doctrine&#8221;, based on the well-founded argument that the Fairness Doctrine is an unlawful prior restraint on speech which, when in effect years ago, was imposed in order to grant rights to broadcasters to editorialize and was technically based on the Federal Communication Commission&#8217;s notion of &#8220;scarcity&#8221;. With new media technology, scarcity no longer exists.</p>
<p style="text-align: justify;"><span id="more-1"></span></p>
<p style="text-align: justify;"><img title="More..." src="http://mediafairness.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" />The Fairness Doctrine is a very dangerous proposition.  A short study of history reveals that the first move of a totalitarian regime is to take over the media and the last whimper of such a regime is their crackling voice heard over the air from deep within the bunker - media is all important to control and so it must remain in the hands of the citizens, not the government. As such, the recent momentum for revival of the Fairness Doctrine must be stopped.</p>
<p style="text-align: justify;">This site, through editorial content and links to external sites, will also seek to expose and criticize government manipulation of the media and apparent media bias.</p>
<p style="text-align: justify;">Please share this web site with like-minded friends and colleagues and keep up the fight against government control of the media. Even with the lopsided liberal slant of television and print, the media is our last best hope to resist a disastrous slide to socialism, or worse.  Support the advertisers of local and clear-minded media and turn your backs on those who support media which undermines the Constitution and would help others bastardize traditional American culture and our free economy.  The enemy of the truly free press is not elite, liberal, white, black or otherwise.  It is those of any ilk who would undermine free access to information and free expression, for the purposes of control of the less-informed masses and creation of a political stronghold.  So far, the Democrat Congress and Obama are scoring very poorly as they&#8217;ve tipped their hand several times to reveal a bona-fide lust for un-Constitutional media control.</p>
]]></content:encoded>
			<wfw:commentRss>http://mediafairness.com/hello-world/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
