// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults
function doSifr() {
	if(typeof sIFR == "function"){
		// This is the preferred "named argument" syntax
		sIFR.replaceElement(named({sSelector:".post-date", sFlashSrc:"/flash/bankgothic.swf", sWmode:"transparent", sColor:"#000000", sLinkColor:"#c9bb71", sBgColor:"#deddcd", sHoverColor:"#c9bb71", nPaddingTop:0, nPaddingBottom:0}));
		sIFR.replaceElement(named({sSelector:".read-discussion", sFlashSrc:"/flash/bankgothic.swf", sWmode:"transparent", sColor:"#000000", sLinkColor:"#c9bb71", sBgColor:"#deddcd", sHoverColor:"#c9bb71", nPaddingTop:0, nPaddingBottom:0}));
	};
}

function doSwf() {
	swfobject.embedSWF("/flash/header.swf", "header_flash", "950", "164", "8.0.0", null);
}
	
function init() {
	doSifr();
	doSwf();
}
Event.observe(window, 'load', init);