var vagrounded = {
  src: '/_flash/vagrounded.swf'
};

sIFR.activate(vagrounded);

sIFR.replace(vagrounded, {
	selector: '.three h1'
	,wmode: 'transparent'
    ,css: [ '.sIFR-root { font-size:30px; font-weight:normal; color:#e7ea1c; background:transparent }' ]
});

sIFR.replace(vagrounded, {
	selector: '.three h2'
	,wmode: 'transparent'
    ,css: [ '.sIFR-root { font-size:21px; font-weight:normal; color:#999999; background:transparent }' ]
});

sIFR.replace(vagrounded, {
	selector: '.one h2'
	,wmode: 'transparent'
    ,css: [ '.sIFR-root { font-size:18px; font-weight:normal; color:#999999; background:transparent }' ]
});