
var myMainLocation = window.location;
var myLocation = myMainLocation.pathname;
var myCountry = myMainLocation.search;
var track = '?ls=nbalogo';
var trackPlayoffs = '?ls=nbaplayoffsTab';
var externalTrack = '?ls=nbaexternallogo';
var externalTrackPlayoffs = '?ls=nbaexternalplayoffsTab';
var lastPath = '';
function theQuestion(lastPath){
	if(myCountry != '')
	{
	myCountry = myCountry;
	}
	else
	{
	myLocation = myLocation;
	}
	this.lastPath = myLocation + myCountry;
}
theQuestion();
