var vanshand = {
  src: 'sifr3/vanshand.swf'
};

sIFR.prefetch(vanshand);

sIFR.activate(vanshand);

sIFR.replace(vanshand, {
  selector: 'h1#headertitle',
  css: ['.sIFR-root { color:#ffffff; margin:0; background-color:#000000}'],
  fitExactly: true
});

sIFR.replace(vanshand, {
  selector: 'h2#intro1.qbagforyou',
  css: ['.sIFR-root { color:#000000; margin:0; background-color:#dcbcc8}'],
  fitExactly: true
});

sIFR.replace(vanshand, {
  selector: 'h2#intro1.recipesblue',
  css: ['.sIFR-root { color:#000000; margin:0; background-color:#bee0de}'],
  fitExactly: true
});

sIFR.replace(vanshand, {
  selector: 'h2#intro1.newsgreen',
  css: ['.sIFR-root { color:#000000; margin:0; background-color:#BBE4A7}'],
  fitExactly: true
});

sIFR.replace(vanshand, {
  selector: 'h2#intro1.shopyellow',
  css: ['.sIFR-root { color:#000000; margin:0; background-color:#FFE77D}'],
  fitExactly: true
});
sIFR.replace(vanshand, {
  selector: 'h2#intro1.contactblue',
  css: ['.sIFR-root { color:#000000; margin:0; background-color:#c0d0e9}'],
  fitExactly: true
});

sIFR.replace(vanshand, {
  selector: 'h2#intro1.yellow',
  css: ['.sIFR-root { color:#000000; margin:0; background-color:#FDCE07}'],
  fitExactly: true
});

sIFR.replace(vanshand, {
  selector: 'h2#intro1',
  css: ['.sIFR-root { color:#000000; margin:0; background-color:#c2c6c7}'],
  fitExactly: true
});