var ziggurat = { src: '../swf/sifr.swf' };sIFR.activate(ziggurat);sIFR.replace(ziggurat, {  selector: '.entry h3',  wmode: 'transparent',  css: [		'.sIFR-root { font-size:29px; leading: -3; }',		'a {text-decoration:none; color: #5e877b; }',  		'a:hover {text-decoration:underline; color: #5e877b; }'  		]});sIFR.replace(ziggurat, {  selector: '.entry h6',  wmode: 'transparent',  css: [		'.sIFR-root { font-size:20px; color: #362b14; leading: -3; }',  		]});sIFR.replace(ziggurat, {  selector: '.article #content h5',  wmode: 'transparent',  css: [		'.sIFR-root { font-size:20px; color: #372b13; }',  		]});sIFR.replace(ziggurat, {  selector: '.article h2, .links h2',  wmode: 'transparent',  css: [		'.sIFR-root { font-size:48px; color: #e9e3cf; letter-spacing:-1; }',  		]});