﻿$().ready(function() {
	$('#splashLoading').jqm();
});

function SplashLoading()
{
    $('#splashLoading').jqmShow()
}