var gill = { src: 'http://www.shindig.com/scripts/gill.swf' };

// Now you can set some configuration settings.

// Next, activate sIFR:
sIFR.activate(gill);


sIFR.replace(gill, {
  selector: '.main_footer',
  css: ['.sIFR-root { background-color: #FFF; color:#69321F; text-align:center;}',
  'a { text-decoration: none; }',
  'a:link { color:#69321F; }',
  'a:hover { color: #35AFC5; }'
]

});

