The T-Cut Clay Bar Kit is a special blend of all the lubricants and materials needed to remove surface contamination from paint and leaves your vehicle's finish clean and super smooth. Claying is car cleaning's best kept secret and it makes a really big difference how your car's paint looks and feels. It is recommended to use the clay bar twice a year to remove the harder contaminants that get stuck in the paintwork and to maintain that perfect finish.
/* To use this, add the entire script below as a Custom HTML tag in GTM that fires on every page. Wrap the entire script in plain script tags. Fire the tag on every page.
*/
// Update this block of variables with your information.
var entityName = "Halfords";
var entityType = "Organization"
var machineId = "/m/07h56x ";
var wikipedia = "https://en.wikipedia.org/wiki/Halfords";
var sameAsHTML = "" +
entityName +
"" +
(wikipedia.length != 0 ? "":"");
var regExNameSearch = new RegExp(entityName,"g");
// By default, this adds the MREID link to all brand-mentions in P tags. If you want to expand the scope, add other tag names seperated by commas within find().
jQuery(document).ready(function(){
jQuery("body").find("p").each(function() {
jQuery(this).html(jQuery(this).html().replace(regExNameSearch,sameAsHTML));
});
});