var str = 
"<STYLE TYPE='text/css' TITLE='u2'> " + 
"<!-- " +
"body {background-color: black} " +
"p {color: white} " +
".box-top         { background: #111111 url(http://data.over-blog.com/lib/8/2/18228/pics/u2-2.png); background-repeat: repeat-x; scroll: top left; } " +
".box-left        { background:transparent repeat-y scroll top left; } " +
".box-right       { background:transparent repeat-y scroll top right; } " +
".box-bottom      { background:transparent repeat-x scroll bottom left; } " +
".box-topLeft     { background:transparent  no-repeat scroll top left; } " +
".box-topRight    { background:transparent  no-repeat scroll top right; } " +
".box-bottomLeft  { background:transparent  no-repeat scroll bottom left; } " +
".box-bottomRight { background:transparent  no-repeat scroll bottom right; } " +
"h2 {color: white} " +
"a {color: #DC241F} " +
".calendarTop1 {color: white; background-color: black} " +
".calendarTable1 {background-color: black} " +
".calendarHeader1 {background-color: #DC241F} " +
".calendarDays1 {color: white; background-color: black } " +
".calendarToday1 {background-color: #DC241F; color: white } " +
".contenuArticle {background-color: #111111} " +
".BlogTitle {background:transparent url(http://data.over-blog.com/lib/8/2/18228/pics/u2-title.png); no-repeat; height:90 } " +
"--> " +
"</STYLE> " +
" " +
"<STYLE TYPE='text/css' TITLE='default'> " +
"<!-- " +
".BlogTitle {background:transparent url(http://data.over-blog.com/lib/8/2/18228/pics/Linux/BlogTitle1.png); no-repeat; height:90 } " +
"--> " +
"</STYLE> " +
" " +
"<STYLE TYPE='text/css' TITLE='constr'> " +
"<!-- " +
"body {background-color: #AAAAAA} " +
".box-top         { background: #111111 url(http://data.over-blog.com/lib/8/2/18228/pics/themes/agglos4.png); background-repeat: no-repeat; scroll: top left; } " +
".box-left        { background:transparent repeat-y scroll top left; } " +
".box-right       { background:transparent repeat-y scroll top right; } " +
".box-bottom      { background:transparent repeat-x scroll bottom left; } " +
".box-topLeft     { background:transparent  no-repeat scroll top left; } " +
".box-topRight    { background:transparent  no-repeat scroll top right; } " +
".box-bottomLeft  { background:transparent  no-repeat scroll bottom left; } " +
".box-bottomRight { background:transparent  no-repeat scroll bottom right; } " +
"h2 {color: white} " +
"a {color: black} " +
".calendarTop1 {color: black; background-color:transparent} " +
".calendarTable1 {background-color: transparent} " +
".calendarHeader1 {background-color: #AAAAAA} " +
".calendarDays1 {color: black; background-color: transparent } " +
".calendarToday1 {background-color: #AAAAAA; color: black } " +
".contenuArticle {background-color: #B0B0B0} " +
".BlogTitle {background:transparent url(http://data.over-blog.com/lib/8/2/18228/pics/themes/constr-title2.png); no-repeat; height:90 } " +
"--> " +
"</STYLE> " +
" " +
"<STYLE TYPE='text/css' TITLE='effets'> " + 
"<!-- " +
"body {background-color: black} " +
"p {color: black} " +
".box-top         { background: #E5D01B; background-repeat: no-repeat; scroll: top left; text-align:center} " +
".box-left        { background:transparent; background-repeat: no-repeat; scroll: top left; } " +
".box-right       { background:transparent; background-repeat: no-repeat;  scroll: top right; } " +
".box-bottom      { background:transparent; background-repeat: no-repeat;  scroll: bottom left; } " +
".box-topLeft     { background:transparent; url(http://data.over-blog.com/lib/8/2/18228/pics/themes/effets-left.png); background-repeat: no-repeat; scroll: top left; } " +
".box-topRight    { background:transparent; background-repeat: no-repeat; scroll: top right; } " +
".box-bottomLeft  { background:transparent; background-repeat: no-repeat; scroll: bottom left; } " +
".box-bottomRight { background:transparent; background-repeat: no-repeat; scroll: bottom right; } " +
"h2 {color: black; align: center} " +
"a {color: #A08000} " +
".calendarTop1 {color: white; background-color: black} " +
".calendarTable1 {background-color: black} " +
".calendarHeader1 {background-color: #E5D01B} " +
".calendarDays1 {color: white; background-color: black } " +
".calendarToday1 {background-color: #E5D01B; color: white } " +
".contenuArticle {background-color: #E5D01B} " +
"#top {background:transparent url(http://data.over-blog.com/lib/8/2/18228/pics/themes/Effets-title.png); background-repeat: no-repeat; } " +
"--> " +
"</STYLE> ";

document.write(str);

function getAllSheets() {
	if( !window.ScriptEngine && navigator.__ice_version ) { return document.styleSheets; }
	if( document.getElementsByTagName ) { var Lt = document.getElementsByTagName('link'), St = document.getElementsByTagName('style');
	} else if( document.styleSheets && document.all ) { var Lt = document.all.tags('LINK'), St = document.all.tags('STYLE');
	} else { return []; } for( var x = 0, os = []; Lt[x]; x++ ) {
		var rel = Lt[x].rel ? Lt[x].rel : Lt[x].getAttribute ? Lt[x].getAttribute('rel') : '';
		if( typeof( rel ) == 'string' && rel.toLowerCase().indexOf('style') + 1 ) { os[os.length] = Lt[x]; }
	} for( var x = 0; St[x]; x++ ) { os[os.length] = St[x]; } return os;
}
function changeStyle() {
	window.userHasChosen = window.MWJss;
	for( var x = 0, ss = getAllSheets(); ss[x]; x++ ) {
		if( ss[x].title ) { ss[x].disabled = true; }
		for( var y = 0; y < arguments.length; y++ ) { if( ss[x].title == arguments[y] ) { ss[x].disabled = false; } }
} }
function rememberStyle( cookieName, cookieLife ) {
	for( var viewUsed = false, ss = getAllSheets(), x = 0; window.MWJss && ss[x]; x++ ) { if( ss[x].disabled != MWJss[x] ) { viewUsed = true; break; } }
	if( !window.userHasChosen && !viewUsed ) { return; }
	for( var x = 0, outLine = '', doneYet = []; ss[x]; x++ ) {
		if( ss[x].title && ss[x].disabled == false && !doneYet[ss[x].title] ) { doneYet[ss[x].title] = true; outLine += ( outLine ? ' MWJ ' : '' ) + escape( ss[x].title ); } }
	if( ss.length ) { document.cookie = escape( cookieName ) + '=' + escape( outLine ) + ( cookieLife ? ';expires=' + new Date( ( new Date() ).getTime() + ( cookieLife * 86400000 ) ).toGMTString() : '' ) + ';path=/'; }
}

changeStyle("default");
