/* Headline News Script * Originally written by: CyberGila * Website: Info Blog (http://jalurhitam.blogspot.com) * On 08th August 2009 * * predefined variables are: * hn_url_blog * hn_jumlah_post * hn_warna_teks * hn_warna_latar * hn_backlink */ var hn_entries; var hn_feed; var hn_feed_url = hn_url_blog.match(/\/$/) ? hn_url_blog : hn_url_blog+"/"; hn_feed_url += "feeds/posts/default"; function hn_createEntries(){ var entries = hn_feed.entry; var entriesArr = []; for(var i=0; i"; document.write(s); } function hn_writeStyle(){ var s = ""; document.write(s); } function hn_writeContent(){ var s = "
"; s += "
"; s += " "; s += " " + hn_getBlogTitle() + ""; s += "
"; } s += " "; for(var i=0; i"; if(i != hn_jumlah_post-1){s += " | ";} } s += " "; s += "
"; s += " "; s += " [x]"; s += " "; s += "
"; if(hn_backlink == true | hn_backlink == undefined){ s += "
"; s += " Widget by
"; s += " "; s += " Cyber Gila"; s += " "; s += "
"; } s += "
"; document.write(s); } hn_writeScript();