/* Set variable names for font files */
var helveticaExtCmp = {
	src: 'http://web.simmons.edu/~commlab/i/helveticaExtCompressed.swf'
};
var helveticaCmp = {
	src: 'http://web.simmons.edu/~commlab/i/helveticaCompressed.swf'
};

/* Activate fonts */
sIFR.activate(helveticaExtCmp, helveticaCmp);

/* Styling */
sIFR.replace(helveticaExtCmp, {
	selector: 'h2'
	,tuneHeight: 0
	,css: [
		'.sIFR-root {color: #ed228e; background-color: #ffffff;}'
		,'a {color: #ed228e; text-decoration: none;}'
		,'a:hover {color: #333333; text-decoration: underline;}'
	]
});
sIFR.replace(helveticaCmp, {
	selector: 'h3.nosifr'
	,tuneHeight: 0
	,css: [
		'.sIFR-root {color: #000000; background-color: #ef3899;}'
		,'a {color: #000000; text-decoration: none;}'
		,'a:hover {color: #ffffff; text-decoration: none;}'
	]
});
sIFR.replace(helveticaCmp, {
	selector: 'h3'
	,tuneHeight: 0
	,css: [
		'.sIFR-root {color: #000000; background-color: #ffffff;}'
		,'a {color: #000000; text-decoration: none;}'
		,'a:hover {color: #ed228e; text-decoration: underline;}'
	]
});
/*
sIFR.replace(helveticaCmp, {
	selector: 'h4'
	,tuneHeight: 0
	,css: [
		'.sIFR-root {color: #000000; background-color: #ffffff;}'
		,'a {color: #000000; text-decoration: none;}'
		,'a:hover {color: #ed228e; text-decoration: underline;}'
	]
});
sIFR.replace(helveticaCmp, {
	selector: 'h5'
	,tuneHeight: 0
	,css: [
		'.sIFR-root {color: #000000; background-color: #ffffff;}'
		,'a {color: #000000; text-decoration: none;}'
		,'a:hover {color: #ed228e; text-decoration: underline;}'
	]
});
*/
sIFR.replace(helveticaCmp, {
	selector: 'h5#pullquote'
	,tuneHeight: 0
	,css: [
		'.sIFR-root {color: #000000; background-color: #ffffff;}'
		,'a {color: #000000; text-decoration: none;}'
		,'a:hover {color: #ed228e; text-decoration: underline;}'
	]
});
