// * JavaScript file for CatholicIreland.net Streaming
// Version 1.0b 
// Created 14.03.06
// Created by John McDermott [john@catholicireland.net]
// * All code copyright CatholicIreland.net

/******** 	 SETTINGS	  ********/
var siteURL = "http://www.churchservices.tv/"; // example = "http://www.yourparish.ie"
var feedPAGE = "http://www.churchservices.tv/articles/story/"; // example = "content.htm" 
var feedLANGUAGE = "php"; // example = "php"; (no dot and all lowercase)
/******** END OF SETTINGS ********/

/* SAMPLE SETTINGS 
var siteURL = "http://www.getonline.ie"; // example = "http://www.yourparish.ie";
var feedPAGE = "content.htm"; // example = "content.htm"; 
var feedLANGUAGE = "php"; // example = "php"; (no dot and all lowercase)
*/

// DISPLAY OPTIONS
var newsSTYLE = "row"; // options: row | col
var newsIMAGES = "all"; // options: first | none | all

// CONTENT OPTIONS
var extraURLPARAM = ""; // leave blank unless you use a CMS and must pass parameters with the href (&com_wrapper=test etc.)
var contentTagID = "newsarticle";
var newsTagID = "newsmodule";
var featuresTagID = "featuresmodule";
var specialTagID = "specialmodule";

/**
 * Div Names
 *
 * Names of the div's were content appears in the html
 * Use for Div names for css
 */
var contentDiv = "CiContent";
var newsDiv = "CiNews";
var featuresDiv = "CiFeatures";
var specialDiv = "CiSpecial";