
sIFR.util.normalize = function(str)
{
	var SINGLE_WHITESPACE = ' ';
	str = (str.indexOf("document.write") > -1?'':str);
	if(sIFR.preserveSingleWhitespace) return str.replace(/\s/g, SINGLE_WHITESPACE);
	// Normalize to the first whitespace, and then make sure no nbsp characters are preserved as Flash doesn't seem to support these.
	return str.replace(/(\s)\s+/g, '$1').replace(/\xA0/, SINGLE_WHITESPACE);
}

// *****************************************************************************

var vetoregularh1 = { src: '/apps/sifr/ltveto_regular.swf' };

sIFR.activate(vetoregularh1articles, vetoregularh1);

var vetoregularh1articles = { src: '/apps/sifr/ltveto_regular.swf' };

//sIFR.replace(vetoregularh1articles, {
//  selector: '.single_post h1',
//  css: '.sIFR-root { color: #96004B; font-size: 23px; }',
//  wmode: 'transparent',
//  ratios: [8, 1.41, 9, 1.33, 10, 1.35, 15, 1.31, 19, 1.28, 20, 1.27, 26, 1.26, 29, 1.24, 30, 1.25, 40, 1.24, 60, 1.23, 63, 1.22, 64, 1.23, 106, 1.22, 107, 1.21, 111, 1.22, 112, 1.21, 115, 1.22, 117, 1.21, 119, 1.22, 122, 1.21, 123, 1.22, 1.21]
//});

//sIFR.replace(vetoregularh1, {
//  selector: 'h1',
//  css: '.sIFR-root { color: #f1ab00; font-size: 23px; }',
//  wmode: 'transparent',
//  ratios: [8, 1.41, 9, 1.33, 10, 1.35, 15, 1.31, 19, 1.28, 20, 1.27, 26, 1.26, 29, 1.24, 30, 1.25, 40, 1.24, 60, 1.23, 63, 1.22, 64, 1.23, 106, 1.22, 107, 1.21, 111, 1.22, 112, 1.21, 115, 1.22, 117, 1.21, 119, 1.22, 122, 1.21, 123, 1.22, 1.21]
//});


var vetoregularh2sidebar = { src: '/apps/sifr/ltveto_regular.swf' };

sIFR.activate(vetoregularh2sidebar);

sIFR.replace(vetoregularh2sidebar, {
  selector: '.widget_flickr h2, .widget_flickr h2, .widget_youtubethumbs h2, .widget_links h2, .gradient_box h2, .widget_text h2, .widget_archive h2, .border_box h2, .solid_box h2, .feed_reader h2, .ctc h2',
  css: '.sIFR-root { color: #96004B; font-size: 16px; }',
  wmode: 'transparent',
  ratios: [8, 1.41, 9, 1.33, 10, 1.35, 15, 1.31, 19, 1.28, 20, 1.27, 26, 1.26, 29, 1.24, 30, 1.25, 40, 1.24, 60, 1.23, 63, 1.22, 64, 1.23, 106, 1.22, 107, 1.21, 111, 1.22, 112, 1.21, 115, 1.22, 117, 1.21, 119, 1.22, 122, 1.21, 123, 1.22, 1.21]
});

// *****************************************************************************




