﻿/* This script is provided by Woodplay for use by its network of authorized Woodplay Dealers. 
    Unauthorized use of this script is strictly prohibited. Using this script without consent of Woodplay and Escalade Sports, Inc. may result in legal action. 
    Using this script on unauthorized websites may result in displaying warning messages to site visitors. */

var thisDomain = window.location.hostname;
var errored = false;

var WoodplayVerifyLink = "http://www.swingsets.com/authorized-dealers/";

function writeBadgeCode() {
    document.write('<a href="' + WoodplayVerifyLink + '" target="_blank">Authorized Woodplay Dealers</a>');
}

if (!errored) {
    writeBadgeCode();
}
