// JavaScript Document

    var baskerville = {
      src: 'http://www.amefika.com/baskerville.swf'
   //   ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
    };
	
	sIFR.useStyleCheck = true;
	sIFR.activate(baskerville);

    sIFR.replace(baskerville, {
      selector: 'h1' 
	  , wmode:'transparent' 
	  , fixFocus: true
      , css: [
        '.sIFR-root { color:#890606; font-size:21; text-align:center;  }'
		,'.span { font-size:12;  }'
        ,'a { color:#06461d; font-size:21; text-align:center; text-decoration:none;}'
        ,'a:hover {  color:#045e0f;   }'
      ] 
    });
	
	sIFR.replace(baskerville, {
      selector: 'h2' 
	  , wmode:'transparent' 
	  , fixFocus: true
      , css: [
        '.sIFR-root { color:#d9c17a; font-size:20; text-align:right; leading:-10;  }'
	   ,'.span { text-align:right; font-size:16; color:#f6b803; }'
	      ,'em {  color:#144412; font-style:normal; }'
	   ,'a { color:#d9c17a; font-size:20; text-align:right; leading:-10; text-decoration:none; }'
       ,'a:hover { font-size:20; color:#06590b; leading:-5; text-decoration:underline;  }'
      ] 
    });
	
	sIFR.replace(baskerville, {
      selector: 'h3' 
	  , wmode:'transparent' 
	  , fixFocus: true
      , css: [
        '.sIFR-root { color:#d9c17a; font-size:20;   leading:-10;  }'
	   ,'.span {  font-size:16; color:#f6b803; }'
	   ,'a { color:#d9c17a; font-size:20; text-align:right; leading:-10; text-decoration:none; }'
       ,'a:hover { font-size:20; color:#06590b; leading:-5; text-decoration:underline;  }'
      ] 
    });
	
	sIFR.replace(baskerville, {
      selector: 'h4' 
	  , wmode:'transparent' 
	  , fixFocus: true
      , css: [
        '.sIFR-root { color:#d9c17a; font-size:17;   leading:-5;  }'
	   ,'.span {  font-size:15; color:#144412; }'
	   ,'a { color:#d9c17a; font-size:17; text-align:left; leading:-5; text-decoration:none; }'
       ,'a:hover { color:#f6b803; leading:-5; text-decoration:underline;  }'
      ] 
    });
	

	
	
	
	/*sIFR.replace(agency, {
      selector: 'h3' 
	  , wmode:'transparent' 
	  , fixFocus: true
      , css: [
        '.sIFR-root { color:#550504; font-size:20; font-weight:bold; leading:-5; text-transform:uppercase;  }'
	   ,'.span { color:#ffffff; }'
	   ,'em {  color:#373737; font-style:normal; }'

      ] 
    });
	
	sIFR.replace(agency, {
      selector: 'p#nchoice' 
	  , wmode:'transparent' 
	  , fixFocus: true
      , css: [
        '.sIFR-root { color:#550504; font-size:20; font-weight:bold; leading:-5; text-transform:uppercase; text-align:right;  }'
	   ,'.span { color:#ffffff; }'
      ] 
    });
	
	
	sIFR.replace(agency, {
      selector: 'h4' 
	  , wmode:'transparent' 
	  , fixFocus: true
      , css: [
        '.sIFR-root { color:#f6b803; font-size:20; font-weight:bold; leading:-5;  text-transform:uppercase; margin:10;}'
	   ,'.span { color:#ffffff; }'

      ] 
    });
	
	
	sIFR.replace(agency, {
      selector: 'h5' 
	  , wmode:'transparent' 
	  , fixFocus: true
      , css: [
        '.sIFR-root { color:#ffffff; font-size:20; font-weight:bold; leading:-12;  text-transform:uppercase;}'
	   ,'.span {  color:#f6b803; leading:-12; font-weight:bold;}'
      ] 
    });	
	*/