var sovereign = {
      src: '/online/wp-content/themes/paulvanderplas/flash/sovereign.swf'
};
 
sIFR.activate(sovereign);


sIFR.replace(sovereign, { wmode: 'transparent', selector: 'h1' ,css: [ '.sIFR-root { color: #8a3d0c; text-align: left; background-color:red; font-weight: bold; font-size: 22px;}' ,'a { text-decoration: none; }' ,'a:link { color: #8a3d0c; }' ,'a:hover { color: #c8a23b; }' ] });

sIFR.replace(sovereign, { wmode: 'transparent', selector: 'h2' ,css: [ '.sIFR-root { color:#646333;text-align: left; background-color:red; font-weight: bold; font-size: 18px;}' ,'a { text-decoration: none; }' ,'a:link { color: #8a3d0c; }' ,'a:hover { color: #c8a23b; }' ] });

sIFR.replace(sovereign, { wmode: 'transparent', selector: 'h3' ,css: [ '.sIFR-root { color: #9d6039; text-align: left; background-color:red; font-weight: bold; font-size: 14px;}' ,'a { text-decoration: underline; }' ,'a:link { color: #8a3d0c; }' ,'a:hover { color: #c8a23b; }' ] });


sIFR.replace(sovereign, {
wmode: 'transparent' ,forceSingleLine: "true" ,selector: '#sidebar .widgettitle' ,css: { '.sIFR-root': { 'color': '#4b4a1c', 'text-align':'left','background-color': 'transparent', 'letter-spacing': '0.5', 'text-transform': 'none' , 'list-style':'none', 'padding':'0px', 'margin':'0px'}}
});




