var ArcherBold = {
  src: 'http://gapersblock.com/_scripts/ArcherBold.swf'
};

var ArcherMedium = {
  src: 'http://gapersblock.com/_scripts/ArcherMedium.swf'
};

var ArcherMediumItalic = {
  src: 'http://gapersblock.com/_scripts/ArcherMediumItalic.swf'
};

sIFR.prefetch(ArcherBold);

sIFR.activate(ArcherBold);

sIFR.prefetch(ArcherMedium);

sIFR.activate(ArcherMedium);

sIFR.prefetch(ArcherMediumItalic);

sIFR.activate(ArcherMediumItalic);

sIFR.replace(ArcherMediumItalic, {
	selector: 'h1.bookclub',
    wmode: 'transparent',
    css: [
    '.sIFR-root { text-align: left; font-weight: normal; color:#996600; leading: 1; }'
   ]
});

sIFR.replace(ArcherMediumItalic, {
	selector: 'h1',
    wmode: 'transparent',
    css: [
    '.sIFR-root { text-align: left; font-weight: normal; color:#333333; leading: 1; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #cc6600; }'
    ,'a:hover { color: #777777; text-decoration: underline; }'
   ]
});

sIFR.replace(ArcherMedium, {
	selector: 'h3',
    wmode: 'transparent',
    css: [
    '.sIFR-root { text-align: left; font-weight: normal; color:#333333; leading: 1; }'
    ,'a:link { color: #006699; }'
    ,'a:hover { color: #006699; text-decoration: underline; }'
    ,'a:visited { color: #006699; }'
   ]
});

sIFR.replace(ArcherBold, {
	selector: 'h5',
    wmode: 'transparent',
    css: [
    '.sIFR-root { text-align: left; font-weight: normal; color:#555555; leading: 1; text-transform: uppercase; }'
   ]
});
