// JavaScript Document
if(window.location.host=="192.168.0.8")
	{
		var  Root_Url_for_JS 			=	"http://192.168.0.8/voteondeal_ver2/";
		var  Root_Vendor_Url_for_JS 	=	"http://192.168.0.8/voteondeal_ver2/vendors/";
	}
else
	{
		var  Root_Url_for_JS 			=	"http://www.voteondeals.com/";
		var  Root_Vendor_Url_for_JS 	=	"http://www.voteondeals.com/vendors/";
	}
