var newr = {
       src: 'http://www.artminister.com/flash/Blue-Highway.swf'
 };
 
 sIFR.activate(newr);
 
  sIFR.replace(newr, {
    selector: '.clearer h1'
    ,css: [
      '.sIFR-root {color:#ffffff; font-size:28px; text-transform:uppercase;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }',
    ],
		wmode: 'transparent'
  });
  
  sIFR.replace(newr, {
    selector: 'h1.recent'
    ,css: [
      '.sIFR-root {color:#ffffff; font-size:28px; text-transform:uppercase;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #444444;font-size:58px; text-transform:lowercase; }'
      ,'a:hover { color: #CCCCCC; }',
    ],
		wmode: 'transparent'
  });


 var Highway = {
       src: 'http://www.artminister.com/flash/Blue-Highway.swf'
 };
 
sIFR.activate(Highway);
 
sIFR.replace(Highway, {
    selector: '.clearer h2'
    ,css: [
      '.sIFR-root {color:#ffffff; font-size:28px; text-transform:capitalize;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color:#a43a3a;text-transform:lowercase; text-decoration:underline;}'
      ,'a:hover {color:#a43a3a;text-transform:lowercase; text-decoration:underline;}',
    ],
		wmode: 'transparent'
  });


