﻿// JScript File
var rootUrl='';

function setRootUrl( newRootUrl ) {
    rootUrl = newRootUrl;
}

