// JavaScript Document

$(document).ready(function() {

	if ($.getURLParam("cb")==null) {
	}
	else {
		$("#storelocator h2").addClass("customBlend");
		$("#storelocator h2 span").html("Custom Blend Stores");
		$("#storesImage").attr({src: "images/img_about_swirl.jpg"});
		$("#tyneWear").empty().remove();
	}

	
});