var goudy = {
src: 'http://www.droomsites.com/pacific/goudy.swf'
};

sIFR.prefetch(goudy);
sIFR.activate();
sIFR.replace(goudy, {
selector: 'h1'
,css: [
'.sIFR-root { color: #000000; font-style: italic; }'
,'a { color: #c7c9ca;text-decoration: none; }'
,'a:visited { color: #c7c9ca;text-decoration: none; }'
,'a:hover { color: #c7c9ca;text-decoration: none; }'
]
,wmode: 'transparent'
});