// sIFR fonts
var ssbold = {
  src: '/swf/SansSerifBold.swf'
};
sIFR.activate(ssbold); 

var futura = {
  src: '/swf/Futura.swf'
};
sIFR.activate(futura); 

var futuralt = {
  src: '/swf/FuturaLight.swf'
};
sIFR.activate(futuralt); 

var replaceWhite = {
  src: '/swf/TradeGothicCond20.swf'
};
sIFR.activate(replaceWhite);

var replaceWhite2 = {
  src: '/swf/TradeGothicCond20.swf'
};
sIFR.activate(replaceWhite2);

var h1replace = {
  src: '/swf/TradeGothicCond18.swf'
};
sIFR.activate(h1replace);

var h1replacewhite = {
  src: '/swf/TradeGothicCond18.swf'
};
sIFR.activate(h1replacewhite);

var h2replaceblack = {
  src: '/swf/TradeGothicCond18.swf'
};
sIFR.activate(h2replaceblack);

var h2replacetitle = {
  src: '/swf/TradeGothicCond18.swf'
};
sIFR.activate(h2replacetitle);

var h1float = {
  src: '/swf/TradeGothicCond18.swf'
};
sIFR.activate(h1float);

var replacered = {
  src: '/swf/TradeGothicCond18.swf'
};
sIFR.activate(replacered);

var nyeeventartist = {
  src: '/swf/TradeGothicCond18.swf'
};
sIFR.activate(nyeeventartist);

var nyeeventdate = {
  src: '/swf/TradeGothicCond18.swf'
};
sIFR.activate(nyeeventdate);

var nyeeventinfo = {
  src: '/swf/TradeGothicCond18.swf'
};
sIFR.activate(nyeeventinfo);

// sIFR for the Experience Vegas section
var h1replacewhite2 = {
  src: '/swf/TradeGothicCond18.swf'
};
sIFR.activate(h1replacewhite2);

var h2replacegrey = {
  src: '/swf/TradeGothicCond18.swf'
};
sIFR.activate(h2replacegrey);

var h2yellow = {
  src: '/swf/TradeGothicCond18.swf'
};
sIFR.activate(h2yellow);

var h2yellow2 = {
  src: '/swf/TradeGothicCond18.swf'
};
sIFR.activate(h2yellow2);

var h2yellow2small = {
  src: '/swf/TradeGothicCond18.swf'
};
sIFR.activate(h2yellow2small);

var h2yellow2small2 = {
  src: '/swf/TradeGothicCond18.swf'
};
sIFR.activate(h2yellow2small2);


// siIFR replacements
sIFR.replace(ssbold, {
  selector: 'h3.vnitemdate',
  wmode: 'opaque',
  css: [
      '.sIFR-root { font-size: 14px; background-color: #000000; color: #ffffff; text-transform: uppercase; font-weight: bold; }'
  ],
  preventWrap: false,
  fitExactly: true,
  tuneHeight: -6
});

sIFR.replace(futuralt, {
  selector: 'h2.vnaddlsectionhdr',
  wmode: 'transparent',
  css: [
      '.sIFR-root { font-size: 22px; color: #ffffff; text-transform: uppercase; }'
  ],
  preventWrap: true,
  fitExactly: true,
  tuneHeight: -6,
  offsetTop: 0
});

sIFR.replace(futuralt, {
  selector: 'h1#pghdr',
  wmode: 'transparent',
  css: [
      '.sIFR-root { font-size: 25px; color: #ffffff; text-transform: uppercase; }'
  ],
  preventWrap: true,
  fitExactly: true,
  tuneHeight: -6,
  offsetTop: 0
});

sIFR.replace(ssbold, {
  selector: 'h1#vnhdr2',
  wmode: 'transparent',
  css: [
      '.sIFR-root { font-size: 32px; background-color: #000000; color: #ffffff; text-transform: uppercase; }'
  ],
  preventWrap: true,
  fitExactly: true
});

sIFR.replace(ssbold, {
  selector: '.vnleftboxdate',
  wmode: 'transparent',
  css: [
      '.sIFR-root { font-size: 13px; color: #ffffff; }'
  ],
  preventWrap: true,
  fitExactly: true,
  tuneHeight: 2,
  offsetTop: 1
});

sIFR.replace(futuralt, {
  selector: 'h1#vnheader',
  wmode: 'transparent',
  css: [
      '.sIFR-root { font-size: 29px; color: #ffffff; text-transform: uppercase; letter-spacing:1 }'
  ],
  preventWrap: false,
  fitExactly: true,
  offsetTop: 4
});

sIFR.replace(replaceWhite, {
  selector: '.replaceWhite',
  wmode: 'transparent',
  css: [
      '.sIFR-root { font-size: 16px; color: #ffffff; }'
  ],
  preventWrap: true,
  fitExactly: true,
  tuneHeight: -2
});

sIFR.replace(h1replace, {
  selector: '.h1-replace',
  wmode: 'transparent',
  css: [
      '.sIFR-root { font-size: 20px; color: #000000; }'
  ],
  preventWrap: true,
  fitExactly: true,
  tuneHeight: -2
});

sIFR.replace(h1replacewhite, {
  selector: '.h1-replace-white',
  wmode: 'transparent',
  css: [
      '.sIFR-root { font-size: 20px; color: #ffffff; }'
  ],
  preventWrap: true,
  fitExactly: true,
  tuneHeight: -2
});

sIFR.replace(h2replaceblack, {
  selector: '.h2-replace-black',
  wmode: 'transparent',
  css: [
      '.sIFR-root { font-size: 19px; color: #000000; }'
  ],
  preventWrap: true,
  fitExactly: true,
  tuneHeight: -2
});

sIFR.replace(h2replacetitle, {
  selector: '.h2-replace-title',
  wmode: 'transparent',
  css: [
      '.sIFR-root { font-size: 19px; color: #000000; }'
  ],
  preventWrap: true,
  fitExactly: true,
  tuneHeight: -2
});

sIFR.replace(h1float, {
  selector: '.h1-float',
  wmode: 'transparent',
  css: [
      '.sIFR-root { font-size: 24px; color: #000000; }'
  ],
  preventWrap: true,
  fitExactly: true,
  tuneHeight: -2
});

sIFR.replace(replacered, {
  selector: '.replace-red',
  wmode: 'transparent',
  css: [
      '.sIFR-root { font-size: 19px; color: #ca0002; }'
  ],
  preventWrap: true,
  fitExactly: true,
  tuneHeight: -2
});

sIFR.replace(h1replacewhite2, {
  selector: '.h1-white',
  wmode: 'transparent',
  css: [
      '.sIFR-root { font-size: 20px; color: #ffffff; }'
  ],
  preventWrap: true,
  fitExactly: true,
  tuneHeight: -2
});

sIFR.replace(replaceWhite2, {
  selector: '.h2-white-thin',
  wmode: 'transparent',
  css: [
      '.sIFR-root { font-size: 16px; color: #ffffff; }'
  ],
  preventWrap: true,
  fitExactly: true,
  tuneHeight: -2
});

sIFR.replace(h2replacegrey, {
  selector: '.h2-grey',
  wmode: 'transparent',
  css: [
      '.sIFR-root { font-size: 20px; color: #999999; }'
  ],
  preventWrap: true,
  fitExactly: true,
  tuneHeight: -2
});

sIFR.replace(h2yellow, {
  selector: '.h2-multi-1',
  wmode: 'transparent',
  css: [
      '.sIFR-root { font-size: 24px; color: #e89f2b; }'
  ],
  preventWrap: false,
  fitExactly: true,
  tuneHeight: -2
});

sIFR.replace(h2yellow2small, {
  selector: '.h2-multi-2',
  wmode: 'transparent',
  css: [
      '.sIFR-root { font-size: 20px; color: #e89f2b; }'
  ],
  preventWrap: false,
  fitExactly: true,
  tuneHeight: -2
});

sIFR.replace(h2yellow2small2, {
  selector: '.h2-multi-3',
  wmode: 'transparent',
  css: [
      '.sIFR-root { font-size: 20px; color: #e89f2b; }'
  ],
  preventWrap: false,
  fitExactly: true,
  tuneHeight: -2
});

sIFR.replace(h2yellow2, {
  selector: '.h1-script',
  wmode: 'transparent',
  css: [
      '.sIFR-root { font-size: 24px; color: #e89f2b; }'
  ],
  preventWrap: false,
  fitExactly: true,
  tuneHeight: -2
});



function nyesIFR(){
	sIFR.replace(nyeeventartist, {
  selector: 'h3.nye-events-artist',
  wmode: 'transparent',
  css: [
      '.sIFR-root { font-size: 16px; color: #b2e2d9; text-transform: uppercase; }'
  ],
  fitExactly: true,
  tuneHeight: -5
});
sIFR.replace(nyeeventdate, {
  selector: 'h3.nye-events-date',
  wmode: 'transparent',
  css: [
      '.sIFR-root { font-size: 16px; color: #b2e2d9; text-transform: uppercase; font-weight: normal; }'
  ],
  preventWrap: true,
  fitExactly: true,
  tuneHeight: -5
});

sIFR.replace(nyeeventinfo, {
  selector: '.nye-events-desc span',
  wmode: 'transparent',
  css: [
      '.sIFR-root { font-size: 12px; color: #ffffff; }'
  ],
  preventWrap: false,
  fitExactly: true,
  tuneHeight: 0
});
}


