var Platform = "";
var Language = "";
var Location = "";

function InstadiaPrefix()
{
	Platform = "/mb.com";
	Language = "/e";
	Location = "/home/innovation/recentdevelopments";
	
	return Platform + Language + Location;
}
