  //<[CDATA[
  
	var arial = {
    src: 'arial.swf'
	};
	var raspoutine = {
	  src: 'raspoutine.swf'
	};

  sIFR.debugMode = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.prefetch(arial, raspoutine);
  sIFR.activate();
  
  sIFR.replace(raspoutine, {
    selector: 'h2'
	,wmode : 'transparent'
	,css: [
      '.sIFR-root {margin-top: 10px; color: #65844b}'
    ]
  });
		sIFR.replace(raspoutine, {
		selector: 'h3.red'
		,wmode : 'transparent'
		,css: [
			   '.sIFR-root {margin-top: 20px; text-transform:uppercase; color: #990000}'
		]
	});
  
	sIFR.replace(raspoutine, {
		selector: 'h3'
		,wmode : 'transparent'
		,css: [
			   '.sIFR-root {margin-top: 20px; text-transform:uppercase; color: #65844b}'
		]
	});

 	sIFR.replace(raspoutine, {
		selector: 'h4'
		,wmode : 'transparent'
		,css: [
			   '.sIFR-root { font-weight: bold; color: #65844b}'
		]
	});

  //]]>