var a = document.location.href;

if (a.indexOf('theme')!=-1)
{
	a = a.substring(0,a.indexOf('theme')-1);
}