function getFileNameTop() {
	var strFileName;
	var intLocation;
	var strSiteName;

	strSiteName = "www.beRecruited.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 = "";
	}
	
	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 = "Top,Right,Right2";
}

// this is the alias for the OAS Central ads server
OAS_url = "http://oascentral.stackmag.com/RealMedia/ads/";

OAS_sitepage = getFileNameTop();

setOASVersion();