// search index for WYSIWYG Web Builder
var database_length = 0;

function SearchPage(url, title, keywords, description)
{
   this.url = url;
   this.title = title;
   this.keywords = keywords;
   this.description = description;
   return this;
}

function SearchDatabase()
{
   database_length = 0;
   this[database_length++] = new SearchPage("index.html", "Studio 17", "studio search whether it involves organizing photo shoot or styling hair we offer personalized services to models nbsp photographers and individuals on location also have an in house public relations specialist assist you with coordinating your special event need make appointment? can appointment by clicking right here filling out the quick easy form are full service salon offering from coloring eyelashes for list of our other click link below ", "");
   this[database_length++] = new SearchPage("contact.html", "Studio 17 - Contact Us", "studio contact us search hairizdabiz gmail com ", "");
   this[database_length++] = new SearchPage("gallery.html", "Studio 17 - Gallery", "studio gallery search ", "");
   this[database_length++] = new SearchPage("stylists.html", "Studio 17 - Stylists", "studio stylists we are full service salon offering services from hair coloring to eyelashes nbsp for list of our other click the link below need make an appointment? you can appointment by clicking right here and filling out quick easy form have moved now located on sage street in mobile alabama directions search ", "");
   this[database_length++] = new SearchPage("services.html", "Studio17 - Services", "studio17 services search coloring conditioning cut braids weave styling lashes bull highlighting streaking custom semi permanent rinse colors moisture treatments protein hair for damaged precision layered short trim long layers micro corn rows individual tree braiding net weaving sewn infusion strand by bonded styles stocking cap wig making roller wraps rods spike style funky blow outs eyebrows waxing ", "");
   this[database_length++] = new SearchPage("antavia.html", "Studio 17 - Antavia", "studio antavia search has enjoyed over fifteen years as licensed stylist nbsp certified hair extension specialist she takes pride in enhancing the natural beauty of her clients knowledge accompanied by creativity attributed to large following clientele both existing and new work is nothing short stellar been recognized for quality excellence national local publications such essence magazine’s first hot edition october sophisticates black trendz universal salons splash received training graduated from metropolitan academy stone mountain georgia creator art highly focused on education mission improve reinvent perfect craft becoming familiar cutting edge techniques procedures technologies which allows bring current trends information tools provide them with practical personalized solutions affect their health addition mentoring other stylists attends variety advanced workshops classes shows demonstrations stay constantly evolving industry those include working platform artist salon exclusive product line seeking another outlet branched out into coordinating photoshoots mobile surrounding areas magazines also editor nationally publicized magazine expertise speaks itself let take you ordinary extraordinary call or visit today your free consultation crawford owner hairizdabiz gmail com ", "");
   this[database_length++] = new SearchPage("sandra.html", "Studio 17 - Sandra", "studio sandra search am gipson and received my cosmetologist license from charles academy school of beauty have huge passion for the hair industry specialization is promoting healthy but capable other services sew ins coloring cutting etc… believe only way to keep customers at it best me continue educating myself attended patric bradley boot camp training in las vegas currently holding master this time work has been published international magazines such as hype black sophisticates splash universal salons just name few also participated chip foust wayne wilcox photo shoots nbsp express creativity through learning new techniques well keeping clients manageable while away salon ultimate goal always prepared challenge explore all facets that attitude call your free consultation today studio17hair com ", "");
   this[database_length++] = new SearchPage("tiffany.html", "Studio 17 - Tiffany", "studio tiffany search hill brings originality and sophistication to the art of cosmetology like no other for past years has quickly professionally demonstrated her natural ability within continuous changing world hair through creative flair as well working knowledge she established rather large loyal clientele nbsp skill creativity allows perform following but not limited extensions trendy quick weave body styles rolled wraps ever so popular sew ins nevertheless focus is only take look your next level one who will enhance health catch up on latest from work now being featured online at www universalsalons com today continues fulfill purpose building solidifying self esteem those whom meets studio17hair ", "");
   this[database_length++] = new SearchPage("lisa.html", "Studio 17 - Lisa", "studio lisa search bio field master stylist studio17hair com ", "");
   this[database_length++] = new SearchPage("torria.html", "Studio 17 - Torria", "studio torria search i’m and have been hairstylist for years nbsp my specialty is precision cutting styling extensions whether you need trim touch up or dramatic change can trust that will satisfy your hair needs number one goal clients to be confident satisfied with their hairstyle i’ also believe never stop learning in this industry so stay current trends take continuing education classes am able cater wide range of clientele absolutely love every aspect job hope see at very soon hansley studio17hair com ", "");
   return this;
}

