To site owners

You will help the common cause of fighting against outboard motors thefts if you install our code, button or banner on your site. Also, if you have an unordered local database of stolen outboard motors, we will be grateful if you share it in any format, or just sent a link for it (if it's open). Remember, this project is not commercial, but social. Let's stop the theft of expensive equipment together

 

120x60px
<a href ="http://stolen-outboards.net"><img src="http://stolen-outboards.net/images/banners/stolen-outboards12060.gif"/></a>
120x90px
<a href ="http://stolen-outboards.net"><img src="http://stolen-outboards.net/images/banners/stolen-outboards12090.gif"/></a>
125x125px
<a href ="http://stolen-outboards.net"><img src="http://stolen-outboards.net/images/banners/stolen-outboards125125.gif"/></a>
234x60px
<a href ="http://stolen-outboards.net"><img src="http://stolen-outboards.net/images/banners/stolen-outboards23460.gif"/></a>
468x60px
<a href ="http://stolen-outboards.net"><img src="http://stolen-outboards.net/images/banners/stolen-outboards468x60.gif"/></a>
468x60px
<script src="http://stolen-outboards.net/libs/createjs-2015.11.26.min.js"></script>
<script src="http://stolen-outboards.net/libs/stolen-outboards.js"></script>
<script>
var canvas, stage, exportRoot;
function init() {
    canvas = document.getElementById("canvas");
    images = images||{};

    var loader = new createjs.LoadQueue(false);
    loader.addEventListener("fileload", handleFileLoad);
    loader.addEventListener("complete", handleComplete);
    loader.loadManifest(lib.properties.manifest);
}

function handleFileLoad(evt) {
    if (evt.item.type == "image") { images[evt.item.id] = evt.result; }
}

function handleComplete(evt) {
    exportRoot = new lib.stolenoutboards_net_468x60_Canvas();

    stage = new createjs.Stage(canvas);
    stage.addChild(exportRoot);
    stage.update();
    stage.enableMouseOver();

    createjs.Ticker.setFPS(lib.properties.fps);
    createjs.Ticker.addEventListener("tick", stage);
}

</script>
<a href="http://stolen-outboards.net/">
    <canvas id="canvas" width="468" height="60" style="background-color:#FFFFFF"></canvas></a>