var helvetica = {
	src:'http://www.shift-design.com/flash/myriad.swf'
}


sIFR.prefetch(helvetica);

// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.activate(helvetica);




sIFR.replace(helvetica, {
  selector: 'h3.flash'
  ,css: [
	  '.sIFR-root { color: #ffffff; background-color: #fffff; text-transform: uppercase; font-size: 22px; }',
  ]
  , wmode: 'transparent'
});

