$(function ()
{
    $(".header ul li.active").next().addClass("hideseperator").prev().addClass("hideseperator");

    var iframe = $("#clubwmodal");

    var position = [40, ($(window).width() / 2) - (iframe.width() / 2)];

    $("#arrowblivmedlem").click(function () {
        iframe.prop("src", "ClubWSignup.aspx");

        window.clubwmodal = iframe.modal(
		{
		    appendTo: "form",
		    opacity: 80,
		    position: position,
		    overlayCss: {
		        backgroundColor: "#515151"
		    }
		});
    });
});
