
﻿var ntServiceLocation='/_vti_bin/PetroSkills/Services/UserProfileWebService.svc';$j(document).ready(function(){updateNotifications();});function updateNotifications(){$j.ajax({url:ntServiceLocation+"/IsTrialExpired",type:"POST",cache:false,contentType:"application/json; charset=utf-8",dataType:"json",success:function(data){var isTrialExpired=data.IsTrialExpiredResult;if(isTrialExpired){$j('.notificationBanner').html("<strong>Your trial account has expired.</strong> Please contact your account manager for more information.").delay(2000).slideDown('fast',function(){});}},error:function(err){}});}
