var newc = {
  src: '/sIFR/newcastle.swf'
};

var newb = {
  src: '/sIFR/newcastle-bold.swf'
};

var arial = {
  src: '/sIFR/arial-black.swf'
};

//Main Content Headers

sIFR.activate(newc);

sIFR.replace(newc, {
    selector: 'div#main-content h1.xmas'
    ,css: [
      '.sIFR-root {color: #9B0101; letter-spacing: -1.0;}'
      ,'a { text-decoration: none; color: #9B0101; }'
      ,'a:link { color: #9B0101;  text-decoration: none; }'
      ,'a:hover { color: #9B0101; text-decoration: none; }'
    ]
	, wmode: 'transparent'
});

sIFR.replace(newc, {
    selector: 'div#main-content h1'
    ,css: [
      '.sIFR-root {color: #00a2e5; letter-spacing: -1.0;}'
      ,'a { text-decoration: underline; color: #00a2e5; }'
      ,'a:link { color: #00a2e5; }'
      ,'a:hover { color: #FF9600; text-decoration: none; }'
    ]
	, wmode: 'transparent'
});

sIFR.replace(newc, {
    selector: 'div#main-content h2'
    ,css: [
      '.sIFR-root {color: #00a2e5; text-transform: uppercase; letter-spacing: -1.0;}'
      ,'a { text-decoration: underline; color: #00a2e5; }'
      ,'a:link { color: #00a2e5; }'
      ,'a:hover { color: #FF9600; text-decoration: none; }'
    ]
	, wmode: 'transparent'
});

sIFR.replace(newc, {
    selector: 'div#main-content h5'
    ,css: [
      '.sIFR-root {color: #00a2e5; text-transform: uppercase; letter-spacing: -1.0;}'
      ,'a { text-decoration: underline; color: #00a2e5; }'
      ,'a:link { color: #00a2e5; }'
      ,'a:hover { color: #FF9600; text-decoration: none; }'
    ]
	, wmode: 'transparent'
});

//Shopping Cart

sIFR.replace(newc, {
    selector: 'div#shopping-cart h2'
    ,css: [
      '.sIFR-root {color: #ffffff; }'
      ,'a { text-decoration: underline; color: #ffffff; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; text-decoration: none; }'
    ]
	, wmode: 'transparent'
});

sIFR.replace(newb, {
    selector: 'div#shopping-cart h3'
    ,css: [
      '.sIFR-root {color: #ffffff; }'
      ,'a { text-decoration: underline; color: #ffffff; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; text-decoration: none; }'
    ]
	, wmode: 'transparent'
});

/*sIFR.replace(arial, {
    selector: 'div#main-content .bargainbox h3'
    ,css: [
      '.sIFR-root {color: #ffffff; }'
      ,'a { text-decoration: underline; color: #ffffff; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; text-decoration: none; }'
    ]
	, wmode: 'transparent'
	, tuneHeight: '-8'
});*/