var bold = {
  src: 'anjala_bold.swf'
};

var book = {
  src: 'anjala_book.swf'
};

sIFR.prefetch(bold, book);
sIFR.activate();

sIFR.replace(bold, {
    selector: 'h1',    wmode: 'transparent',    forceSingleLine: true,    css: {      '.sIFR-root': { 'color': '#e0821b','background-color': '#701400', 'font-size': '34px' }    }  }); 
  
sIFR.replace(bold, {
    selector: 'h2',    wmode: 'transparent',    forceSingleLine: true,    css: {      '.sIFR-root': { 'color': '#e0821b','background-color': '#701400', 'font-size': '18px' }    }  }); 
  
sIFR.replace(bold, {
    selector: 'h3',    wmode: 'transparent',    forceSingleLine: true,    css: {      '.sIFR-root': { 'color': '#701400','background-color': '#ffffff', 'font-size': '18px' }    }  });   
  
 sIFR.replace(book, {
    selector: '#right_content #main p',    wmode: 'transparent',    css: [	      '.sIFR-root { color: #e0821b; background-color: #701400; font-size: 16px;}'	      ,'a { text-decoration: underline; }'	      ,'a:link { color: #e0821b; }'	      ,'a:hover { color: #e0821b; text-decoration: underline; }'	    ]   }); 
   
  sIFR.replace(bold, {
    selector: '#right_content #news p',    wmode: 'transparent',    css: [	      '.sIFR-root { color: #ca6c16; background-color: #701400; font-size: 13px;}'	      ,'a { text-decoration: underline; }'	      ,'a:link { color: #ca6c16; }'	      ,'a:hover { color: #ca6c16; text-decoration: underline; }'	    ]   });   
   
 sIFR.replace(book, {
    selector: '#left_content p',    wmode: 'transparent',    css: [	      '.sIFR-root { color: #701400; background-color: #ffffff; font-size: 16px; text-align: right;}'	      ,'a { text-decoration: underline; }'	      ,'a:link { color: #e0821b; }'	      ,'a:hover { color: #e0821b; text-decoration: underline; }'	    ]   });  
