<!--//
function replaceWindowURL( win, url )
{
    win.location.replace( url );
}
function doLoad(defWin)
{
    //
    //  This is an exmaple of calling "replaceWindowURL"
    //  to load the page "redirectiontarget.htm"
    //
    replaceWindowURL( window, defWin);
}
-->
