﻿
$(document).ready(function () {
    $('#navigationTop > ul > li').addHoverState();

    SiteHelper.validateSearch('Search Little People site', { error_tooltip: false });

    $('#wheelies-rampway', $('#wheelies-landing')).tooltip('Little People® Wheelies™ Stand ’n Play™ Rampway', { name: 'details', action: 'mouseover', position: 'static', offset_x: -10, offset_y: -70 });

    $('#back').click(function () {
        history.back(); return false;
    });

    documentSpecificReady();

});

