if(!BrowserDetect){
	var BrowserDetect = {
		init: function () {
			this.browser = this.searchString(this.dataBrowser) || "An unknown browser";
			this.version = this.searchVersion(navigator.userAgent)
				|| this.searchVersion(navigator.appVersion)
				|| "an unknown version";
			this.OS = this.searchString(this.dataOS) || "an unknown OS";
		},
		searchString: function (data) {
			for (var i=0;i<data.length;i++)	{
				var dataString = data[i].string;
				var dataProp = data[i].prop;
				this.versionSearchString = data[i].versionSearch || data[i].identity;
				if (dataString) {
					if (dataString.indexOf(data[i].subString) != -1)
						return data[i].identity;
				}
				else if (dataProp)
					return data[i].identity;
			}
		},
		searchVersion: function (dataString) {
			var index = dataString.indexOf(this.versionSearchString);
			if (index == -1) return;
			return parseFloat(dataString.substring(index+this.versionSearchString.length+1));
		},
		dataBrowser: [
			{
				string: navigator.userAgent,
				subString: "Chrome",
				identity: "Chrome"
			},
			{ 	string: navigator.userAgent,
				subString: "OmniWeb",
				versionSearch: "OmniWeb/",
				identity: "OmniWeb"
			},
			{
				string: navigator.vendor,
				subString: "Apple",
				identity: "Safari",
				versionSearch: "Version"
			},
			{
				prop: window.opera,
				identity: "Opera"
			},
			{
				string: navigator.vendor,
				subString: "iCab",
				identity: "iCab"
			},
			{
				string: navigator.vendor,
				subString: "KDE",
				identity: "Konqueror"
			},
			{
				string: navigator.userAgent,
				subString: "Firefox",
				identity: "Firefox"
			},
			{
				string: navigator.vendor,
				subString: "Camino",
				identity: "Camino"
			},
			{		// for newer Netscapes (6+)
				string: navigator.userAgent,
				subString: "Netscape",
				identity: "Netscape"
			},
			{
				string: navigator.userAgent,
				subString: "MSIE",
				identity: "Explorer",
				versionSearch: "MSIE"
			},
			{
				string: navigator.userAgent,
				subString: "Gecko",
				identity: "Mozilla",
				versionSearch: "rv"
			},
			{ 		// for older Netscapes (4-)
				string: navigator.userAgent,
				subString: "Mozilla",
				identity: "Netscape",
				versionSearch: "Mozilla"
			}
		],
		dataOS : [
			{
				string: navigator.platform,
				subString: "Win",
				identity: "Windows"
			},
			{
				string: navigator.platform,
				subString: "Mac",
				identity: "Mac"
			},
			{
				   string: navigator.userAgent,
				   subString: "iPhone",
				   identity: "iPhone/iPod"
		    },
			{
				string: navigator.platform,
				subString: "Linux",
				identity: "Linux"
			}
		]

	};
	BrowserDetect.init();
}/* SWFObject v2.1 <http://code.google.com/p/swfobject/>
	Copyright (c) 2007-2008 Geoff Stearns, Michael Williams, and Bobby van der Sluis
	This software is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
*/
if(!swfobject){
var swfobject=function(){var b="undefined",Q="object",n="Shockwave Flash",p="ShockwaveFlash.ShockwaveFlash",P="application/x-shockwave-flash",m="SWFObjectExprInst",j=window,K=document,T=navigator,o=[],N=[],i=[],d=[],J,Z=null,M=null,l=null,e=false,A=false;var h=function(){var v=typeof K.getElementById!=b&&typeof K.getElementsByTagName!=b&&typeof K.createElement!=b,AC=[0,0,0],x=null;if(typeof T.plugins!=b&&typeof T.plugins[n]==Q){x=T.plugins[n].description;if(x&&!(typeof T.mimeTypes!=b&&T.mimeTypes[P]&&!T.mimeTypes[P].enabledPlugin)){x=x.replace(/^.*\s+(\S+\s+\S+$)/,"$1");AC[0]=parseInt(x.replace(/^(.*)\..*$/,"$1"),10);AC[1]=parseInt(x.replace(/^.*\.(.*)\s.*$/,"$1"),10);AC[2]=/r/.test(x)?parseInt(x.replace(/^.*r(.*)$/,"$1"),10):0}}else{if(typeof j.ActiveXObject!=b){var y=null,AB=false;try{y=new ActiveXObject(p+".7")}catch(t){try{y=new ActiveXObject(p+".6");AC=[6,0,21];y.AllowScriptAccess="always"}catch(t){if(AC[0]==6){AB=true}}if(!AB){try{y=new ActiveXObject(p)}catch(t){}}}if(!AB&&y){try{x=y.GetVariable("$version");if(x){x=x.split(" ")[1].split(",");AC=[parseInt(x[0],10),parseInt(x[1],10),parseInt(x[2],10)]}}catch(t){}}}}var AD=T.userAgent.toLowerCase(),r=T.platform.toLowerCase(),AA=/webkit/.test(AD)?parseFloat(AD.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,q=false,z=r?/win/.test(r):/win/.test(AD),w=r?/mac/.test(r):/mac/.test(AD);/*@cc_on q=true;@if(@_win32)z=true;@elif(@_mac)w=true;@end@*/return{w3cdom:v,pv:AC,webkit:AA,ie:q,win:z,mac:w}}();var L=function(){if(!h.w3cdom){return }f(H);if(h.ie&&h.win){try{K.write("<script id=__ie_ondomload defer=true src=//:><\/script>");J=C("__ie_ondomload");if(J){I(J,"onreadystatechange",S)}}catch(q){}}if(h.webkit&&typeof K.readyState!=b){Z=setInterval(function(){if(/loaded|complete/.test(K.readyState)){E()}},10)}if(typeof K.addEventListener!=b){K.addEventListener("DOMContentLoaded",E,null)}R(E)}();function S(){if(J.readyState=="complete"){J.parentNode.removeChild(J);E()}}function E(){if(e){return }if(h.ie&&h.win){var v=a("span");try{var u=K.getElementsByTagName("body")[0].appendChild(v);u.parentNode.removeChild(u)}catch(w){return }}e=true;if(Z){clearInterval(Z);Z=null}var q=o.length;for(var r=0;r<q;r++){o[r]()}}function f(q){if(e){q()}else{o[o.length]=q}}function R(r){if(typeof j.addEventListener!=b){j.addEventListener("load",r,false)}else{if(typeof K.addEventListener!=b){K.addEventListener("load",r,false)}else{if(typeof j.attachEvent!=b){I(j,"onload",r)}else{if(typeof j.onload=="function"){var q=j.onload;j.onload=function(){q();r()}}else{j.onload=r}}}}}function H(){var t=N.length;for(var q=0;q<t;q++){var u=N[q].id;if(h.pv[0]>0){var r=C(u);if(r){N[q].width=r.getAttribute("width")?r.getAttribute("width"):"0";N[q].height=r.getAttribute("height")?r.getAttribute("height"):"0";if(c(N[q].swfVersion)){if(h.webkit&&h.webkit<312){Y(r)}W(u,true)}else{if(N[q].expressInstall&&!A&&c("6.0.65")&&(h.win||h.mac)){k(N[q])}else{O(r)}}}}else{W(u,true)}}}function Y(t){var q=t.getElementsByTagName(Q)[0];if(q){var w=a("embed"),y=q.attributes;if(y){var v=y.length;for(var u=0;u<v;u++){if(y[u].nodeName=="DATA"){w.setAttribute("src",y[u].nodeValue)}else{w.setAttribute(y[u].nodeName,y[u].nodeValue)}}}var x=q.childNodes;if(x){var z=x.length;for(var r=0;r<z;r++){if(x[r].nodeType==1&&x[r].nodeName=="PARAM"){w.setAttribute(x[r].getAttribute("name"),x[r].getAttribute("value"))}}}t.parentNode.replaceChild(w,t)}}function k(w){A=true;var u=C(w.id);if(u){if(w.altContentId){var y=C(w.altContentId);if(y){M=y;l=w.altContentId}}else{M=G(u)}if(!(/%$/.test(w.width))&&parseInt(w.width,10)<310){w.width="310"}if(!(/%$/.test(w.height))&&parseInt(w.height,10)<137){w.height="137"}K.title=K.title.slice(0,47)+" - Flash Player Installation";var z=h.ie&&h.win?"ActiveX":"PlugIn",q=K.title,r="MMredirectURL="+j.location+"&MMplayerType="+z+"&MMdoctitle="+q,x=w.id;if(h.ie&&h.win&&u.readyState!=4){var t=a("div");x+="SWFObjectNew";t.setAttribute("id",x);u.parentNode.insertBefore(t,u);u.style.display="none";var v=function(){u.parentNode.removeChild(u)};I(j,"onload",v)}U({data:w.expressInstall,id:m,width:w.width,height:w.height},{flashvars:r},x)}}function O(t){if(h.ie&&h.win&&t.readyState!=4){var r=a("div");t.parentNode.insertBefore(r,t);r.parentNode.replaceChild(G(t),r);t.style.display="none";var q=function(){t.parentNode.removeChild(t)};I(j,"onload",q)}else{t.parentNode.replaceChild(G(t),t)}}function G(v){var u=a("div");if(h.win&&h.ie){u.innerHTML=v.innerHTML}else{var r=v.getElementsByTagName(Q)[0];if(r){var w=r.childNodes;if(w){var q=w.length;for(var t=0;t<q;t++){if(!(w[t].nodeType==1&&w[t].nodeName=="PARAM")&&!(w[t].nodeType==8)){u.appendChild(w[t].cloneNode(true))}}}}}return u}function U(AG,AE,t){var q,v=C(t);if(v){if(typeof AG.id==b){AG.id=t}if(h.ie&&h.win){var AF="";for(var AB in AG){if(AG[AB]!=Object.prototype[AB]){if(AB.toLowerCase()=="data"){AE.movie=AG[AB]}else{if(AB.toLowerCase()=="styleclass"){AF+=' class="'+AG[AB]+'"'}else{if(AB.toLowerCase()!="classid"){AF+=" "+AB+'="'+AG[AB]+'"'}}}}}var AD="";for(var AA in AE){if(AE[AA]!=Object.prototype[AA]){AD+='<param name="'+AA+'" value="'+AE[AA]+'" />'}}v.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+AF+">"+AD+"</object>";i[i.length]=AG.id;q=C(AG.id)}else{if(h.webkit&&h.webkit<312){var AC=a("embed");AC.setAttribute("type",P);for(var z in AG){if(AG[z]!=Object.prototype[z]){if(z.toLowerCase()=="data"){AC.setAttribute("src",AG[z])}else{if(z.toLowerCase()=="styleclass"){AC.setAttribute("class",AG[z])}else{if(z.toLowerCase()!="classid"){AC.setAttribute(z,AG[z])}}}}}for(var y in AE){if(AE[y]!=Object.prototype[y]){if(y.toLowerCase()!="movie"){AC.setAttribute(y,AE[y])}}}v.parentNode.replaceChild(AC,v);q=AC}else{var u=a(Q);u.setAttribute("type",P);for(var x in AG){if(AG[x]!=Object.prototype[x]){if(x.toLowerCase()=="styleclass"){u.setAttribute("class",AG[x])}else{if(x.toLowerCase()!="classid"){u.setAttribute(x,AG[x])}}}}for(var w in AE){if(AE[w]!=Object.prototype[w]&&w.toLowerCase()!="movie"){F(u,w,AE[w])}}v.parentNode.replaceChild(u,v);q=u}}}return q}function F(t,q,r){var u=a("param");u.setAttribute("name",q);u.setAttribute("value",r);t.appendChild(u)}function X(r){var q=C(r);if(q&&(q.nodeName=="OBJECT"||q.nodeName=="EMBED")){if(h.ie&&h.win){if(q.readyState==4){B(r)}else{j.attachEvent("onload",function(){B(r)})}}else{q.parentNode.removeChild(q)}}}function B(t){var r=C(t);if(r){for(var q in r){if(typeof r[q]=="function"){r[q]=null}}r.parentNode.removeChild(r)}}function C(t){var q=null;try{q=K.getElementById(t)}catch(r){}return q}function a(q){return K.createElement(q)}function I(t,q,r){t.attachEvent(q,r);d[d.length]=[t,q,r]}function c(t){var r=h.pv,q=t.split(".");q[0]=parseInt(q[0],10);q[1]=parseInt(q[1],10)||0;q[2]=parseInt(q[2],10)||0;return(r[0]>q[0]||(r[0]==q[0]&&r[1]>q[1])||(r[0]==q[0]&&r[1]==q[1]&&r[2]>=q[2]))?true:false}function V(v,r){if(h.ie&&h.mac){return }var u=K.getElementsByTagName("head")[0],t=a("style");t.setAttribute("type","text/css");t.setAttribute("media","screen");if(!(h.ie&&h.win)&&typeof K.createTextNode!=b){t.appendChild(K.createTextNode(v+" {"+r+"}"))}u.appendChild(t);if(h.ie&&h.win&&typeof K.styleSheets!=b&&K.styleSheets.length>0){var q=K.styleSheets[K.styleSheets.length-1];if(typeof q.addRule==Q){q.addRule(v,r)}}}function W(t,q){var r=q?"visible":"hidden";if(e&&C(t)){C(t).style.visibility=r}else{V("#"+t,"visibility:"+r)}}function g(s){var r=/[\\\"<>\.;]/;var q=r.exec(s)!=null;return q?encodeURIComponent(s):s}var D=function(){if(h.ie&&h.win){window.attachEvent("onunload",function(){var w=d.length;for(var v=0;v<w;v++){d[v][0].detachEvent(d[v][1],d[v][2])}var t=i.length;for(var u=0;u<t;u++){X(i[u])}for(var r in h){h[r]=null}h=null;for(var q in swfobject){swfobject[q]=null}swfobject=null})}}();return{registerObject:function(u,q,t){if(!h.w3cdom||!u||!q){return }var r={};r.id=u;r.swfVersion=q;r.expressInstall=t?t:false;N[N.length]=r;W(u,false)},getObjectById:function(v){var q=null;if(h.w3cdom){var t=C(v);if(t){var u=t.getElementsByTagName(Q)[0];if(!u||(u&&typeof t.SetVariable!=b)){q=t}else{if(typeof u.SetVariable!=b){q=u}}}}return q},embedSWF:function(x,AE,AB,AD,q,w,r,z,AC){if(!h.w3cdom||!x||!AE||!AB||!AD||!q){return }AB+="";AD+="";if(c(q)){W(AE,false);var AA={};if(AC&&typeof AC===Q){for(var v in AC){if(AC[v]!=Object.prototype[v]){AA[v]=AC[v]}}}AA.data=x;AA.width=AB;AA.height=AD;var y={};if(z&&typeof z===Q){for(var u in z){if(z[u]!=Object.prototype[u]){y[u]=z[u]}}}if(r&&typeof r===Q){for(var t in r){if(r[t]!=Object.prototype[t]){if(typeof y.flashvars!=b){y.flashvars+="&"+t+"="+r[t]}else{y.flashvars=t+"="+r[t]}}}}f(function(){U(AA,y,AE);if(AA.id==AE){W(AE,true)}})}else{if(w&&!A&&c("6.0.65")&&(h.win||h.mac)){A=true;W(AE,false);f(function(){var AF={};AF.id=AF.altContentId=AE;AF.width=AB;AF.height=AD;AF.expressInstall=w;k(AF)})}}},getFlashPlayerVersion:function(){return{major:h.pv[0],minor:h.pv[1],release:h.pv[2]}},hasFlashPlayerVersion:c,createSWF:function(t,r,q){if(h.w3cdom){return U(t,r,q)}else{return undefined}},removeSWF:function(q){if(h.w3cdom){X(q)}},createCSS:function(r,q){if(h.w3cdom){V(r,q)}},addDomLoadEvent:f,addLoadEvent:R,getQueryParamValue:function(v){var u=K.location.search||K.location.hash;if(v==null){return g(u)}if(u){var t=u.substring(1).split("&");for(var r=0;r<t.length;r++){if(t[r].substring(0,t[r].indexOf("="))==v){return g(t[r].substring((t[r].indexOf("=")+1)))}}}return""},expressInstallCallback:function(){if(A&&M){var q=C(m);if(q){q.parentNode.replaceChild(M,q);if(l){W(l,true);if(h.ie&&h.win){M.style.display="block"}}M=null;l=null;A=false}}}}}();}/*jslint white: true, forin: true, onevar: true, undef: true, nomen: true, eqeqeq: true, plusplus: true, bitwise: true, regexp: true, newcap: true, immed: true, indent: 2 */
var CousinFeedWidget = (function () {
  return function (data, variable_name) {
    // Alias for scoping
    var cfw = this;

    this.variable_name = variable_name;
    this.version       = "0.1";
    this.string_cache  = [];
    this.query         = 
    this.currentPlayer = 
    this.currentItem   = 
    this.script        = null;


    this.parse_query_string = function () {
      var qs = window.location.search.substring(1),
          qs_arr = qs.split("&"),
          key_val,
          i = 0;
      this.query = [];
      for (; i < qs_arr.length; i = i + 1) {
        key_val = qs_arr[i].split("=");
        this.query[key_val[0]] = key_val[1];
      }
    };

    this.get_query = function (item) {
      if (this.query === null) {
        this.parse_query_string();
      }
      return this.query[item];
    };

    this.clearPlayer = function () {
      if (cfw.currentPlayer !== null) {
        swfobject.removeSWF("cnw_media_player_flash");
        cfw.currentPlayer.parentNode.removeChild(cfw.currentPlayer);
        cfw.currentPlayer = null;
      }
    };

    this.get = function (page, posts_per) {
      this.clearPlayer();
      if (this.script !== null) {
        this.script.parentNode.removeChild(this.script);
        delete this.script;
      }

      // Add style tag to correct theme
      this.script      = document.createElement('script');
      this.script.id   = "getscript";
      this.script.type = "text/javascript";
      this.script.src  = this.api_url + "/paging.php?page=" + page + "&posts_per=" + posts_per + "&callback=" + this.variable_name + ".parse_return&id=" + this.el.id;

      document.getElementsByTagName("head")[0].appendChild(this.script);
    };

    this.initialize = function () {
      var inst, action, rel, i = 0, part;
      // Grab dom node to insert widget
      this.el = document.getElementById(data.id);  

      //The element is required. If it isn't found, cancel the loading of the widget
      if (this.el === null) {
        return false;
      }
      
      rel = this.el.getAttribute('rel');
      if (rel) {
        rel = rel.split(';'); // Split pairs
        for (; i < rel.length; i = i + 1) {
          part = rel[i].split(':'); // Split key:value
          data[part[0]] = part[1].replace(/^\s/, '');
        }
      }
      
      if (data.insert_id) {
        inst = document.getElementById(data.insert_id);
        if (inst) {
          inst.insertBefore(this.el, inst.firstChild);
        } else {
          return false;
        }
      }
      
      if (data.append && typeof window.Sizzle !== "undefined") {
        inst = window.Sizzle(data.append);
        if (inst.length) {
          inst = inst[0];
          inst.parentNode.appendChild(this.el);
        } else {
          return false;
        }
      }
      
      if (data.prepend && typeof window.Sizzle !== "undefined") {
        inst = window.Sizzle(data.prepend);
        if (inst.length) {
          inst = inst[0];
          inst.insertBefore(this.el, inst.firstChild);
        } else {
          return false;
        }
      }
      
      if (data.insert_after && typeof window.Sizzle !== "undefined") {
        inst = window.Sizzle(data.insert_after);
        if (inst.length) {
          inst = inst[0];
          if (inst.nextSibling) {
            inst.parentNode.insertBefore(this.el, inst.nextSibling); 
          } else {
            inst.parentNode.appendChild(this.el);
          }
        } else {
          return false;
        }
      }
      
      if (data.insert_before && typeof window.Sizzle !== "undefined") {
        inst = window.Sizzle(data.insert_before);
        if (inst.length) {
          inst = inst[0];
          inst.parentNode.insertBefore(this.el, inst);
        } else {
          return false;
        }
      }

      // Will determine the CSS that is loaded. Possibly the HTML
      // Defaults to "default"
      this.theme   = data.theme;
      this.query_s = data.query_s;
      
      // Future support for a horizontal widget
      // Defaults to vertical
      this.orientation = data.orientation;
      this.api_url     = data.api_url;

      this.is_ie6 = (BrowserDetect.browser === "Explorer" && BrowserDetect.version < 7);

      this.attachCss();

      // "Strings" are the availible replacement variables
      // and their default content. Simply put a div#cnw_variable_name
      // on the page, and the default value will be replaced by the content
      // you supply.
      this.strings = data.strings;
      this.prepareReplacementStrings();


      if (data.aweber_content) {
        action = this.get_query("action");
        if (action === "thank_you_signup") {
          this.add_block("cnw_aweber", this.replaceStrings(data.aweber_content + data.aweber_signup_content));
        } else if (action === "confirmed") {
          this.add_block("cnw_aweber", this.replaceStrings(data.aweber_confirmed_content));        
        } else {
          this.add_block("cnw_aweber", this.replaceStrings(data.aweber_content));        
        }
      }

      if (data.swap_widgets) {
        if (data.rss_content) {
          this.add_block("cnw_rss", this.replaceStrings(data.rss_content));
          this.setup_dialog();
          this.setup_rss_data();
        }
        
        if (data.feeds_content) {
          this.add_block("cnw_feeds", this.replaceStrings(data.feeds_content));
        }
      } else {
        if (data.feeds_content) {
          this.add_block("cnw_feeds", this.replaceStrings(data.feeds_content));
        }

        if (data.rss_content) {
          this.add_block("cnw_rss", this.replaceStrings(data.rss_content));
          this.setup_dialog();
          this.setup_rss_data();
        }
      }


      // window.setTimeout(function(){
      //     cfw.el.style.display = "block";      
      //     }, 100)

    };

    this.setup_dialog = function () {
      this.shade = document.getElementById("cnw_shade");
      if (!this.shade) {
        this.shade               = document.createElement("div");
        this.shade.id            = "cnw_shade";
        this.shade.style.display = "none";
        this.shade.style.zIndex  = 1500;

        if (cfw.is_ie6) {
          this.shade.style.position = "absolute";
          this.shade.style.height   = document.body.scrollHeight;
          this.shade.style.width    = "100%";
          this.shade.style.bottom   = "auto";

        }
        document.body.appendChild(this.shade);
      }

      this.dialog = document.getElementById("cnw_dialog");
      if (!this.dialog) {
        this.dialog               = document.createElement("div");
        this.dialog.style.zIndex  = 1600;
        this.dialog.id            = "cnw_dialog";
        this.dialog.style.display = "none";

        if (cfw.is_ie6) {
          this.dialog.style.position = "absolute";
        }
        this.dialog.innerHTML = "<h3>Get This Widget</h3><p>To embed this widget, copy and paste the following code on to your website.</p><div class='cnw_dialog_area'><textarea id='cnw_dialog_area'>" + this.get_widget + "</textarea></div><div class='cnw_actions'><a href='#' onclick='cfw_NewsWidget" + this.el.id + ".closeDialog();return false;'>Close</a></div>";
        document.body.appendChild(this.dialog);
      }
    };

    this.setup_rss_data = function () {
      var rss        = document.getElementById("cnw_rss_content"),
          enclosures = rss.getElementsByTagName("UL"),
          i          = 0;

      for (; i < enclosures.length; i = i + 1) {
        cfw.prepareObject(enclosures[i]);
      }
    };

    this.prepareObject = function (enclosure) {
      var enc        = enclosure,
          a          = enc.previousSibling,
          p          = enc.parentNode,
          cn         = enc.childNodes,
          enclosures = [],
          j          = 0,
          child, ref, ref_li, ref_a;

      for (; j < cn.length; j = j + 1) {
        child = cn[j];
        if (child.nodeName === "LI" && child.className === "cnw_rss_enclosure") {
          enclosures.push(child.childNodes[0]);
        }
      }
      if (enclosures.length === 1 && enclosures[0].href.match(/\.mp3$/)) {
        ref = enclosures[0].href;
        ref_li = p;
        
        a.onclick = function () {
          return false;
        };
        
        p.onclick = function () {
          cfw.insertPlayer(ref, ref_li);
          return false;
        };  
        
        p.className += " cnw_enclosure_link";
      } else {
        ref_li = p;
        ref_a = a;
        
        a.onclick = function () {
          return false;
          //cfw.clearPlayer();
          //cfw.setCurrentItem(ref_li);

        };
        p.onclick = function () {
          cfw.clearPlayer();
          cfw.setCurrentItem(ref_li);
          window.open(ref_a.href);
        };
        p.className += " cnw_outbound_link";
        p.rel = "cfw_NewsWidget" + this.el.id;

        ///
        //window[p.rel].clearPlayer();
        //window[p.rel].setCurrentItem( p.closest('li')[0]);
        //
      }
    };

    this.setCurrentItem = function (element) {
      if (cfw.currentItem !== null) {
        cfw.currentItem.className = cfw.currentItem.className.replace(/cnw_rss_active_item/gi, '');
        cfw.currentItem = null;
      }
      cfw.currentItem = element;
      cfw.currentItem.className += " cnw_rss_active_item";
    };

    this.insertPlayer = function (mp3, element) {
      var parent = document.getElementById("cnw_rss_content");
      cfw.clearPlayer();

      this.setCurrentItem(element);

      cfw.currentPlayer = document.createElement("li");
      cfw.currentPlayer.id = "cnw_media_player_container";
      cfw.currentPlayer.className = "cnw_rss_player";
      cfw.currentPlayer.innerHTML = "<div id='cnw_media_player_flash'></div>";

      parent.insertBefore(cfw.currentPlayer, element.nextSibling);

      swfobject.embedSWF("http://gibsonpope.healthnewspodcast.info/api/0.1/media/widget_audio.swf?" + (Math.random() * 2000), "cnw_media_player_flash", "134", "17", "6.0.0", "", {mp3_file: mp3}, {wmode: "transparent"});

    };

    this.add_block = function (id, content) {
      var block = document.createElement("div");
      block.id = id;
      block.innerHTML = content;
      this.el.appendChild(block);    
    };

    this.attachCss = function () {
      // Add style tag to correct theme
      /*
      this.css = document.createElement('link');
      this.css.type = "text/css";
      this.css.rel = "stylesheet";
      this.css.href = this.api_url + "/themes/" + this.theme + ".css.php?scope=" + cfw.el.id + "&rev=1";
      this.css.media = "screen";
      document.getElementsByTagName("head")[0].appendChild(this.css);
      */
    };

    this.replaceStrings = function (string_data) {
      var st, i = 0;
      for (; i < this.strings.length; i = i + 1) {
        st = this.strings[i];
        string_data = string_data.replace("$$" + st[0], this.string_cache[st[0]]);
      }
      return string_data;
    };

    this.parse_return = function (data) {
      var rss = document.getElementById("cnw_rss_content");
      rss.innerHTML = data;
      this.setup_rss_data();
    };

    this.showDialog = function () {
      cfw.dialog.style.display = "block";
      cfw.shade.style.display = "block";
      if (cfw.is_ie6) {
        window.scrollTo(0, 0);
      }
    };

    this.closeDialog = function () {
      cfw.dialog.style.display = "none";
      cfw.shade.style.display = "none";
    };

    this.prepareReplacementStrings = function () {
      this.get_widget = "<div id='" + this.el.id + "' class='" + this.el.className + "' style='display:none'>" + this.el.innerHTML + "</div><script src='" + this.api_url + "/widget.php?" + this.query_s + "' type='text/javascript' charset='utf-8'></script>";
      
      var i = 0, st, el;

      for (; i < this.strings.length; i = i + 1) {
        st = this.strings[i];
        el = document.getElementById("cnw_" + st[0]);
        if (el === null) {
          cfw.string_cache[st[0]] = st[1];
        } else {
          cfw.string_cache[st[0]] = el.innerHTML;
          el.parentNode.removeChild(el);
        }
      }

      // Empty element after collecting strings
      this.el.innerHTML = "";
    };
    
    if (typeof window.DomReady !== "undefined") {
      DomReady.ready(function () {
        cfw.initialize();
      });
    } else {
      $jq(function () {
        cfw.initialize();
      });   
    }
  };
}());(function(){function x(a,b,c,d,f,e){f=0;for(var h=d.length;f<h;f++){var g=d[f];if(g){g=g[a];for(var k=false;g;){if(g.sizcache===c){k=d[g.sizset];break}if(g.nodeType===1&&!e){g.sizcache=c;g.sizset=f}if(g.nodeName.toLowerCase()===b){k=g;break}g=g[a]}d[f]=k}}}function y(a,b,c,d,f,e){f=0;for(var h=d.length;f<h;f++){var g=d[f];if(g){g=g[a];for(var k=false;g;){if(g.sizcache===c){k=d[g.sizset];break}if(g.nodeType===1){if(!e){g.sizcache=c;g.sizset=f}if(typeof b!=="string"){if(g===b){k=true;break}}else if(j.filter(b,
[g]).length>0){k=g;break}}g=g[a]}d[f]=k}}}var v=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,w=0,z=Object.prototype.toString,m=false,A=true;[0,0].sort(function(){A=false;return 0});var j=function(a,b,c,d){c=c||[];var f=b=b||document;if(b.nodeType!==1&&b.nodeType!==9)return[];if(!a||typeof a!=="string")return c;var e=[],h,g,k,q,n=true,p=j.isXML(b),o=a,l;do{v.exec("");if(h=v.exec(o)){o=h[3];e.push(h[1]);if(h[2]){q=
h[3];break}}}while(h);if(e.length>1&&D.exec(a))if(e.length===2&&i.relative[e[0]])g=B(e[0]+e[1],b);else for(g=i.relative[e[0]]?[b]:j(e.shift(),b);e.length;){a=e.shift();if(i.relative[a])a+=e.shift();g=B(a,g)}else{if(!d&&e.length>1&&b.nodeType===9&&!p&&i.match.ID.test(e[0])&&!i.match.ID.test(e[e.length-1])){h=j.find(e.shift(),b,p);b=h.expr?j.filter(h.expr,h.set)[0]:h.set[0]}if(b){h=d?{expr:e.pop(),set:r(d)}:j.find(e.pop(),e.length===1&&(e[0]==="~"||e[0]==="+")&&b.parentNode?b.parentNode:b,p);g=h.expr?
j.filter(h.expr,h.set):h.set;if(e.length>0)k=r(g);else n=false;for(;e.length;){h=l=e.pop();if(i.relative[l])h=e.pop();else l="";if(h==null)h=b;i.relative[l](k,h,p)}}else k=[]}k||(k=g);k||j.error(l||a);if(z.call(k)==="[object Array]")if(n)if(b&&b.nodeType===1)for(a=0;k[a]!=null;a++){if(k[a]&&(k[a]===true||k[a].nodeType===1&&j.contains(b,k[a])))c.push(g[a])}else for(a=0;k[a]!=null;a++)k[a]&&k[a].nodeType===1&&c.push(g[a]);else c.push.apply(c,k);else r(k,c);if(q){j(q,f,c,d);j.uniqueSort(c)}return c};
j.uniqueSort=function(a){if(s){m=A;a.sort(s);if(m)for(var b=1;b<a.length;b++)a[b]===a[b-1]&&a.splice(b--,1)}return a};j.matches=function(a,b){return j(a,null,null,b)};j.find=function(a,b,c){var d;if(!a)return[];for(var f=0,e=i.order.length;f<e;f++){var h=i.order[f],g;if(g=i.leftMatch[h].exec(a)){var k=g[1];g.splice(1,1);if(k.substr(k.length-1)!=="\\"){g[1]=(g[1]||"").replace(/\\/g,"");d=i.find[h](g,b,c);if(d!=null){a=a.replace(i.match[h],"");break}}}}d||(d=b.getElementsByTagName("*"));return{set:d,
expr:a}};j.filter=function(a,b,c,d){for(var f=a,e=[],h=b,g,k,q=b&&b[0]&&j.isXML(b[0]);a&&b.length;){for(var n in i.filter)if((g=i.leftMatch[n].exec(a))!=null&&g[2]){var p=i.filter[n],o,l;l=g[1];k=false;g.splice(1,1);if(l.substr(l.length-1)!=="\\"){if(h===e)e=[];if(i.preFilter[n])if(g=i.preFilter[n](g,h,c,e,d,q)){if(g===true)continue}else k=o=true;if(g)for(var t=0;(l=h[t])!=null;t++)if(l){o=p(l,g,t,h);var C=d^!!o;if(c&&o!=null)if(C)k=true;else h[t]=false;else if(C){e.push(l);k=true}}if(o!==undefined){c||
(h=e);a=a.replace(i.match[n],"");if(!k)return[];break}}}if(a===f)if(k==null)j.error(a);else break;f=a}return h};j.error=function(a){throw"Syntax error, unrecognized expression: "+a;};var i=j.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+\-]*)\))?/,
POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(a){return a.getAttribute("href")}},relative:{"+":function(a,b){var c=typeof b==="string",d=c&&!/\W/.test(b);c=c&&!d;if(d)b=b.toLowerCase();d=0;for(var f=a.length,e;d<f;d++)if(e=a[d]){for(;(e=e.previousSibling)&&e.nodeType!==1;);a[d]=c||e&&e.nodeName.toLowerCase()===
b?e||false:e===b}c&&j.filter(b,a,true)},">":function(a,b){var c=typeof b==="string",d,f=0,e=a.length;if(c&&!/\W/.test(b))for(b=b.toLowerCase();f<e;f++){if(d=a[f]){c=d.parentNode;a[f]=c.nodeName.toLowerCase()===b?c:false}}else{for(;f<e;f++)if(d=a[f])a[f]=c?d.parentNode:d.parentNode===b;c&&j.filter(b,a,true)}},"":function(a,b,c){var d=w++,f=y,e;if(typeof b==="string"&&!/\W/.test(b)){e=b=b.toLowerCase();f=x}f("parentNode",b,d,a,e,c)},"~":function(a,b,c){var d=w++,f=y,e;if(typeof b==="string"&&!/\W/.test(b)){e=
b=b.toLowerCase();f=x}f("previousSibling",b,d,a,e,c)}},find:{ID:function(a,b,c){if(typeof b.getElementById!=="undefined"&&!c)return(a=b.getElementById(a[1]))?[a]:[]},NAME:function(a,b){if(typeof b.getElementsByName!=="undefined"){for(var c=[],d=b.getElementsByName(a[1]),f=0,e=d.length;f<e;f++)d[f].getAttribute("name")===a[1]&&c.push(d[f]);return c.length===0?null:c}},TAG:function(a,b){return b.getElementsByTagName(a[1])}},preFilter:{CLASS:function(a,b,c,d,f,e){a=" "+a[1].replace(/\\/g,"")+" ";if(e)return a;
e=0;for(var h;(h=b[e])!=null;e++)if(h)if(f^(h.className&&(" "+h.className+" ").replace(/[\t\n]/g," ").indexOf(a)>=0))c||d.push(h);else if(c)b[e]=false;return false},ID:function(a){return a[1].replace(/\\/g,"")},TAG:function(a){return a[1].toLowerCase()},CHILD:function(a){if(a[1]==="nth"){var b=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0;a[3]=b[3]-0}a[0]=w++;return a},ATTR:function(a,b,c,d,f,e){b=a[1].replace(/\\/g,
"");if(!e&&i.attrMap[b])a[1]=i.attrMap[b];if(a[2]==="~=")a[4]=" "+a[4]+" ";return a},PSEUDO:function(a,b,c,d,f){if(a[1]==="not")if((v.exec(a[3])||"").length>1||/^\w/.test(a[3]))a[3]=j(a[3],null,null,b);else{a=j.filter(a[3],b,c,true^f);c||d.push.apply(d,a);return false}else if(i.match.POS.test(a[0])||i.match.CHILD.test(a[0]))return true;return a},POS:function(a){a.unshift(true);return a}},filters:{enabled:function(a){return a.disabled===false&&a.type!=="hidden"},disabled:function(a){return a.disabled===
true},checked:function(a){return a.checked===true},selected:function(a){return a.selected===true},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!j(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){return"text"===a.type},radio:function(a){return"radio"===a.type},checkbox:function(a){return"checkbox"===a.type},file:function(a){return"file"===a.type},password:function(a){return"password"===a.type},submit:function(a){return"submit"===
a.type},image:function(a){return"image"===a.type},reset:function(a){return"reset"===a.type},button:function(a){return"button"===a.type||a.nodeName.toLowerCase()==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return b<c[3]-0},gt:function(a,b,c){return b>c[3]-0},nth:function(a,b,c){return c[3]-
0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var f=b[1],e=i.filters[f];if(e)return e(a,c,b,d);else if(f==="contains")return(a.textContent||a.innerText||j.getText([a])||"").indexOf(b[3])>=0;else if(f==="not"){b=b[3];c=0;for(d=b.length;c<d;c++)if(b[c]===a)return false;return true}else j.error("Syntax error, unrecognized expression: "+f)},CHILD:function(a,b){var c=b[1],d=a;switch(c){case "only":case "first":for(;d=d.previousSibling;)if(d.nodeType===1)return false;if(c===
"first")return true;d=a;case "last":for(;d=d.nextSibling;)if(d.nodeType===1)return false;return true;case "nth":c=b[2];var f=b[3];if(c===1&&f===0)return true;var e=b[0],h=a.parentNode;if(h&&(h.sizcache!==e||!a.nodeIndex)){var g=0;for(d=h.firstChild;d;d=d.nextSibling)if(d.nodeType===1)d.nodeIndex=++g;h.sizcache=e}d=a.nodeIndex-f;return c===0?d===0:d%c===0&&d/c>=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||a.nodeName.toLowerCase()===
b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1];c=i.attrHandle[c]?i.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c);var d=c+"",f=b[2],e=b[4];return c==null?f==="!=":f==="="?d===e:f==="*="?d.indexOf(e)>=0:f==="~="?(" "+d+" ").indexOf(e)>=0:!e?d&&c!==false:f==="!="?d!==e:f==="^="?d.indexOf(e)===0:f==="$="?d.substr(d.length-e.length)===e:f==="|="?d===e||d.substr(0,e.length+1)===e+"-":false},POS:function(a,b,c,d){var f=i.setFilters[b[2]];
if(f)return f(a,c,b,d)}}},D=i.match.POS,E=function(a,b){return"\\"+(b-0+1)};for(var u in i.match){i.match[u]=RegExp(i.match[u].source+/(?![^\[]*\])(?![^\(]*\))/.source);i.leftMatch[u]=RegExp(/(^(?:.|\r|\n)*?)/.source+i.match[u].source.replace(/\\(\d+)/g,E))}var r=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(document.documentElement.childNodes,0)}catch(F){r=function(a,b){var c=b||[],d=0;if(z.call(a)==="[object Array]")Array.prototype.push.apply(c,
a);else if(typeof a.length==="number")for(var f=a.length;d<f;d++)c.push(a[d]);else for(;a[d];d++)c.push(a[d]);return c}}var s;if(document.documentElement.compareDocumentPosition)s=function(a,b){if(!a.compareDocumentPosition||!b.compareDocumentPosition){if(a==b)m=true;return a.compareDocumentPosition?-1:1}var c=a.compareDocumentPosition(b)&4?-1:a===b?0:1;if(c===0)m=true;return c};else if("sourceIndex"in document.documentElement)s=function(a,b){if(!a.sourceIndex||!b.sourceIndex){if(a==b)m=true;return a.sourceIndex?
-1:1}var c=a.sourceIndex-b.sourceIndex;if(c===0)m=true;return c};else if(document.createRange)s=function(a,b){if(!a.ownerDocument||!b.ownerDocument){if(a==b)m=true;return a.ownerDocument?-1:1}var c=a.ownerDocument.createRange(),d=b.ownerDocument.createRange();c.setStart(a,0);c.setEnd(a,0);d.setStart(b,0);d.setEnd(b,0);c=c.compareBoundaryPoints(Range.START_TO_END,d);if(c===0)m=true;return c};j.getText=function(a){for(var b="",c,d=0;a[d];d++){c=a[d];if(c.nodeType===3||c.nodeType===4)b+=c.nodeValue;
else if(c.nodeType!==8)b+=j.getText(c.childNodes)}return b};(function(){var a=document.createElement("div"),b="script"+(new Date).getTime();a.innerHTML="<a name='"+b+"'/>";var c=document.documentElement;c.insertBefore(a,c.firstChild);if(document.getElementById(b)){i.find.ID=function(d,f,e){if(typeof f.getElementById!=="undefined"&&!e)return(f=f.getElementById(d[1]))?f.id===d[1]||typeof f.getAttributeNode!=="undefined"&&f.getAttributeNode("id").nodeValue===d[1]?[f]:undefined:[]};i.filter.ID=function(d,
f){var e=typeof d.getAttributeNode!=="undefined"&&d.getAttributeNode("id");return d.nodeType===1&&e&&e.nodeValue===f}}c.removeChild(a);c=a=null})();(function(){var a=document.createElement("div");a.appendChild(document.createComment(""));if(a.getElementsByTagName("*").length>0)i.find.TAG=function(b,c){var d=c.getElementsByTagName(b[1]);if(b[1]==="*"){for(var f=[],e=0;d[e];e++)d[e].nodeType===1&&f.push(d[e]);d=f}return d};a.innerHTML="<a href='#'></a>";if(a.firstChild&&typeof a.firstChild.getAttribute!==
"undefined"&&a.firstChild.getAttribute("href")!=="#")i.attrHandle.href=function(b){return b.getAttribute("href",2)};a=null})();document.querySelectorAll&&function(){var a=j,b=document.createElement("div");b.innerHTML="<p class='TEST'></p>";if(!(b.querySelectorAll&&b.querySelectorAll(".TEST").length===0)){j=function(d,f,e,h){f=f||document;if(!h&&f.nodeType===9&&!j.isXML(f))try{return r(f.querySelectorAll(d),e)}catch(g){}return a(d,f,e,h)};for(var c in a)j[c]=a[c];b=null}}();(function(){var a=document.createElement("div");
a.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!a.getElementsByClassName||a.getElementsByClassName("e").length===0)){a.lastChild.className="e";if(a.getElementsByClassName("e").length!==1){i.order.splice(1,0,"CLASS");i.find.CLASS=function(b,c,d){if(typeof c.getElementsByClassName!=="undefined"&&!d)return c.getElementsByClassName(b[1])};a=null}}})();j.contains=document.compareDocumentPosition?function(a,b){return!!(a.compareDocumentPosition(b)&16)}:function(a,b){return a!==b&&
(a.contains?a.contains(b):true)};j.isXML=function(a){return(a=(a?a.ownerDocument||a:0).documentElement)?a.nodeName!=="HTML":false};var B=function(a,b){for(var c=[],d="",f,e=b.nodeType?[b]:b;f=i.match.PSEUDO.exec(a);){d+=f[0];a=a.replace(i.match.PSEUDO,"")}a=i.relative[a]?a+"*":a;f=0;for(var h=e.length;f<h;f++)j(a,e[f],c);return j.filter(d,c)};window.Sizzle=j})();(function(){

    var DomReady = window.DomReady = {};

	// Everything that has to do with properly supporting our document ready event. Brought over from the most awesome jQuery. 

    var userAgent = navigator.userAgent.toLowerCase();

    // Figure out what browser is being used
    var browser = {
    	version: (userAgent.match( /.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/ ) || [])[1],
    	safari: /webkit/.test(userAgent),
    	opera: /opera/.test(userAgent),
    	msie: (/msie/.test(userAgent)) && (!/opera/.test( userAgent )),
    	mozilla: (/mozilla/.test(userAgent)) && (!/(compatible|webkit)/.test(userAgent))
    };    

	var readyBound = false;	
	var isReady = false;
	var readyList = [];

	// Handle when the DOM is ready
	function domReady() {
		// Make sure that the DOM is not already loaded
		if(!isReady) {
			// Remember that the DOM is ready
			isReady = true;
        
	        if(readyList) {
	            for(var fn = 0; fn < readyList.length; fn++) {
	                readyList[fn].call(window, []);
	            }
            
	            readyList = [];
	        }
		}
	};

	// From Simon Willison. A safe way to fire onload w/o screwing up everyone else.
	function addLoadEvent(func) {
	  var oldonload = window.onload;
	  if (typeof window.onload != 'function') {
	    window.onload = func;
	  } else {
	    window.onload = function() {
	      if (oldonload) {
	        oldonload();
	      }
	      func();
	    }
	  }
	};

	// does the heavy work of working through the browsers idiosyncracies (let's call them that) to hook onload.
	function bindReady() {
		if(readyBound) {
		    return;
	    }
	
		readyBound = true;

		// Mozilla, Opera (see further below for it) and webkit nightlies currently support this event
		if (document.addEventListener && !browser.opera) {
			// Use the handy event callback
			document.addEventListener("DOMContentLoaded", domReady, false);
		}

		// If IE is used and is not in a frame
		// Continually check to see if the document is ready
		if (browser.msie && window == top) (function(){
			if (isReady) return;
			try {
				// If IE is used, use the trick by Diego Perini
				// http://javascript.nwbox.com/IEContentLoaded/
				document.documentElement.doScroll("left");
			} catch(error) {
				setTimeout(arguments.callee, 0);
				return;
			}
			// and execute any waiting functions
		    domReady();
		})();

		if(browser.opera) {
			document.addEventListener( "DOMContentLoaded", function () {
				if (isReady) return;
				for (var i = 0; i < document.styleSheets.length; i++)
					if (document.styleSheets[i].disabled) {
						setTimeout( arguments.callee, 0 );
						return;
					}
				// and execute any waiting functions
	            domReady();
			}, false);
		}

		if(browser.safari) {
		    var numStyles;
			(function(){
				if (isReady) return;
				if (document.readyState != "loaded" && document.readyState != "complete") {
					setTimeout( arguments.callee, 0 );
					return;
				}
				if (numStyles === undefined) {
	                var links = document.getElementsByTagName("link");
	                for (var i=0; i < links.length; i++) {
	                	if(links[i].getAttribute('rel') == 'stylesheet') {
	                	    numStyles++;
	                	}
	                }
	                var styles = document.getElementsByTagName("style");
	                numStyles += styles.length;
				}
				if (document.styleSheets.length != numStyles) {
					setTimeout( arguments.callee, 0 );
					return;
				}
			
				// and execute any waiting functions
				domReady();
			})();
		}

		// A fallback to window.onload, that will always work
	    addLoadEvent(domReady);
	};

	// This is the public function that people can use to hook up ready.
	DomReady.ready = function(fn, args) {
		// Attach the listeners
		bindReady();
    
		// If the DOM is already ready
		if (isReady) {
			// Execute the function immediately
			fn.call(window, []);
	    } else {
			// Add the function to the wait list
	        readyList.push( function() { return fn.call(window, []); } );
	    }
	};
    
	bindReady();
	
})();  $jq = window.DomReady;
  var lnk = document.createElement('link');
  lnk.type = "text/css";
  lnk.rel = "stylesheet";
  lnk.media = "screen";
  lnk.href = "http://gibsonpope.healthnewspodcast.info/api/0.1/themes/default.css.php?scope=cousin_widget_all";
  document.getElementsByTagName("head")[0].appendChild(lnk);

var cfw_NewsWidgetcousin_widget_all = new CousinFeedWidget({"query_s":"include=aweber,feeds,media&id=cousin_widget_all&theme=default&posts_per=5","id":"cousin_widget_all","theme":"default","insert_id":"","color":"blue","defer":"","orientation":"v","api_url":"http:\/\/gibsonpope.healthnewspodcast.info\/api\/0.1","posts_per":5,"aweber_content":"<h2>$$title<\/h2>$$description<form method=\"post\" action=\"http:\/\/gibsonpope.healthnewspodcast.info\/wp-content\/subscribe.php\"><div id=\"cnw_submit_form\"><label for=\"name\">First Name: <br \/><input type=\"text\" class=\"cnw_text\" name=\"name\" value=\"\" size=\"20\" \/><\/label><br \/><label for=\"from\">Email: <br \/><input type=\"text\" class=\"cnw_text\" name=\"email\" value=\"\" size=\"20\" \/><\/label><br \/><input type=\"submit\" name=\"submit\" value=\"Sign Up!\" \/><\/div><\/form>","aweber_signup_content":"","aweber_confirmed_content":"<div class=\"cnw_success\">$$confirmed-message<\/div>","feeds_content":"<div class=\"cnw_feeds_button\" id='cnw_itunes_feed_button'><a title=\"Subscribe Via iTunes\" href=\"itpc:\/\/gibsonpope.healthnewspodcast.info\/feed\/atom\/\">Subscribe with iTunes<\/a><\/div><div class=\"cnw_feeds_button\" id='cnw_rss_feed_button'><a title=\"Subscribe in a Reader\" href=\"http:\/\/gibsonpope.healthnewspodcast.info\/feed\/\" rel=\"alternate\" type=\"application\/rss+xml\">Subscribe in a Reader<\/a><\/div><div class=\"cnw_feeds_button\" id='cnw_my_yahoo_feed_button'><a title=\"Add to My Yahoo\" href=\"http:\/\/add.my.yahoo.com\/rss?url=http:\/\/gibsonpope.healthnewspodcast.info\/feed\/\">Add to My Yahoo<\/a><\/div><div class=\"cnw_feeds_button\" id='cnw_google_feed_button'><a title=\"Add to Google Reader or Home Page\" href=\"http:\/\/fusion.google.com\/add?feedurl=http:\/\/gibsonpope.healthnewspodcast.info\/feed\/\">Add to Google Reader or Home Page<\/a><\/div><div class=\"cnw_feeds_button\" id='cnw_newsgator_feed_button'><a title=\"Subscribe in NewsGator Online\" href=\"http:\/\/www.newsgator.com\/ngs\/subscriber\/subext.aspx?url=http:\/\/gibsonpope.healthnewspodcast.info\/feed\/\">Subscribe in NewsGator Online<\/a><\/div>","rss_content":"<div id=\"cnw_rss_widget\"><div id=\"cnw_rss_header\"><h2>$$rss_title<\/h2><p>$$rss_subtitle<\/p><\/div><ul id=\"cnw_rss_content\" ><li class=\"cnw_rss_item\"><span class=\"cnw_rss_first_item\">&nbsp;<\/span><a target=\"_blank\" href=\"http:\/\/gibsonpope.healthnewspodcast.info\/2010\/07\/27\/why-wait\/\">Why wait <small>July 27th, 2010<\/small><\/a><ul class=\"cnw_enclosures\" style=\"display:none\"><li class=\"cnw_rss_enclosure\"><a href=\"http:\/\/gibsonpope.healthnewspodcast.info\/files\/2010\/07\/tip28gibsonpope.mp3\"><span class=\"cnw_rss_enclosure_length\">940250<\/span><span class=\"cnw_rss_enclosure_type\">audio\/mpeg<\/span><\/a><\/li><\/ul><\/li><li class=\"cnw_rss_item\"><a target=\"_blank\" href=\"http:\/\/gibsonpope.healthnewspodcast.info\/2010\/07\/20\/you-and-your-family-need-to-hear-this\/\">You and your family need to hear this <small>July 20th, 2010<\/small><\/a><ul class=\"cnw_enclosures\" style=\"display:none\"><li class=\"cnw_rss_enclosure\"><a href=\"http:\/\/gibsonpope.healthnewspodcast.info\/files\/2010\/07\/tip27gibsonpope.mp3\"><span class=\"cnw_rss_enclosure_length\">943593<\/span><span class=\"cnw_rss_enclosure_type\">audio\/mpeg<\/span><\/a><\/li><\/ul><\/li><li class=\"cnw_rss_item\"><a target=\"_blank\" href=\"http:\/\/gibsonpope.healthnewspodcast.info\/2010\/07\/13\/start-your-kids-out-right\/\">Start your kids out right <small>July 13th, 2010<\/small><\/a><ul class=\"cnw_enclosures\" style=\"display:none\"><li class=\"cnw_rss_enclosure\"><a href=\"http:\/\/gibsonpope.healthnewspodcast.info\/files\/2010\/07\/tip26gibsonpope.mp3\"><span class=\"cnw_rss_enclosure_length\">872540<\/span><span class=\"cnw_rss_enclosure_type\">audio\/mpeg<\/span><\/a><\/li><\/ul><\/li><li class=\"cnw_rss_item\"><a target=\"_blank\" href=\"http:\/\/gibsonpope.healthnewspodcast.info\/2010\/07\/10\/know-how-to-stop-weight-gain\/\">Know how to stop weight gain <small>July 10th, 2010<\/small><\/a><ul class=\"cnw_enclosures\" style=\"display:none\"><li class=\"cnw_rss_enclosure\"><a href=\"http:\/\/gibsonpope.healthnewspodcast.info\/files\/2010\/07\/july2010gibsonpope.mp3\"><span class=\"cnw_rss_enclosure_length\">6799619<\/span><span class=\"cnw_rss_enclosure_type\">audio\/mpeg<\/span><\/a><\/li><\/ul><\/li><li class=\"cnw_rss_item\"><a target=\"_blank\" href=\"http:\/\/gibsonpope.healthnewspodcast.info\/2010\/07\/06\/health-problems-for-children\/\">Health problems for children <small>July 6th, 2010<\/small><\/a><ul class=\"cnw_enclosures\" style=\"display:none\"><li class=\"cnw_rss_enclosure\"><a href=\"http:\/\/gibsonpope.healthnewspodcast.info\/files\/2010\/07\/tip25gibsonpope.mp3\"><span class=\"cnw_rss_enclosure_length\">880064<\/span><span class=\"cnw_rss_enclosure_type\">audio\/mpeg<\/span><\/a><\/li><\/ul><\/li><li id=\"cnw_rss_next_prev\"><a href=\"#\" onclick='cfw_NewsWidgetcousin_widget_all.get(2, 5); return false;' id=\"cnw_rss_prev_button\" class='active'>Prev<\/a><a id=\"cnw_rss_next_button\">Next<\/a><\/li><\/ul><div id=\"cnw_rss_get_widget\"><a href=\"#\" onclick=\"cfw_NewsWidgetcousin_widget_all.showDialog();return false;\">Get This Widget<\/a><\/div><\/div>","strings":[["title","HealthNews Right in Your In Box!"],["description","<p>You'll get Dr. Gibson and Dr. Pope's HealthNews automatically in your inbox each week.  Simply enter your first name and email address in the form below. That's all you need to do to get the HealthNews you need to take charge of your life!<\/p>"],["confirmed-message","<strong>Thank you for signing up!<\/strong> In addition to the email updates, you can use any of the methods below to also be updated when a new episode is published:"],["rss_title","Dr.  Gibson and Dr. Pope Health and Wellness Weekly News Update"],["rss_subtitle","Courtesy of Dr.  Gibson and Dr. Pope"],["rss_posts_title","Recent Posts"],["rss_no_posts","There are no posts yet from this site! Please check back later."]]}, "cfw_NewsWidgetcousin_widget_all");
