-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbreakingnews.js
2 lines (2 loc) · 1.37 KB
/
breakingnews.js
1
2
//penaeducasi.blogspot.com
function breakingnews(){for(var e=feed.entry,t=[],n=0;n<jumlah_post;n++){var r=e[n],s=new Object;s.title=r.title.$t,s.href=news_help(r.link),t.push(s)}return t}function news_title(){return feed.title.$t}function news_url(){return news_help(feed.link)}function news_help(e){for(var t=0;t<e.length;t++){var n=e[t];if("alternate"==n.rel)return n.href}return null}function news_start(e){feed=e.feed,entries=breakingnews(),news_content()}function news_text(){var e="<script src='"+feed_url+"?alt=json-in-script&callback=news_start&max-results="+jumlah_post+"'><\/script>";document.write(e)}function news_content(){var e="<div id='breakingnews'>";info_text&&(e+=""),e+=" <marquee behavior='scroll' loop='true' direction='left' onmouseover='this.stop();' onmouseout='this.start();'>";for(var t=0;t<jumlah_post;t++){var n=entries[t];e+="<a href='"+n.href+"' ",e+=" title='"+n.title+"'>"+n.title+"</a>",t!=jumlah_post-1&&(e+=" | ")}e+=" | <a class='nitip' href='https://penaeducasi.blogspot.com' title='Pena Edukasi'>Pena Edukasi</a></marquee>",close_button&&(e+="<span class='close_button'>",e+="<a href='javascript:void(0)' onclick='document.getElementById(\"breakingnews\").style.display=\"none\"'>",e+="(x)",e+="</a>",e+="</span></div>"),document.write(e)}var entries,feed,feed_url=url_breaking.match(/\/$/)?url_breaking:url_breaking+"/";feed_url+="feeds/posts/default",news_text();