window.addEvent('domready',function(){
	//home flash
	if($('banner')){
		new Swiff(BASE.www+'css/home.swf',{'width':992,'height':239}).inject(new Element('div',{'id':'topFlash'}).injectTop($('banner')));
	}
	
	//top flash
	if($('top')){
		new Swiff(BASE.www+'css/bgtop.swf',{'width':992,'height':126}).inject(new Element('div',{'id':'topFlash'}).injectTop($('top')));
	}

	// target _blank
	$$('a.blank').addEvent('click',function(e){
		new Event(e).stop();
		window.open(this.href);
	});
});

window.addEvent('domready',function(){
	if(typeof sIFR == "function"){
		sIFR.replaceElement(named({
			sSelector: "#title span",
			sFlashSrc: "/css/charlestwort.swf",
			sColor: "#1C4555",
			nPaddingRight: 16,
			sFlashVars:"textalign=right&offsetTop=0"
		}));
		sIFR.replaceElement(named({
			sSelector: "#cont2 h1 span",
			sFlashSrc: "/css/charlestwort.swf",
			sColor: "#1C4555"
			//nPaddingRight: 16,
			//sFlashVars:"textalign=right&offsetTop=0"
		}));
	};
});
