var locations=new Object();
var onlineURL="http://www.anatomicalterms.info/";

//switch online/localhost
var presentLocation=window.location.toString();
//presentLocation=presentLocation.toString();

var prefix=(presentLocation.indexOf(onlineURL)!=-1)? onlineURL : "";

locations.requestFileGetNames= prefix +"start.php";
locations.requestFileInsertComments= prefix +"start_comments.php";
locations.requestFileReceivedComments= prefix +"comments_received.htm";
	

