// This will determine and set the home path var (homePath) based on your URL var homeCode = "RSS"; // Convert to full path if (homeCode == "NLG") var homePath = "/nexlevel/index.php"; else if (homeCode == "DEV") var homePath = "/dev/index.php"; else var homePath = "/rss/index.php"; //alert(homePath);