var thesans = { src: 'http://www.thelodgeatsonoma.com/thesans.swf' };
sIFR.activate(thesans);
sIFR.replace(thesans, {
  selector: 'h2#lnk',
  css: ['.sIFR-root { background:transparent; color: #FFFFFF; text-transform: uppercase; font-weight:bold; }',
        'a { text-decoration: none; font-size:13px; text-transform:uppercase }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #FFFFFF; }'
  ],
  wmode: 'transparent'
});

sIFR.replace(thesans, {
  selector: 'h1',
  css: '.sIFR-root { background:transparent; color: #FFFFFF; text-transform: uppercase; font-weight:bold; }',
  wmode: 'transparent'
});
