var pillgothic = {
  src: 'http://www.cpumedia.com/flash/pill_gothic.swf'
};
sIFR.domains = ['*.cpumedia.com', 'cpumedia.com'];

sIFR.activate(pillgothic);
sIFR.replace(pillgothic, {
  selector: '#quicksearch h2'
  ,css: [
      '.sIFR-root { font-size: 1.9em; color: #f8981d; background-color:transparent; letter-spacing:-0.5; text-align:right;}'
    ]
  ,wmode: 'transparent'
	,filters: {
  	DropShadow: {knockout: false,distance: 0,color: '#191A16',strength: 1,alpha: .85}
}
});
sIFR.replace(pillgothic, {
  selector: '.post h3'
  ,css: [
      '.sIFR-root { font-size: .8em; color: #464841; background-color:transparent; letter-spacing:-0.5;}'
      ,'a { color: #464841; text-decoration: none; background-color:transparent; }'
      ,'a:link { color: #464841; background-color:transparent; }'
      ,'a:hover { color: #F8981D; background-color:transparent; }'
      ,'a:visited { color: #464841; background-color:transparent; }'
    ]
  ,wmode: 'transparent'
	,filters: {
  	DropShadow: {knockout: false,distance: 0,color: '#464741',strength: 1,alpha: .75}
}
});
sIFR.replace(pillgothic, {
  selector: '#posts h2'
  ,css: [
      '.sIFR-root { font-size: 1.5em; color: #798078; background-color:transparent; letter-spacing:-0.5;}'
    ]
  ,wmode: 'transparent'
	,filters: {
  	DropShadow: {knockout: false,distance: 0,color: '#464741',strength: 1,alpha: .25}
}
});