﻿// JScript File

function mobilityThankYou()
{
var thankYou = "Thank you very much for your interest. We will process your request and get back to you as soon as possible.";
alert(thankYou);
}


