(function(b){b.fn.rssDisplay=function(g,d){var i={FeedUrl:"",FeedName:"",MaxFeedItems:5,OpenNewWindow:false,Arrangement:"separate",AppBaseUrl:"",ShowTitle:true,TitleSeq:1,TitleFontName:"Arial",TitleFontSize:12,TitleColor:"000000",ShowDate:true,DateSeq:2,DateFontName:"Arial",DateFontSize:12,DateColor:"000000",DateIntro:"",DateFormat:"std",DateDateFmtDayOfWeek:"",ShowTime:true,TimeSeq:3,TimeFontName:"Arial",TimeFontSize:12,TimeColor:"000000",TimeIntro:"at",TimeFormat:"std",ShowAuthor:false,AuthorSeq:4,AuthorFontName:"Arial",AuthorFontSize:12,AuthorColor:"000000",AuthorIntro:"at",AuthorFormat:"std",ShowDescription:true,DescriptionSeq:5,DescriptionFontName:"Arial",DescriptionFontSize:12,DescriptionColor:"000000",DescriptionPortion:"all",DescriptionPresentation:"normal"};var f=this;var e=f.attr("id");if(typeof(e)=="undefined"||e==null||e.length==0){e="rssDisplay"+Math.round(Math.random()*65535);f.attr("id",e)}var h=b.fn.rssDisplay.instances[e];if(h==null){h=b.fn.rssDisplay.instances[e]={me_this:this,me:this,fn:function(l,m,r){l.me.empty();l.me=l.me_this;l.myId=l.me.attr("id");var n=b.extend(true,{},i,r);switch(m.toLowerCase()){case"displaylive":case"displaysample":k(n);return l.me;case"displaycached":o(n);return l.me}function o(t){t.isSample=false;var s=t.FeedUrl;b.ajax({url:s,cache:false,dataType:(b.browser.msie?"text":"xml"),success:function(u){q(t,u)}})}function k(t){t.isSample=true;l.me.append(b(document.createElement("div")).html("&nbsp;<br />[ RSS Feed: "+t.FeedName+" - "+t.FeedUrl+" ]<br />&nbsp;<br />"));for(var s=0;s<t.MaxFeedItems;++s){j(t)}}function j(v){if(v.ShowTitle){var y=b(document.createElement("span")).css({"font-family":v.TitleFontName,"font-size":v.TitleFontSize,color:"#"+v.TitleColor}).html("Sample RSS Entry Headline");l.me.append(b(document.createElement("div")).append(y))}if(v.ShowDate||v.ShowTime||v.ShowAuthor){var s=b(document.createElement("div"));if(v.ShowDate){var t="Sat Dec 25 2010";if(v.DateIntro){t=v.DateIntro+" "+t}if(v.ShowTime||v.ShowAuthor){t+=" "}s.append(b(document.createElement("span")).css({"font-family":v.DateFontName,"font-size":v.DateFontSize,color:"#"+v.DateColor}).html(t))}if(v.ShowTime){var x="10:04 pm";if(v.TimeIntro){x=v.TimeIntro+" "+x}if(v.ShowAuthor){x+=" "}s.append(b(document.createElement("span")).css({"font-family":v.TimeFontName,"font-size":v.TimeFontSize,color:"#"+v.TimeColor}).html(x))}if(v.ShowAuthor){var u="John Smith";if(v.AuthorIntro){u=v.AuthorIntro+" "+u}s.append(b(document.createElement("span")).css({"font-family":v.AuthorFontName,"font-size":v.AuthorFontSize,color:"#"+v.AuthorColor}).html(u))}l.me.append(b(document.createElement("div")).append(s))}if(v.ShowDescription){var w="Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.";l.me.append(b(document.createElement("div")).css({"font-family":v.DescriptionFontName,"font-size":v.DescriptionFontSize,color:"#"+v.DescriptionColor}).html(w))}l.me.append(b(document.createElement("div")).html("&nbsp;"))}function q(v,u){var x;if(typeof(u)=="string"){x=new ActiveXObject("Microsoft.XMLDOM");x.async="false";for(t=0;t<u.length;t++){c=u.charCodeAt(t);if(c<32&&c!=9&&c!=10&&c!=13){u=u.substr(0,t)+"."+u.substr(t+1)}else{if(c>=127){u=u.substr(0,t)+"?"+u.substr(t+1)}}}x.loadXML(u)}else{x=u}var s=x.documentElement.getElementsByTagName("item");if(s.length==0){s=x.documentElement.getElementsByTagName("entry")}var w=s.length;if((v.MaxFeedItems>0)&&(v.MaxFeedItems<w)){w=v.MaxFeedItems}for(var t=0;t<w;++t){p(v,s[t])}}function p(u,G){if(u.ShowTitle){var E=a(G,"title");if(!E){E="[No Title]"}var C=a(G,"link");var y="_blank";if(!u.OpenNewWindow){y="_self"}var F;if(C){F=b(document.createElement("a")).attr("href",C).attr("target",y).css({"font-family":u.TitleFontName,"font-size":u.TitleFontSize,color:"#"+u.TitleColor}).html(E)}else{F=b(document.createElement("span")).css({"font-family":u.TitleFontName,"font-size":u.TitleFontSize,color:"#"+u.TitleColor}).html(E)}l.me.append(b(document.createElement("div")).append(F))}if(u.ShowDate||u.ShowTime||u.ShowAuthor){var D=b(document.createElement("div"));var w=null;if(u.ShowAuthor){w=a(G,"author");if(!w){w=a(G,"dc:creator")}if(!w){w=a(G,"author_name")}}if(u.ShowDate||u.ShowTime){var z=a(G,"updated");if(!z){z=a(G,"date_timestamp")}if(!z){z=a(G,"dc:date")}if(!z){z=a(G,"pubdate")}if(!z){z=a(G,"pubDate")}if(!z){z=a(G,"issued")}if(!z){z=a(G,"modified")}if(!z){z=a(G,"created")}if(z){datetime_re=/^\s*(([a-zA-Z]{3})\s*,?\s*)?(\d\d?)\s*([a-zA-Z]{3})\s+(\d+)\s+(\d\d?):(\d\d)(:(\d\d))?\s*(([A-Z]+)|([-+]?\d+))?\s*$/;matches=datetime_re.exec(z);if(matches){if(u.ShowDate){var B=matches[5]*1;if(B<100){if(B<70){B+=2000}else{B+=1900}}var t=matches[4]+" "+matches[3]+" "+B;if(matches[2]){t=matches[2]+" "+t}if(u.DateIntro){t=u.DateIntro+" "+t}if(u.ShowTime||w){t+=" "}D.append(b(document.createElement("span")).css({"font-family":u.DateFontName,"font-size":u.DateFontSize,color:"#"+u.DateColor}).html(t))}if(u.ShowTime){var v=matches[6]*1;var A="am";if(v==12){A="pm"}else{if(v>12){v-=12;A="pm"}}var s=v+":"+matches[7]+" "+A;if(matches[10]){s+=" "+matches[10]}if(u.TimeIntro){s=u.TimeIntro+" "+s}if(w){s+=" "}D.append(b(document.createElement("span")).css({"font-family":u.TimeFontName,"font-size":u.TimeFontSize,color:"#"+u.TimeColor}).html(s))}}else{if(w){z+=" "}if(u.ShowDate){D.append(b(document.createElement("span")).css({"font-family":u.DateFontName,"font-size":u.DateFontSize,color:"#"+u.DateColor}).html(z))}else{D.append(b(document.createElement("span")).css({"font-family":u.TimeFontName,"font-size":u.TimeFontSize,color:"#"+u.TimeColor}).html(z))}}}if(w){D.append(b(document.createElement("span")).css({"font-family":u.AuthorFontName,"font-size":u.AuthorFontSize,color:"#"+u.AuthorColor}).html(w))}l.me.append(b(document.createElement("div")).append(D))}}if(u.ShowDescription){var x=a(G,"description");if(!x){x=a(G,"content")}if(!x){x=a(G,"atom_content")}if(x){l.me.append(b(document.createElement("div")).css({"font-family":u.DescriptionFontName,"font-size":u.DescriptionFontSize,color:"#"+u.DescriptionColor}).html(x))}}l.me.append(b(document.createElement("div")).html("&nbsp;"))}}}}h.me_this=this;return h.fn(h,g,d)};b.fn.rssDisplay.instances={};function a(d,e){var f=d.getElementsByTagName(e);if(f.length==0){return""}if(f[0].firstChild){return f[0].firstChild.nodeValue}else{if(f[0].getAttribute("href")){return f[0].getAttribute("href")}}return""}})(jQuery);
