﻿
$(document).ready(
	$(function() {
	    // this initialises the demo scollpanes on the page.
	    $('#col2_content').jScrollPane();

	    $('#col1 a.lightbox').lightBox(
                {
                    fixedNavigation: true,
                    txtOf: "af",
                    txtImage: "Billede",
                    imageLoading: '/images/lightbox-btn-loading.gif',
                    imageBtnClose: '/images/lightbox-btn-close.gif',
                    imageBtnPrev: '/images/lightbox-btn-prev.gif',
                    imageBtnNext: '/images/lightbox-btn-next.gif'
                });

	    $("#aspnetForm").validate();
	})
);
