﻿$(document).ready(function () {
    if ($("div#fpbanners > div").length > 0)
        $("div#fpbanners").randomize("div.fpbanner.rnd").show();
    else
        $("div#fpbanners").hide();


    if (lang == 'nl') {
        checkmobile("Kunstaasregister.nl", "http://m.kunstaasregister.nl/nl");
    }
    //if ($("#mainbox").width() > 1200)
    //$("#mainbox").addClass("largebg");
});

function goShops() {
    document.location.href = '/' + lang + '/shops/?shoptype=' + $("#shopTypeList").val() + '&brand=' + $("#input_shopSearchBrand").val();
}
