

// Make an object pointing to the location of the Flash movie on your web server.
var akzidenz = { src: 'http://demo.headspacedesign.ca/addictions/fonts/akzidenz_bold.swf' };

// ACTIVATE sIFR:
sIFR.activate(akzidenz);

//SET UP HOME INTRO FONT REPLACEMENT
sIFR.replace(akzidenz, {
	selector: 'h2.sifr',
	css: [
	'.sIFR-root { font-weight:normal; color:#ffffff; font-size:53px; leading:2; }',
	'a {color: #DC0067; text-decoration: none;}',
	'a:hover {color: #000000;}'
	],
	wmode: 'transparent'
});

//SET UP HOME INTRO FONT REPLACEMENT
sIFR.replace(akzidenz, {
	selector: 'h2.sifr_b',
	css: [
	'.sIFR-root { font-weight:normal; color:#ffffff; font-size:48px; width:900px; leading:2; }',
	'a {color: #DC0067; text-decoration: none;}',
	'a:hover {color: #000000;}'
	],
	wmode: 'transparent'
});

//SET UP HOME INTRO FONT REPLACEMENT
sIFR.replace(akzidenz, {
	selector: 'h3.sifr',
	css: [
	'.sIFR-root { font-weight:normal; color:#ffffff; width:900px; font-size:32px; leading:2; }',
	'a {color: #DC0067; text-decoration: none;}',
	'a:hover {color: #000000;}'
	],
	wmode: 'transparent'
});

