if(typeof baseUrl == 'undefined')
{
	baseUrl = '/';
} else {
	baseUrl = baseUrl + '/';
}

function getUrl(u)
{
	return baseUrl + u;
}

