
var QH = {
  src: 'http://www.queenshall.co.uk/QH.swf'
};

sIFR.activate(QH); // From revision 209 and onwards

   sIFR.replace(QH, {
    selector: '.diary-right-title'
	    ,css: [
      '.sIFR-root { color: #000000; leading: 0; float:right; text-align:right;}'
	  	 ,'a { text-decoration: none }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #000000 }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(QH, {
    selector: '.titleHome'
	    ,css: [
      '.sIFR-root { color: #000000; leading: 0; float:left; text-align:left;}'
	  	 ,'a { text-decoration: none }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #000000 }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(QH, {
    selector: '.footerTag'
	    ,css: [
      '.sIFR-root { color: #000000; leading: 0; float:right; text-align:right;}'
	  	 ,'a { text-decoration: none }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #000000 }'
    ]
	,wmode: 'transparent'
  });
