try{var buzzTemplate_2066="{if \n\tLoadScript(BuzzAppUrl + \"/scripts/create_player.js\", \"window.create_player != null\") \n\t&& LoadScript(BuzzAppUrl+ \"../NGScripts/BuzzTemplates/videoPlayer.js\", \"window.returnVideoPlayer != null\")\n}\n\n{eval}\nng_data[\"buzz_\" + BuzzId] = Data;\nng_currentBuzz = BuzzId;\nng_APIToken = BuzzObj.apiToken;\nng_AppUrl = BuzzAppUrl;\nng_orgCode = OrgCode;\n{/eval}\n\n
\n\t
\n\t\t
\n\t\t\t
What's Hot
\n\t\t\t
Headlines
\n\t\t\t
Video
\n\t\t\t
\n\t\t
\n\t\t
\n\n\t\t
\n\t\t
\n\t\t\t
\n\t\t\tLoading...
\n\t\t\t\"loading\"
\n\t\t\t

\n\t\t
\n\t\t
\n\t\t\t\n\t\t
\n\t
\n\t\n\t
\n\t\t
\n\t\t
\n\t\t\t
\n\t\t\t\t\n\t\t\t
\n\t\t\t
\n\t\t\t
close \"close\"  
\n\t\t
\n\t\t
\n\t
\n
\n\n

\n\n\n{cdata}\n
\n\t
\n\t\t${(Post.Title ? Post.Title : \"(no title)\")}
\n\t\t
\n\t\t\tPublished ${Post.PubDate|timeSince}\n\t\t\t${% (Post.FeedName != '' ? '
by ' + Post.FeedName + '' : '') %}
\n\t\t
\n\t\t${Post.Description|excerpt:250, \"...\", true, [\"*\"], true, []}\n\t\tRead article
\n\t
\n\t${% RenderToolbar(Post, {ngEmailFooterMessage:\"This article is brought to you by www.InRich.com, Your source for information.\"}) %}\n\t{eval}\n\t\tPostLoadedCallback(Post.PostId, Post.HtmlUrl);\n\t{/eval}\n
\n{/cdata}\n\n\n\n\n\n${% AddPostRenderCallback(loadInitialHeadlines()) %}\n\n{/if}";}catch(e){}(function (){ if(!window.ng || !window.ng.buzz){ document.write(''); } document.write('
'); var s = function(s2){ try{ if(typeof ng != "undefined" && typeof ng.buzz != "undefined" && ng.buzz.Buzzlet){ (new ng.buzz.Buzzlet(2066,"9614BAE16FAF4BC18B4D7145E8DBF312","buzzTemplate_2066","buzzTgt_2066_445035347",'http://nmp.newsgator.com/NGBuzz/','http://services.newsgator.com/redirect/attn.ashx?uid={0}&fid={1}&pid={2}&t={4}&u={3}',0,{packedJS:true}, 'MEDIA', {ngAcct:'UA-130916-2'}, {childTrackingId:'8e2e781e-5b2c-429a-9ddc-40df3c89fc20',myTrackingId:null,parentTrackingId:null})).render(); } else { setTimeout(function(){ s2(s2); }, 50); } } catch(e){ } }; s(s); })();//key buzz association list - modify this to point to the appropriate items // the array elements each take three values, one for each tab of the interface // e.g., [ WhatsHot, Headlines, Video ] var ng_buzzList = []; ng_buzzList['news'] = [ 15951, 15962, 15954]; ng_buzzList['entertainment'] = [ 15951, 15962, 15954]; ng_buzzList['shopping'] = [ 15951, 15962, 15954]; ng_buzzList['sports'] = [ 15951, 15962, 15954]; //site page values // enter the value that goes between inrich/gator/ and .htm var ng_sitePage = []; ng_sitePage['news'] = "news"; ng_sitePage['entertainment'] = "entertainment"; ng_sitePage['shopping'] = "classifieds"; ng_sitePage['sports'] = "sports"; //favicon override, allows you to change the favicon of various feeds based //on the HtmlUrl of the post var ng_favicon = []; ng_favicon['rss.cnn.com'] = "http://www.cnn.com/favicon.ico"; ng_favicon['feeds.feedburner.com'] = ""; ng_favicon['hosted.ap.org'] = "http://www.ap.org/media/images/favicon.ico"; ng_favicon['content.dealnews.com'] = "http://dealnews.com/favicon.ico"; ng_favicon['feeds.wired.com'] = "http://www.wired.com/favicon.ico"; ng_favicon['rssfeeds.usatoday.com'] = "http://www.usatoday.com/favicon.ico"; ng_favicon['feeds.newsweek.com'] = "http://www.msnbc.msn.com/favicon.ico"; ng_favicon['www.nbc12.com'] = "http://www.nbc.com/favicon.ico"; //modifiable elements var ng_buzzKeyDefault = 'news'; //default buzz data to load var ng_adKeyDefault = 'news'; //default buzz ad data to load var ng_sitePage = "inrich.com/gator/news.htm"; //default ads page to load var ng_flyoutDirection = "left";//right or left // ng_flyoutDirection = "right";//right or left //do not modify below this point var ng_data = []; var ng_currentBuzz; var ng_buzzIds = []; var ng_APIToken = ''; var ng_adKeyValue = ''; var ng_orgCode = ''; var ng_MainAdsLoaded = false; var ng_FlyoutAdsLoaded = false; function PostLoadedCallback(postId, htmlUrl){ setTimeout("document.getElementById('post_title_" + postId + "').href = '" + htmlUrl + "'", 100); setTimeout("try { document.getElementById('post_more_" + postId + "').href = '" + htmlUrl + "' } catch(e) {}", 100); // setTimeout("NewsGator.PrivateLabel.NGToolBar.Load()", 100); } var ng_iframeStatus = []; //hack to fix rel positioning issue /*var loc = new String(document.location); if (loc.toLowerCase().indexOf("/wspa.com") != -1) { try { document.getElementById("main").style.position = "static"; } catch (e){} }*/ function loadAd(iframeId, sizeName) { if (!document.all) { var html = document.getElementById("ng_adCode").value; //replace placeholders var regex = /posname/gi; html = html.replace(regex, sizeName); regex = /adkeyvalue/gi; html = html.replace(regex, ng_adKeyValue); var newFrame = document.createElement("iframe"); newFrame.name = iframeId; newFrame.id = iframeId; newFrame.setAttribute("frameborder", "0"); newFrame.setAttribute("vspace", 0); newFrame.setAttribute("hspace", 0); newFrame.setAttribute("marginheight", "0"); newFrame.setAttribute("marginwidth", "0"); newFrame.setAttribute("scrolling", "no"); newFrame.className = "ng_iframe"; var container = document.getElementById(iframeId + "Container"); container.innerHtml = ""; if (ng_iframeStatus[iframeId] == undefined) { container.appendChild(newFrame); } // write a script into the