  var cochin = {
    src: '/images/din3.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.domains = ['novemberborn.net'] // Don't check for domains in this demo
 /* sIFR.useStyleCheck = true;*/
	sIFR.fromLocal = true; 

	
	
  sIFR.activate(cochin);

  sIFR.replace(cochin, {
    selector: 'div.menu1'
    ,css: [
      '.sIFR-root { color: #b19145; font-size: 14px; background-color: #070d10; }'
      ,'a { text-decoration: underline; }'
      ,'a:link { color: #b19145; text-decoration: underline; }'
      ,'a:hover { color: #879ba2; text-decoration: underline;  }'
			
    ]
		,wmode: "transparent"
		,preventWrap: "true"
  });

  sIFR.replace(cochin, {
    selector: 'div.menu2'
    ,css: [
      '.sIFR-root { color: #b19145; font-size: 14px; background-color: #070d10; }'
      ,'a { text-decoration: underline; }'
      ,'a:link { color: #b19145; text-decoration: underline; }'
      ,'a:hover { color: #879ba2; text-decoration: underline;  }'
			
    ]
		,wmode: "transparent"
		,preventWrap: "true"
		,fitExactly: "true"
		,forceWidth: "true"		
		,forceSingleLine: "true"
  });
  
	sIFR.replace(cochin, {
    selector: 'div.menu_sel'
    ,css: [
      '.sIFR-root { color: #879ba2; font-size: 14px; background-color: #070d10; }'
      ,'a { text-decoration: underline; }'
      ,'a:link { color: #879ba2; text-decoration: underline; }'
      ,'a:hover { color: #879ba2; text-decoration: none;  }'
			
    ]
		,wmode: "transparent"
		,preventWrap: "true"
		,fitExactly: "true"
		,forceWidth: "true"
		
  });
	
	sIFR.replace(cochin, {
    selector: 'div.menu_sel_current'
    ,css: [
      '.sIFR-root { color: #879ba2; font-size: 14px; background-color: #070d10; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #879ba2; text-decoration: none; }'
      ,'a:hover { color: #879ba2; text-decoration: none;  }'
			
    ]
		,wmode: "transparent"
		,preventWrap: "true"
		,fitExactly: "true"
		,forceWidth: "true"
		
  });
	
	
	sIFR.replace(cochin, {
    selector: 'div.submenu'
    ,css: [
      '.sIFR-root { color: #b19145; font-size: 14px; background-color: #1e2327; width: auto;}'
      ,'a { text-decoration: underline; }'
      ,'a:link { color: #b19145; text-decoration: underline; }'
      ,'a:hover { color: #879ba2; text-decoration: underline;  }'
			
    ]
		,wmode: "transparent"
		,preventWrap: "true" 
		,fitExactly: "true"
		,forceWidth: "true"
  });
	
	sIFR.replace(cochin, {
    selector: 'div.submenu_sel'
    ,css: [
      '.sIFR-root { color: #879ba2; font-size: 14px; background-color: #1e2327;}'
      ,'a { text-decoration: underline; }'
      ,'a:link { color: #879ba2; text-decoration: underline; }'
      ,'a:hover { color: #879ba2; text-decoration: none;  }'
			
    ]
		,wmode: "transparent"
		,preventWrap: "true"
  });
	
	
	sIFR.replace(cochin, {
    selector: 'div.submenu_sel_current'
    ,css: [
      '.sIFR-root { color: #879ba2; font-size: 14px; background-color: #1e2327;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #879ba2; text-decoration: none; }'
      ,'a:hover { color: #879ba2; text-decoration: none;  }'
			
    ]
		,wmode: "transparent"
		,preventWrap: "true"
  });
	
	
	
   sIFR.replace(cochin, {
    selector: 'h1'
		,css: [
        '.sIFR-root { font-size: 20px; background-color: #070d10; color: #898989; height: 30px !important; width: 300px !important; }'
		]
		,wmode: "transparent"
		,preventWrap: "true"
  });
  
  sIFR.replace(cochin, {
    selector: '.h1'
		,css: [
        '.sIFR-root { font-size: 20px; background-color: #070d10; color: #898989; height: 30px !important;}'
		]
		,wmode: "transparent"
		,preventWrap: "true"
  });
  
   sIFR.replace(cochin, {
    selector: 'span.main_header'
		,css: [
        '.sIFR-root { font-size: 20px; background-color: #070d10; color: #898989; height: 30px !important;}'
		]
		,wmode: "transparent"
		,preventWrap: "true"
  });  
 
 	
	
	sIFR.replace(cochin, {
    selector: 'div.copy'
		,css: [
      '.sIFR-root { font-size: 11px; background-color: #070d10; color: #898989; white-space: nowrap; padding: 0; margin: 0; }'
	  ,'a { text-decoration: underline; }'
      ,'a:link { color: #b19145; text-decoration: underline; }'
      ,'a:hover { color: #879ba2; text-decoration: underline;  }'
		]
		,wmode: "transparent"
		,preventWrap: "true"
  });
 
