var vhand = { src:'/js/vhand.swf' };
var book	= { src:'/js/gotham-book.swf' };
var med		= { src:'/js/gotham-medium.swf' };

sIFR.activate(vhand, book, med);

sIFR.replace(vhand, {
 	selector:'#welcome h3, #main-welcome h4, #home #articles h4, #meet-the-pastor h4',
	wmode:'transparent',
	css:'.sIFR-root { font-size:36px; color:#5b5e2b; }',
	tuneHeight:'10'
});

sIFR.replace(book, {
	selector:'#invite h3',
	wmode:'transparent',
	css:'.sIFR-root { font-size:21px; color:#403326; }'
});