// JavaScript Document
if(document.location.host == "192.168.10.2")
{
	var base_url = "http://192.168.10.2/shroffgroup";	
	var relative_url = "/var/www/html/shroffgroup/";
}
else
{
	var base_url ="http://www.livetek.co.in/shroff-group.com";	
	var relative_url = "/home/livehost/public_html/";
}
