var noble = {
	src: 'http://www.gandblegal.com/dev/flash/nobel-light.swf'
};

var vbook = {
	src: 'http://www.gandblegal.com/dev/flash/verlang-book.swf'
};

var vbold = {
	src: 'http://www.gandblegal.com/dev/flash/verlang-bold.swf'
};

sIFR.activate(noble, vbook, vbold);

sIFR.replace(vbold, {
 selector: 'h2'
 ,css: [
 '.sIFR-root { background-color: #7cb436; color: #73b333; font-size: 14px; font-weight: bold; margin: 0; padding: 0; }'
 ]
 ,wmode: 'transparent'
});

sIFR.replace(vbold, {
 selector: 'h3'
 ,css: [
 '.sIFR-root { background-color: #7cb436; color: #006f3a; font-size: 12px; font-weight: bold; margin: 0; padding: 0; }'
 ]
 ,wmode: 'transparent'
});

sIFR.replace(vbold, {
 selector: 'h4'
 ,css: [
 '.sIFR-root { background-color: #7cb436; color: #73b333; font-size: 12px; font-weight: bold; }'
 ,'a { color: #73b333; font-size: 12px; font-weight: bold; text-decoration: none; }'
 ,'a:link { color: #7cb436 }'
 ,'a:hover { color: #00753b; text-decoration: underline; }'
 ]
 ,wmode: 'transparent'
});

sIFR.replace(vbook, {
 selector: 'h5'
 ,css: [
 '.sIFR-root { background-color: #7cb436; color: #1a1a1a; font-size: 15px; margin: 0; padding: 0; }'
 ]
 ,wmode: 'transparent'
});

sIFR.replace(vbook, {
 selector: 'h6'
 ,css: [
 '.sIFR-root { background-color: #7cb436; color: #ffffff; margin: 0; padding: 0; }'
 ]
 ,wmode: 'transparent'
});

sIFR.replace(vbold, {
 selector: '.profile'
 ,css: [
 '.sIFR-root { background-color: #7cb436; color: #73b333; font-size: 10px; font-weight: bold; }'
 ]
 ,wmode: 'transparent'
});

sIFR.replace(vbook, {
 selector: '.partner'
 ,css: [
 '.sIFR-root { background-color: #7cb436; color: #1a1a1a; font-size: 10px; }'
 ]
 ,wmode: 'transparent'
});

sIFR.replace(vbold, {
 selector: '.subNav li.selected'
 ,css: [
 '.sIFR-root { }'
 ,'a { color: #00753b; text-decoration: none; font-size: 10px; font-weight: bold; }'
 ,'a:link { color: #00753b }'
 ,'a:hover { color: #00753b }'
 ]
 ,wmode: 'transparent'
});

sIFR.replace(vbold, {
 selector: '.subNav li'
 ,css: [
 '.sIFR-root { }'
 ,'a { color: #7cb436; text-decoration: none; font-size: 10px; font-weight: bold; }'
 ,'a:link { color: #7cb436 }'
 ,'a:hover { color: #00753b }'
 ]
 ,wmode: 'transparent'
});
