function getFileNameTop() {
var strFileName;
var intLocation;
var strSiteName;

strSiteName = "www.pentonreprints.com"
strFileName = document.location.pathname;

//pathname starts at host URL and a slash so it will always return one slash
if (strFileName.length == 1)
	{
	//this has to be set for the default file for the site!
	strFileName = "/default.aspx";
	}
return strSiteName + strFileName;
}

//if you did not set positions above this, it will take these stock positions
//note: NO SPACES in this list: "Top, Bottom" is WRONG, "Top,Bottom" is right
//the positons are also case sensitive
if (OAS_listpos == '')
	OAS_listpos = "x01";

// this is the alias for the OAS Central ads server
OAS_url = "http://a.pentonreprints.com/RealMedia/ads/";

OAS_sitepage = getFileNameTop();

setOASVersion();