//creation of connectivity object, specific to a customer
var CelebrosConectivity=new Object();
//type of provider
CelebrosConectivity.Type='FC';
//dns prefix for the customer
CelebrosConectivity.DNSsuffix='CreateForLess';//site name
//allow the wrapper to pass groups between steps
CelebrosConectivity.PreserveGroups=true;
//fc object for fc customers
var CelebrosFCDefinitions= new Object();
//url
CelebrosFCDefinitions.Url='//a248.e.akamai.net/f/248/5462/3h/hints.netflame.cc/service/script/';
//host
CelebrosFCDefinitions.Host='http://www.createforless.com';
//linking between the connectivity object and the provider object
CelebrosConectivity.TypeDefinitions=CelebrosFCDefinitions;
CelebrosConectivity.REReportAlgoName =true; //default is false
CelebrosConectivity.EnableQueryString =true;
CelebrosConectivity.EnableCookie =false;
