// JavaScript Document
/*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/
  
var bell = { src: 'http://www.about-drug-rehab.com/wp-content/themes/adr-theme/sifr/swf/bell.swf'}; 
sIFR.activate(bell);
sIFR.replace(bell, { selector: 'h1', 
css: [ '.sIFR-root {font-size:20px; color:#000000; font-weight:bold; leading:8px;}',
	  'a:link {font-size:20px; color:#331734; font-weight:bold; leading:8px; text-decoration:none; }',
	   'a:hover {font-size:20px; color:#331734; font-weight:bold; leading:8px; text-decoration:underline;}',
	   ],
wmode: 'transparent',
ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01] 
});



sIFR.replace(bell, { selector: 'h2', 
css: [ '.sIFR-root {font-size:16px; color:#000000; font-weight:bold; leading:14px;}' ],
wmode: 'transparent',
ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01] 
});

sIFR.replace(bell, { selector: '.articles', 
css: [ '.sIFR-root {font-size:18px; color:#000000;}',
	   'a:link {font-size:18px; color:#000000; margin-top:8px; text-decoration:none; leading:30px; }',
	   'a:hover {font-size:18px; color:#000000; margin-top:8px; }',
	   ],
wmode: 'transparent',
ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01] 
});

