
//<[CDATA[
var times = {
    src: 'http://www.wmsystem.com/test/sifr/font2.swf'
  };
/* var font2 = {
    src: 'http://test.silvelox.co.uk/swf/font2.swf'
  };
  */
  sIFR.domains = ['*'];
  sIFR.useStyleCheck = true;
//  sIFR.activate(font, font2);
  sIFR.activate(times);

   sIFR.replace(times, {
    selector: 'div.title_blu'
    ,css: ['.sIFR-root {color:#212b62; text-decoration:none; font-weight:bold;}','a:link { color: #212b62; text-decoration:none; }','a:hover { color:#212b62; text-decoration:underline; }']
	,wmode: 'transparent'
  });
   
   sIFR.replace(times, {
    selector: 'div.title_azzurro'
    ,css: ['.sIFR-root {color:#17265d; text-decoration:none; font-weight:bold;}','a:link { color: #18275e; text-decoration:none; height:10px;}','a:hover { color:#c80244; text-decoration:none; }']
	,wmode: 'transparent'
  });   
   
   sIFR.replace(times, {
    selector: 'div.title_azzurro_sel'
    ,css: ['.sIFR-root {color:#c80244; text-decoration:none; font-weight:bold;}','a:link { color: #c80244; text-decoration:none; height:10px;}','a:hover { color:#c80244; text-decoration:none; }']
	,wmode: 'transparent'
  });   
   
   sIFR.replace(times, {
    selector: 'div.title_main'
    ,css: ['.sIFR-root {color:#17265d; text-decoration:none; font-weight:bold;}','a:link { color: #18275e; text-decoration:none; height:10px;}','a:hover { color:#c80244; text-decoration:none; }']
	,wmode: 'transparent'
  }); 

   sIFR.replace(times, {
    selector: 'div.title_azzurro_nolink'
    ,css: ['.sIFR-root {color:#17265d; text-decoration:none; font-weight:bold;}','a:link { color: #18275e; text-decoration:none; height:10px;}','a:hover { color:#c80244; text-decoration:none; }']
	,wmode: 'transparent'
  });  

   sIFR.replace(times, {
    selector: 'div.title_bianco'
    ,css: ['.sIFR-root {color:#ffffff; text-decoration:none; font-weight:bold;}','a:link { color: #ffffff; text-decoration:none; }','a:hover { color:#ffffff; text-decoration:underline; }']
	,wmode: 'transparent'
  });   
   //]]>