var dinengshift = {
  src: '/xres/flash/dinengshift.swf'
};

sIFR.activate(dinengshift);

sIFR.replace(dinengshift, {
	selector: 'h1',
	css: {
	'.sIFR-root' : { 'color' : '#b39665', 'font-size' : '33px', 'font-weight' : 'bold', 'letter-spacing' : '.6' }
	},
	wmode: 'transparent'
});

sIFR.replace(dinengshift, {
	selector: 'h2',
	css: {
	'.sIFR-root' : { 'color' : '#625134', 'font-size' : '26px', 'font-weight' : 'bold', 'letter-spacing' : '.6' },
	'a' : { 'color' : '#625134', 'text-decoration' : 'underline'},
	'a:hover' : { 'color' : '#625134', 'text-decoration' : 'none'}
	},
	wmode: 'transparent'
});

sIFR.replace(dinengshift, {
	selector: 'h3',
	css: {
	'.sIFR-root' : { 'color' : '#bcbf29', 'font-size' : '21px', 'font-weight' : 'bold', 'letter-spacing' : '.6'},
	'a' : { 'color' : '#bcbf29', 'text-decoration' : 'none'},
	'a:hover' : { 'color' : '#bcbf29', 'text-decoration' : 'underline'}
	},
	wmode: 'transparent'
});

sIFR.replace(dinengshift, {
	selector: 'h4',
	css: {
	'.sIFR-root' : { 'color' : '#625134', 'font-size' : '18px', 'font-weight' : 'bold', 'letter-spacing' : '.6' },
	'a' : { 'color' : '#625134', 'text-decoration' : 'underline'},
	'a:hover' : { 'color' : '#625134', 'text-decoration' : 'none'}
	},
	wmode: 'transparent'
});

