﻿var Supergrans = function() {
    var self = $(this);
    var webservice = "/WebService/Service.svc/";

    return self;
} ();