/*	sIFR 2.0.2
	Copyright 2004 - 2006 Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben
	This software is licensed under the CC-GNU LGPL <http://creativecommons.org/licenses/LGPL/2.1/>
	
	This is where all the SIFR stuff is set up. - the JS looks for the elements and puts in these details

*/


if(typeof sIFR == "function"){
    sIFR.replaceElement("body#home #news_front_holder_container h3#news", named({sFlashSrc: "/includes/helv_light.swf", sBgColor: "#920c0d", sColor: "#FFFFFF", sWmode: "transparent", nPaddingTop:0, nPaddingBottom:0}));
};

if(typeof sIFR == "function"){
    sIFR.replaceElement("body#home #news_front_holder_container h3#calendar", named({sFlashSrc: "/includes/helv_light.swf", sBgColor: "#920c0d", sColor: "#FFFFFF", sWmode: "transparent", nPaddingTop:0, nPaddingBottom:0}));
};

if(typeof sIFR == "function"){
    sIFR.replaceElement("#content_padding .actualheader h2", named({sFlashSrc: "/includes/helv_light.swf", sBgColor: "#FFF", sColor: "#A39161", sWmode: "transparent", nPaddingTop:0, nPaddingBottom:0}));
};

if(typeof sIFR == "function"){
    sIFR.replaceElement("h2#pagetitleavailable #no_of_pubs", named({sFlashSrc: "/includes/helv_65_med.swf", sBgColor: "#FFF", sColor: "#FFFFFF", sWmode: "transparent", nPaddingTop:0, nPaddingBottom:0}));
};

if(typeof sIFR == "function"){
    sIFR.replaceElement("h2#pagetitleavailable #ava", named({sFlashSrc: "/includes/helv_65_med.swf", sBgColor: "#FFF", sColor: "#000", sWmode: "transparent", nPaddingTop:0, nPaddingBottom:0}));
};