var vagrounded = {
  src: '/flash/vagrounded.swf'
};

sIFR.activate(vagrounded);

sIFR.replace(vagrounded, {
  wmode: 'transparent',
  selector: 'h1'
  ,css: [
      '.sIFR-root { color: #696457; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #696457; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
});

sIFR.replace(vagrounded, {
  wmode: 'transparent',
  selector: 'h2'
  ,css: [
      '.sIFR-root { color: #696457; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #696457; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
});

sIFR.replace(vagrounded, {
  wmode: 'transparent',
  selector: 'div#peopleTextArea h2'
  ,css: [
      '.sIFR-root { color: #FFFFFF; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #696457; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
});

sIFR.replace(vagrounded, {
  selector: '.gatewayPanelTitles'
  ,css: [
      '.sIFR-root { color: #696457; background-color:#F7F7F6; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #696457; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
});

sIFR.replace(vagrounded, {
   wmode: 'transparent',
  selector: 'h4'
  ,css: [
      '.sIFR-root { color: #FF6600; background-color:#F7F7F6; height:14px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #696457; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
});

sIFR.replace(vagrounded, {
  selector: 'h5'
  ,css: [
      '.sIFR-root { color: #696457; background-color:#F7F7F6; height:12px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ff6600; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
});


var vagroundedlite = {
  src: '/flash/vagroundedlight.swf'
};


sIFR.replace(vagroundedlite, {
  wmode: 'transparent',
  selector: '.contentTitle'
  ,css: [
      '.sIFR-root { color: #FF6600;  }'
	  ,'a {color: #FF6600; text-decoration: none; }'
      ,'a:link { color: #FF6600; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
});


sIFR.replace(vagroundedlite, {
  selector: 'h3'
  ,css: [
      '.sIFR-root { color: #696457; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #696457; }'
      ,'a:hover { color: #FF6600; }'
    ]
});

sIFR.replace(vagroundedlite, {
  selector: '.adventFigure'
  ,css: [
      '.sIFR-root { color: #FF6600;  }'
	  ,'a {color: #FF6600; text-decoration: none; }'
      ,'a:link { color: #FF6600; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
});
