var DINpro = {
  src: 'swf/DINpro.swf'
};

var helveticaNeuLTpro = {
  src: 'swf/helveticaNeu.LtPRO.condensed.swf'
};

var proximaNovaCondensed = {
  src: 'swf/proximaNovaCondensed.swf'
};

var proximaNova = {
  src: 'swf/proximaNova_sb.swf'
};

// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.useStyleCheck = true;
sIFR.activate(DINpro,helveticaNeuLTpro,proximaNova);

sIFR.replace(
	DINpro,
	{
	  selector: 'p.DINpro'
	  ,css: [
		'.sIFR-root { color: #000000; text-align: left; font-weight: normal; font-size:10px; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #000000; text-decoration: underline;}'
	  ],wmode:'transparent'
	}
);

sIFR.replace(
	DINpro,
	{
	  selector: 'p.DINpro12'
	  ,css: [
		'.sIFR-root { color: #000000; text-align: left; font-weight: normal; font-size:12px; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #000000; text-decoration: underline;}'
	  ],wmode:'transparent'
	}
);

sIFR.replace(
	DINpro,
	{
	  selector: 'span.DINpro'
	  ,css: [
		'.sIFR-root { color: #000000; text-align: left; font-weight: normal; font-size:10px; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #000000; text-decoration: underline;}'
	  ],wmode:'transparent'
	}
);

sIFR.replace(
	helveticaNeuLTpro,
	{
	  selector: 'p.helveticaNeuE5'
	  ,css: [
		'.sIFR-root { color: #e5e5e5; text-align: left; font-weight: bold; font-size:13px; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #e5e5e5; }'
		,'a:hover { color: #ffffff; text-decoration: none;}'
	  ],wmode:'transparent'
	}
);

sIFR.replace(
	helveticaNeuLTpro,
	{
	  selector: 'p.helveticaNeuWhite'
	  ,css: [
		'.sIFR-root { color: #ffffff; text-align: left; font-weight: bold; font-size:13px; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #ffffff; }'
		,'a:hover { color: #e5e5e5; text-decoration: none;}'
	  ],wmode:'transparent'
	}
);

sIFR.replace(
	helveticaNeuLTpro,
	{
	  selector: 'p.helveticaNeuWhiteMore'
	  ,css: [
		'.sIFR-root { color: #ffffff; text-align: left; font-weight:normal; font-size:10px; }'
		,'a { text-decoration: underline; }'
		,'a:link { color: #ffffff; }'
		,'a:hover { color: #e5e5e5; text-decoration: none;}'
	  ],wmode:'transparent'
	}
);

sIFR.replace(
	proximaNovaCondensed,
	{
	  selector: 'p.proximaNovaCondensed'
	  ,css: [
		'.sIFR-root { color: #333333; text-align: left; font-weight:normal; font-size:12px; }'
		,'a { text-decoration: none; color: #000000; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #333333; text-decoration: none;}'
	  ],wmode:'transparent'
	}
);

sIFR.replace(
	proximaNova,
	{
	  selector: 'h1.proximaNovaBold'
	  ,css: [
		'.sIFR-root { color: #000000; text-align: left; font-weight:bold; font-size:14px; }'
		,'a { text-decoration: none; color: #000000; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #333333; text-decoration: none;}'
	  ],wmode:'transparent'
	}
);