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


sIFR.ua.supported = sIFR.ua.supported && (!sIFR.ua.ie || sIFR.ua.ieVersion > 6);


sIFR.activate(chowderhead);

sIFR.replace(chowderhead, {

	selector: 'h1',
	css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#ffffff;}'
      ],
      wmode: 'transparent', tuneHeight: '-5'
	
});


sIFR.replace(chowderhead, {

	selector: 'h2.bigheadline',
	css: [
      '.sIFR-root { font-size:30px; font-weight:normal; color:#000000; text-align:center;}'
      ],
      wmode: 'transparent', tuneHeight: '-5'
	
});

sIFR.replace(chowderhead, {

	selector: 'h2.hoursofoperation',
	css: [
      '.sIFR-root {font-size:30px; font-weight:normal; color:#000000; text-align:left;}'
      ],
      wmode: 'transparent', tuneHeight: '-10'
	
});

sIFR.replace(chowderhead, {

	selector: 'h2.hours',
	css: [
      '.sIFR-root {font-size:18px; font-weight:normal; color:#000000; text-align:left;}'
      ],
      wmode: 'transparent', tuneHeight: '-5'
	
});

sIFR.replace(chowderhead, {

	selector: 'h3',
	css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#000000; text-align:center;}'
      ],
      wmode: 'transparent', tuneHeight: '-5'
	
});

sIFR.replace(chowderhead, {

	selector: 'h4',
	css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#000000; text-align:center;}'
      ],
      wmode: 'transparent', tuneHeight: '-5'
	
});

sIFR.replace(chowderhead, {

	selector: 'h5',
	css: [
      '.sIFR-root { font-size:14px; font-weight:normal; color:#000000; text-align:left; height: 20px;}'
      ],
      wmode: 'transparent', tuneHeight: '-5'
	
});

sIFR.replace(chowderhead, {

	selector: 'h6',
	css: [
      '.sIFR-root { font-size:14px; font-weight:normal; color:#000000; text-align:right; height: 20px;}'
      ],
      wmode: 'transparent', tuneHeight: '-5'
	
});


sIFR.replace(chowderhead, {
				 
      selector: '.current',
      css: [
			
        '.sIFR-root { font-size:18px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ff7800; }'
        ,'a:hover { color: #ff7800; }'
		,'a:active { color: #ff7800; }'
		]
		,wmode: 'transparent',
    });


sIFR.replace(chowderhead, {
				 
      selector: '.underlinemenu li',
      css: [
			
        '.sIFR-root { font-size:18px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #ff7800; }'
		,'a:active { color: #ff7800; }'
		]
		,wmode: 'transparent',
    });
  
