/**
 * Public site boot-strap
 * 
 * @author Ollie Maitland
 * @copyright Byng Systems LLP
 * 
 */



var Public = {

	/**
	 * OnLoad method
	 * 
	 * 
	 */
	start : function () {

	if ($('flash')) {
			swfobject.embedSWF("/html/flash/fl_banner.swf","flash", "664", "236", "8.0.0", false, false, {xi:"true", wmode:"transparent"}); 
		}

	if(typeof sIFR == "function"){
		
		sIFR.replaceElement("h1.red", "/html/flash/arial_rounded.swf", "#CC0000", null, null, null, 0, 0, 0, 0, null);
		sIFR.replaceElement("h1.blue", "/html/flash/arial_rounded.swf", "#1A75BE", null, null, null, 0, 0, 0, 0, null);
		sIFR.replaceElement("h1.navy", "/html/flash/arial_rounded.swf", "#1A75BE", null, null, null, 0, 0, 0, 0, null);
		sIFR.replaceElement("h1.green", "/html/flash/arial_rounded.swf", "#55B84B", null, null, null, 0, 0, 0, 0, null);
		sIFR.replaceElement("h1.purple", "/html/flash/arial_rounded.swf", "#92278F", null, null, null, 0, 0, 0, 0, null);
		sIFR.replaceElement("h1.pink", "/html/flash/arial_rounded.swf", "#ED018A", null, null, null, 0, 0, 0, 0, null);
		sIFR.replaceElement("h2.red", "/html/flash/arial_rounded.swf", "#CC0000", null, null, null, 0, 0, 0, 0, null);
		sIFR.replaceElement("h2.navy", "/html/flash/arial_rounded.swf", "#1A75BE", null, null, null, 0, 0, 0, 0, null);
		
	}

	}
}

window.addEvent ('load', Public.start);

