﻿/// <reference path="vsdoc.js" />
//var SessionCredentials = null;

//    $(function() {
//        alert("here");
//        ClientAuthenticationService.Login("olsson", "browser", onAuthenticated, OnAjaxCallTimeOut, OnAjaxCallError);
//    });

//    function onAuthenticated(result) {
//        alert(result);
//        if (result) {
//            SessionCredentials = "init";
//        }
//    }

