$(document).ready(function(){
	// external links
	if (!document.getElementsByTagName) return;
	var anchors = document.getElementsByTagName("a");
	for (var i=0; i<anchors.length; i++) {
	   var anchor = anchors[i];
	   if (anchor.getAttribute("href") &&
	       anchor.getAttribute("rel") == "external")
	   anchor.target = "_blank";
	}
}); 
//<![CDATA[
// sIFR 
//
var GotStripes = { 
	src: 'http://www.stereosuper.fr/blog/wp-content/themes/stereosuper/CSS/SWF/GotStripes.swf' 
};

sIFR.useStyleCheck = true;
sIFR.activate(GotStripes);

sIFR.replace(GotStripes, {
  selector: 'h2'
	,wmode: 'transparent'
  	,css: [
    '.sIFR-root { text-align: left; text-transform:uppercase; leading:-4; letter-spacing: -5;color: #00cafd;}'
    ,'a { text-decoration: none;color: #00cafd;margin-bottom: -7px; }'
    ,'a:link { color: #00cafd; }'
    ,'a:hover { color: #00cafd; }'
	,'a:visited { color: #00cafd; }'
	,'a:active { color: #00cafd; }'
	,'a:focus { color: #00cafd; }'
	,'.selected { color: #00cafd; }'
	,'.accentfix{display:block; font-size:5.5em; leading:0; }'	
  ]
,offsetTop:-10
,tuneHeight:-12
});
var Got = { 
	src: 'http://www.stereosuper.fr/blog/wp-content/themes/stereosuper/CSS/SWF/Got.swf' 
};

sIFR.useStyleCheck = true;
sIFR.activate(Got);

sIFR.replace(Got, {
  selector: 'h3'
	,wmode: 'transparent'
  	,css: [
    '.sIFR-root { text-align: left; text-transform:uppercase; leading:2; letter-spacing: 1;color: #00cafd;}'
    ,'a { text-decoration: none;color: #00cafd; }'
    ,'a:link { color: #00cafd; }'
    ,'a:hover { color: #00cafd; }'
	,'a:focus { color: #00cafd; }'
	,'a:visited { color: #00cafd; }'
	,'a:active { color: #00cafd; }'
	,'a:focus { color: #00cafd; }'
	,'.selected { color: #00cafd; }'
	,'.accentfix{display:block; leading:1; }'	
  ]
,offsetTop:-15
,tuneHeight:-15
});
//]]>