var AshleyScript = {
  src: 'http://www.hollyhofmann.com/media/AshleyScript.swf'
};
var JohnHandy = {
  src: 'http://www.hollyhofmann.com/media/JohnHandyLET.swf'
};


sIFR.activate(AshleyScript, JohnHandy);

sIFR.replace(JohnHandy, {
  selector: 'h1'
  ,css: [
      '.sIFR-root { background-color: #e8e8e8;  font-size:56px; color: #000000; font-weight:bold; margin:40px 0 2px 150px;  }'
      //,'a { text-decoration: none; }'
     // ,'a:link { color: #000000; }'
      //,'a:hover { color: #CCCCCC; }'
    ]
  ,wmode: 'transparent'
  //these are the ratios for AshleyScript:,ratios: [7, 1.32, 8, 1.31, 12, 1.27, 19, 1.23, 28, 1.19, 30, 1.17, 36, 1.18, 45, 1.17, 61, 1.16, 62, 1.15, 67, 1.16, 116, 1.15, 117, 1.14, 123, 1.15, 124, 1.14, 1.15]
  ,ratios: [8, 1.91, 11, 1.83, 15, 1.79, 18, 1.78, 25, 1.76, 27, 1.73, 31, 1.74, 37, 1.73, 41, 1.72, 44, 1.73, 53, 1.72, 54, 1.71, 56, 1.72, 97, 1.71, 99, 1.7, 101, 1.71, 103, 1.7, 104, 1.71, 106, 1.7, 107, 1.71, 113, 1.7, 114, 1.71, 1.7]
  ,filters: {
  DropShadow: {
    knockout: false
    ,distance: 1
    ,color: '#efefef'
    ,strength: 3
	,blurX: 1
	,blurY: 1
  }
  
  
}

});

/*sIFR.debug.ratios(JohnHandy, {
  selector: 'h1'
  ,css: [
      '.sIFR-root { background-color: #e8e8e8; text-align:right; margin:10px 40px 2px; font-size:72px;}'
      //,'a { text-decoration: none; }'
     // ,'a:link { color: #000000; }'
      //,'a:hover { color: #CCCCCC; }'
    ]
  ,wmode: 'transparent'
});
*/