// * 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.parishofardkeen.com"; // example = "http://www.yourparish.ie"
var feedPAGE = "content.html"; // 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 = "col"; // 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 = "content";
var newsTagID = "newsmodule";
var featuresTagID = "featuresmodule";
var specialTagID = "specialmodule";