//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;

Rounded("div.BoxVet","tr",bgcolor,"transparent","small");
Rounded("div.BoxArt","tr",bgcolor,"transparent","small");

Rounded("div.NavBar","tr",bgcolor,"transparent","small");

Rounded("div.BoxPN","all",bgcolor,"transparent","small");

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