    var title = {
      src: 'title.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.activate(title);

    sIFR.replace(title, {
      selector: 'p.picker'
      ,css: [
        '.sIFR-root { color: #333333; margin:0px; }'
        ,'a { text-decoration: none; color: #333333; font-size:11px  }'
        ,'a:link { text-decoration: none; color: #333333; font-size:11px  }'
        ,'a:hover { text-decoration: underline; color: #666666; font-size:11px  }'
      ],
	  wmode: 'transparent'
    });


    sIFR.replace(title, {
      selector: 'h1.title'
      ,css: '.sIFR-root { font-size:24px; color:#7d6e44; font-weight:normal; margin:0px; }'  
	  ,wmode: 'transparent'
    });
	
	sIFR.replace(title, {
      selector: 'h2.title' 
      ,css: '.sIFR-root { font-size:15px; color:#7d6e44; font-weight:normal; margin:0px;  }'  
	  ,wmode: 'transparent'
    });