var brighton = {
  src: '/brighton.swf'
};

sIFR.activate(brighton);

sIFR.replace(brighton, {
  selector: 'h1'
  ,css: [  
       '.sIFR-root { color: #663300; background-color: #efefd7; font-size:17px; margin-right:133px; text-transform:uppercase;}'  
      ,'a:link { color: #663300; }'  
      ,'a:hover { color: #993300; }' 
	  
]});

sIFR.replace(brighton, {
  selector: 'h2'
  ,css: [  
       '.sIFR-root { color: #663300; background-color: #efefd7; background-image:  url(/img_whitt/headline_background.gif) repeat-y right; font-size:13px; margin-right:133px;}'  
      ,'a:link { color: #663300; }'  
      ,'a:hover { color: #993300; }' 
	  
]});


