function LaunchSyndicateArticle(ArtId,template,CustId,ContId,CatID) { DayPortWFMZPlayer.settings.isSpanish = "false" DayPortWFMZPlayer.LaunchSyndicateArticle(ArtId,CatID,10); } /******************** DayPortWFMZPlayer Class ********************/ var DayPortWFMZPlayer = new Object(); DayPortWFMZPlayer.settings = new Object(); DayPortWFMZPlayer.settings.isSpanish = "false" DayPortWFMZPlayer.settings.adInsertionInterval = 2; //null to disable // Number of videos played back (playback started but not necessarily completed) before inserting an advertisement (before next selected video). DayPortWFMZPlayer.settings.bannerAdConDefID = 8; //null to disable // Contract Definition ID for the Banner Ads pool of ads. DayPortWFMZPlayer.settings.defaultPreviewImage = "http://wfmzimg.dayport.com/img/icons/PlayerThumbnail.jpg"; //null to disable //Image for Category thumbnail when no preview image was set for article. DayPortWFMZPlayer.settings.domain = "wfmz.dayport.com"; DayPortWFMZPlayer.settings.imageDomain = "wfmz.img.cdn.entriq.net"; DayPortWFMZPlayer.settings.limit_default = 10; // 1 to 100 // Default number of videos from category. DayPortWFMZPlayer.settings.conDefID = 2; // Contract Definition ID for video pool of ads. DayPortWFMZPlayer.settings.videoAdObjectID = 4; // Object ID for video contract item DayPortWFMZPlayer.settings.logoAdObjDefID = 5; //null to disable // Contract Definition Object ID for the Branding Logo pool of ads. DayPortWFMZPlayer.settings.siteName = "WFMZ TV"; // Name to be displayed in throughout video player and emailer DayPortWFMZPlayer.settings.callLetters = "WFMZ"; DayPortWFMZPlayer.settings.version= "20070627"; DayPortWFMZPlayer.videoPlayer = "http://wfmz.img.cdn.entriq.net/htm/DayPortWFMZPlayer.html"; DayPortWFMZPlayer.LaunchSyndicateArticle = function(articleID, categoryID,limit) { //ERROR CHECKING********************************************************************************* if(categoryID == null && articleID == null) { return false; } if(articleID != null) { var temp_article_list = articleID.split(","); for(var i=0;i