
var huggable = { src: '/includes/huggable.swf' };
var albatross = { src: '/includes/ALBATROSS.swf' };

sIFR.activate(albatross);


sIFR.replace(huggable, {
    selector: '#topnav',
    css: '.sIFR-root { font-size:22px; color:#a70000; margin:0px; padding:0px; }  .blue {text-decoration:none; color:#000066;} a:hover {color:#a70000;} .red {font-size:18px; color:#000066; text-decoration:none;} ',
    wmode: 'transparent',
    forceSingleLine: true 
});
sIFR.replace(huggable, {
    selector: 'h1',
    css: '.sIFR-root { font-size:25px; color:#000066; } a {text-decoration:none;color:#000066;}a:hover {color:#000066;}',
    wmode: 'transparent',
    forceSingleLine: true 
});
sIFR.replace(huggable, {
    selector: 'h2',
    css: '.sIFR-root { font-size:22px; color:#a70000; } a {text-decoration:none;color:#a70000;}a:hover {color:#a70000;}',
    wmode: 'transparent',
    forceSingleLine: true 
});
sIFR.replace(huggable, {
    selector: 'h3',
    css: '.sIFR-root { font-size:20px; color:#000066; } a {text-decoration:none;color:#a70000;}a:hover {color:#a70000;}',
    wmode: 'transparent',
    forceSingleLine: true 
});



