boolBuildTicker		= false;
intTickerPageID		= -1;
strTickerPageType	= "";
intAthleteID		= -1;

/*
if (parent != self) {
	top.location.href	= document.location.href;
}
*/

function createTicker(intPageID, strPageType) {
	boolBuildTicker		= true;
	intTickerPageID		= intPageID;
	strTickerPageType	= strPageType;
}

