var hnbold = {
      src: 'http://www.dine-nation.com/flash/hnbold.swf'
};
 
sIFR.activate(hnbold);
 
sIFR.replace(hnbold, {
      selector: 'h1',
	    css: [
    	'.sIFR-root { font-size:36px; font-weight:bold; color:#ff9933; }',
      	'em { font-style:italic; }',
    	'strong { font-weight:bold; color:#FF0066; }',
		'.example1 { font-weight:bold; color:#069eb4; }',
		'.example2 { font-weight:bold; color:#ffa200; }'
      ],
wmode: 'transparent', tuneHeight: 1, offsetTop:6
});


var hnreg = {
      src: 'http://www.dine-nation.com/flash/hnreg.swf'
};
 
sIFR.activate(hnreg);
 
sIFR.replace(hnreg, {
      selector: 'h2',
	    css: [
    	'.sIFR-root { font-size:36px; font-weight:normal; color:#ffffff; text-transform:lowercase; }',
      	'em { font-style:italic; }',
    	'strong { font-weight:bold; color:#FF0066; }',
		'.example1 { font-weight:bold; color:#069eb4; }',
		'.example2 { font-weight:bold; color:#ffa200; }'
      ],
wmode: 'transparent', tuneHeight: 1, offsetTop:6
});


var dinlight = {
      src: 'http://www.dine-nation.com/flash/dinlight.swf'
};
 
sIFR.activate(dinlight);
 
sIFR.replace(dinlight, {
      selector: 'h3',
	    css: [
    	'.sIFR-root { font-size:24px; font-weight:normal; color:#ffffff; text-transform:uppercase; }',
      	'em { font-style:italic; }',
    	'strong { font-weight:bold; color:#FF0066; }',
		'.example1 { font-weight:bold; color:#069eb4; }',
		'.example2 { font-weight:bold; color:#ffa200; }'
      ],
wmode: 'transparent', tuneHeight: 1, offsetTop:6
});







