﻿$(document).ready(function ()
{
    var vip = new VIP();
    vip.initVIP();
});

function onWCF_Error(e)
{
    alert(e);
}
