﻿function niftyBorders()
{
    if(!NiftyCheck())
        return;
    Rounded("div.rounded","all","#FFF","#FFF","border #C0C0C0");
}

function init()
{
    if(location.search.indexOf("remoteID") == -1)
    {
        var fh = new fsHeading("RSCMS/flashHeadings/rsFlashHeading.swf", "#FFFFFF", "RSCMS/flashHeadings/flash.css");
        fh.replaceHeadings();
    }
    embed2Objects();
    niftyBorders();
}


