window.onload=function(){
if(!NiftyCheck())
    return;
	Rounded("div#onairnow","all","#FFFFFF","#333333","smooth");
	Rounded("div#footer","all","#FFFFFF","#e1e6ec","smooth");
	Rounded("div#sidecolumn","all","#FFFFFF","#e1e6ec","smooth");
	Rounded("div#newsletter","all","#FFFFFF","#fbca81","smooth");
}

function addbookmark(){
if (document.all)
window.external.AddFavorite(location.href, document.title)
}

