
var scriptfont = {
	src: 'js/futura.swf'
};
var scriptfont2 = {
	src: 'js/futura.swf'
};
var futura3 = {
	src: 'js/futura-special.swf'
};
var dearjoe = {
	src: '/js/dearjoe.swf'
};

// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.useStyleCheck = true;
sIFR.activate(scriptfont, dearjoe);

sIFR.replace(scriptfont, {
selector: '.header_type', wmode: 'transparent',preventWrap: true
,css: [
  '.sIFR-root { text-align: left; font-size: 20px; line-height: 24px; text-transform: uppercase;color: #042b4f; margin-left: 0px; margin-right: 0px;margin-top: 0px; width:500px; }',
  'a {color: #ffcc00; text-decoration: none;}',
  'a:hover {color: #000000; text-decoration: none;}'
]
,forceWidth: true, fitExactly: true, forceSingleLine: true
});

sIFR.replace(scriptfont2, {
selector: '.small_futura', wmode: 'transparent',preventWrap: true
,css: [
  '.sIFR-root { float: right; font-size: 12px; text-transform: uppercase;color: #042b4f; margin-left: 0px; margin-right: 0px;margin-top: 0px;}',
  'a {color: #ffcc00; text-decoration: none;}',
  'a:hover {color: #000000; text-decoration: none;}'
]
,forceWidth: true, fitExactly: true, forceSingleLine: true
});

sIFR.replace(futura3, {
selector: '.header_type2', wmode: 'transparent',preventWrap: true
,css: [
  '.sIFR-root { text-align: left; font-size: 16px; line-height: 16px; text-transform: uppercase;color: #042b4f; margin-left: 0px; margin-right: 0px;margin-top: 0px; width:500px; }',
  'a {color: #ffcc00; text-decoration: none;}',
  'a:hover {color: #000000; text-decoration: none;}'
]
,forceWidth: true, fitExactly: true, forceSingleLine: true
});

sIFR.replace(dearjoe, {
selector: '.header_type_dearjoe', wmode: 'transparent', preventWrap: true
,css: [
  '.sIFR-root { text-align: left; font-weight: normal; font-size: 36px; line-height: 6px; text-transform: capitalize; color: #6e6e6e; margin-left: 0px; margin-right: 0px; margin-top: 0px; width: 300px; height: 50px; }',
  'a {color: #6e6e6e; text-decoration: none;}',
  'a:hover {color: #6e6e6e; text-decoration: underline;}'
]
,forceWidth: true, fitExactly: true, forceSingleLine: true
});
