//window.onload=function() {

function nifty() {
if(!NiftyCheck()) return;

var bgcolor = '';

//var body = document.getElementsByTagName("body")[0];
//if (navigator.appName == "Microsoft Internet Explorer") bgcolor = body.currentStyle['backgroundColor'];
//else bgcolor = window.getComputedStyle(body,null).backgroundColor;

var main = document.getElementById("main");
if (navigator.appName == "Microsoft Internet Explorer") bgcolor = main.currentStyle['backgroundColor'];
else bgcolor = window.getComputedStyle(main,null).backgroundColor;

Rounded("div.CaptionOfferte","top",bgcolor,"transparent","small");
Rounded("div.CaptionVarie","top",bgcolor,"transparent","small");
Rounded("div.ContentVarie","bottom",bgcolor,"transparent","small");

Rounded("div#BlinkText","top",bgcolor,"transparent","small");
Rounded("div.TextSPR","all","#ffffff","transparent","small");
}
