资 源 简 介
// Ticker startup
var theCharacterTimeout = 50;
var thePostTimeout = 5000;
var theWidgetOne = "_";
var theWidgetTwo = "-";
var theWidgetNone = "";
var theLeadString = "RECENT POSTS: ";_
var thePostTitles = new Array();
var thePostLinks = new Array();
var objPost;
//var thePostCount = 4;
function PostTicker(json){
//Ticker data collection
try{
for(var post = 0; post < thePostCount; post++){
objPost = json.feed.entrypost;
thePostTitlespost = objPost.title.$t;
//thePostLinkspost = json.feed.entrypost.linkpost.href;
for (var nCounter = 0; nCounter < objPost.link.length; nCounter++)
{
if (objPost.linknCounter.rel == "alternate")